boostorg / unordered

Boost.org unordered module
http://boost.org/libs/unordered
Boost Software License 1.0
62 stars 55 forks source link

Fix 'invalid argument' to boost::interprocess::shared_memory_object #252

Closed k3DW closed 3 months ago

k3DW commented 3 months ago

Closes #251

pdimov commented 3 months ago

Amazing. Where does the + sign come from?

pdimov commented 3 months ago

Oh I see it, stdlib-libc++ in path.

cmazakas commented 3 months ago

Huh, how come this wasn't failing earlier? I feel like we were supposed to have been testing with libc++ and sanitizers for awhile, at least.