[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: use of deleted function boost::detail::stored_edge_property



Hello Corentin, 

On Thu, 2016-01-14 at 15:01 +0100, Corentin Desfarges wrote:
>  
> Sadly, the framework FW4SPL has been designed to be compiled with
> c++11... 

Another option to force the use of an older implementation code path
could be to set one of the defines 

  BOOST_NO_CXX11_RVALUE_REFERENCES, or  
  BOOST_NO_CXX11_DEFAULTED_FUNCTIONS

However, you would have to make sure that these defines are only
enabled for templates and inline functions (e.g. by adding it directly
before the according includes in the source code). 

Best,
Gert


Reply to: