We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba544cd commit 4f748f8Copy full SHA for 4f748f8
1 file changed
include/bitcoin/system/allocator.hpp
@@ -136,8 +136,6 @@ class allocator
136
/// -----------------------------------------------------------------------
137
/// These neither allocate nor deallocate.
138
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.
141
template <class Type, class ...Args>
142
void construct(Type* ptr, Args&&... arguments) THROWS
143
{
0 commit comments