boostorg / core

Boost Core Utilities
132 stars 87 forks source link

address_of.hpp: Fix namespace ambiguity #37

Closed jzmaddock closed 6 years ago

jzmaddock commented 6 years ago

I'm seeing compiler errors with vc12, when testing serialization of Boost.Multiprecision types - there is ambiguity between boost::detail and boost::multiprecision::detail. I assume the error occurs for serialization of any type that has it's own detail namespace. The fix is trivially to qualify the use of "detail::".

glenfe commented 6 years ago

Merged.