We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb5372 commit e7c7c82Copy full SHA for e7c7c82
1 file changed
include/vsg/core/Allocator.h
@@ -140,7 +140,7 @@ namespace vsg
140
141
allocator_affinity_nodes() = default;
142
template<class U>
143
- constexpr allocator_affinity_nodes(const allocator_affinity_nodes<U>&) noexcept {}
+ explicit constexpr allocator_affinity_nodes(const allocator_affinity_nodes<U>&) noexcept {}
144
145
value_type* allocate(std::size_t n)
146
{
0 commit comments