Skip to content

Commit

Permalink
Fixed cppcheck reported issue
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed May 10, 2023
1 parent 9cb5372 commit e7c7c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/vsg/core/Allocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ namespace vsg

allocator_affinity_nodes() = default;
template<class U>
constexpr allocator_affinity_nodes(const allocator_affinity_nodes<U>&) noexcept {}
explicit constexpr allocator_affinity_nodes(const allocator_affinity_nodes<U>&) noexcept {}

value_type* allocate(std::size_t n)
{
Expand Down

0 comments on commit e7c7c82

Please sign in to comment.