On Thu, Sep 11, 2014 at 5:37 PM, Joaquin M Lopez Munoz
John Maddock
writes: There's a problem with noncopyable and boost::unit_test::singleton in Intel 13 for Linux in C++11 compatibility mode that's rippling through many Boost libs. To list a few:
[...]
Finally, I note that comments on Github are all very well, but many interested parties may miss the discussion altogether - we're all guilty of this I realise - but it's important not to forget the mailing list - so many thanks to Joaquin for raising this to wider awareness!
Hi,
Although there's been a lively discussion on this issue, fact is it remains unsolved :-/ IMHO any fix is better than no fix.
The fix was committed, the macro BOOST_NO_CXX11_NON_PUBLIC_DEFAULTED_FUNCTIONS is defined for Intel <= 13.10. Did it not help? If so, what is the compiler error?