Skip to content

Commit 4f748f8

Browse files
committed
Remove dead comments on clang c++20 conformance.
1 parent ba544cd commit 4f748f8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

include/bitcoin/system/allocator.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ class allocator
136136
/// -----------------------------------------------------------------------
137137
/// These neither allocate nor deallocate.
138138

139-
// Clang is not yet C++20 compliant in terms of aggregate initialization.
140-
// See [reviews.llvm.org/D140327] for details, resolved in future releases.
141139
template <class Type, class ...Args>
142140
void construct(Type* ptr, Args&&... arguments) THROWS
143141
{

0 commit comments

Comments
 (0)