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

Change History (1)

comment:1 by John Maddock, 4 years ago

Resolution: duplicate
Status: newclosed

Closing as duplicate of PR.

Note: See TracTickets for help on using tickets.