[Boost-bugs] [Boost C++ Libraries] #9369: error C2228: “.select_on_container_copy_construction” with boost 1.55 and visual studio 2013

Subject: [Boost-bugs] [Boost C++ Libraries] #9369: error C2228: “.select_on_container_copy_construction” with boost 1.55 and visual studio 2013
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-11-12 07:24:25


#9369: error C2228: “.select_on_container_copy_construction” with boost 1.55 and
visual studio 2013
-------------------------------------------------+-------------------------
 Reporter: 2810923@… | Owner: igaztanaga
     Type: Bugs | Status: new
Milestone: To Be Determined | Component:
  Version: Boost 1.55.0 | interprocess
 Keywords: mapped_region | Severity: Problem
  select_on_container_copy_construction |
-------------------------------------------------+-------------------------
 compile this program with boost 1.55 and visual studio 2013


 #include "stdafx.h"
 #include <boost/interprocess/file_mapping.hpp>
 #include <boost/interprocess/mapped_region.hpp>
 using namespace boost::interprocess;

 int _tmain(int argc, _TCHAR* argv[])
 {
         return 0;
 }


 have error

 c:\boost\boost_1_55_0\boost\intrusive\detail\has_member_function_callable_with.hpp(200):
 error C2228: “.select_on_container_copy_construction”left must have class
 / struct / union

 please help me!

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9369>
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:14 UTC