Opened 5 years ago
Closed 4 years ago
#13396 closed Feature Requests (duplicate)
Added macro BOOST_NO_CXX11_DEFAULTED_MOVES
Reported by: | akrzemi1 | Owned by: | John Maddock |
---|---|---|---|
Milestone: | To Be Determined | Component: | config |
Version: | Boost 1.66.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Some compilers (GCC 4.4, 4.5, MSVC 12) have added support for defaulted functions and rvalue references, but move constructor and move assignment are not treated as special member functions yet so they cannot be defaulted.
The corresponding pull request: https://github.com/boostorg/config/pull/205
Note:
See TracTickets
for help on using tickets.
Closing as duplicate of PR.