Skip to content

Commit e7c7c82

Browse files
committed
Fixed cppcheck reported issue
1 parent 9cb5372 commit e7c7c82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/vsg/core/Allocator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ namespace vsg
140140

141141
allocator_affinity_nodes() = default;
142142
template<class U>
143-
constexpr allocator_affinity_nodes(const allocator_affinity_nodes<U>&) noexcept {}
143+
explicit constexpr allocator_affinity_nodes(const allocator_affinity_nodes<U>&) noexcept {}
144144

145145
value_type* allocate(std::size_t n)
146146
{

0 commit comments

Comments
 (0)