Closed joaquintides closed 1 month ago
boost::concurrent_flat_map range insertion (from a pair of iterators or a std::initializer_list) is documented as returning the number of elements inserted, yet the implementation's return type is void:
boost::concurrent_flat_map
std::initializer_list
void
https://github.com/boostorg/unordered/blob/4c0aea983ebec4a9491381e7e4f3a9da844d19ba/include/boost/unordered/concurrent_flat_map.hpp#L421-L427
Same for visitation-enabled variants, and for all concurrent containers.
boost::concurrent_flat_map
range insertion (from a pair of iterators or astd::initializer_list
) is documented as returning the number of elements inserted, yet the implementation's return type isvoid
:https://github.com/boostorg/unordered/blob/4c0aea983ebec4a9491381e7e4f3a9da844d19ba/include/boost/unordered/concurrent_flat_map.hpp#L421-L427
Same for visitation-enabled variants, and for all concurrent containers.