Changes between Initial Version and Version 1 of Ticket #10523


Ignore:
Timestamp:
Sep 22, 2014, 5:10:14 PM (8 years ago)
Author:
viboes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10523 – Description

    initial v1  
    33The net effect is that no get_pointer is defined for std::shared_ptr and boost::binds break down.
    44
     5
     6{{{
    57#if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 4) || !defined(__GXX_EXPERIMENTAL_CXX0X__)
    68#  define BOOST_NO_CXX11_HDR_CONDITION_VARIABLE
     
    1517#  define BOOST_HAS_TR1_COMPLEX_OVERLOADS
    1618#endif
     19}}}
     20