Closed cscrimge closed 6 years ago
Some of the PLF_LIST_NOEXCEPT_MOVE_ASSIGNMENT definitions are:
PLF_LIST_NOEXCEPT_MOVE_ASSIGNMENT
noexcept(std::allocator_traits<the_allocator>::is_always_equal:value)
It should be ::value, not :value.
::value
:value
Thanks, fixed!
Some of the
PLF_LIST_NOEXCEPT_MOVE_ASSIGNMENT
definitions are:It should be
::value
, not:value
.