[Boost-bugs] [Boost C++ Libraries] #11959: boost::is_copy_constructible triggers copy constructor generation on Visual Studio 2013 Update 4

Subject: [Boost-bugs] [Boost C++ Libraries] #11959: boost::is_copy_constructible triggers copy constructor generation on Visual Studio 2013 Update 4
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-02-05 15:31:04


#11959: boost::is_copy_constructible triggers copy constructor generation on Visual
Studio 2013 Update 4
------------------------------+-------------------------
 Reporter: vivien.millet@… | Owner: johnmaddock
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: type_traits
  Version: Boost 1.60.0 | Severity: Problem
 Keywords: |
------------------------------+-------------------------
 When using boost::is_copy_constructible on Visual Studio 2013 (Update 4,
 not tested with Update 5), the compiler generates a copy constructor and
 produces an error if the copy constructor cannot be generated.
 On the other side, std::is_copy_constructible is implemented and works
 fine.

 As a result, it would be a solution to make boost::is_copy_constructible
 inherit from std::is_copy_constructible on this specific compiler version.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11959>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:19 UTC