mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-18 18:20:35 +03:00
noExplicitConstructor
This commit is contained in:
@@ -68,7 +68,7 @@ public:
|
||||
AlignedAllocator() noexcept {}
|
||||
|
||||
template <class U, std::size_t N2>
|
||||
AlignedAllocator(const AlignedAllocator<U, N2> &) noexcept {}
|
||||
explicit AlignedAllocator(const AlignedAllocator<U, N2> &) noexcept {}
|
||||
|
||||
template <class U> struct rebind {
|
||||
using other = AlignedAllocator<U, N>;
|
||||
|
||||
Reference in New Issue
Block a user