Opened 10 years ago
Closed 10 years ago
#8231 closed Bugs (fixed)
has_move_emulation_enabled traits is not defined in Boost namespace if BOOST_NO_CXX11_RVALUE_REFERENCES is not defined
Reported by: | Ion Gaztañaga | Owned by: | Ion Gaztañaga |
---|---|---|---|
Milestone: | To Be Determined | Component: | move |
Version: | Boost 1.53.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The trait is defined in global namespace instead of boost, so it's not portable.
Note:
See TracTickets
for help on using tickets.
(In [83270]) Fixes #8231