1 #ifndef WITHOUT_STLPORT 2 #include <stl/config/user_config.h> 3 4 #ifdef _STLP_USE_BOOST_SUPPORT 5 6 #include <boost/config.hpp> 7 8 #endif // _STLP_USE_BOOST_SUPPORT 9 10 #else 11 12 #if 0 // Problem 1: 13 /* ******************************* 14 ../../../stlport/functional:63: error: 'boost::mem_fn' has not been declared 15 ../../../stlport/functional:64: error: 'boost::bind' has not been declared 16 ../../../stlport/functional:67: error: '::_1' has not been declared 17 ../../../stlport/functional:68: error: '::_2' has not been declared 18 ../../../stlport/functional:69: error: '::_3' has not been declared 19 ../../../stlport/functional:70: error: '::_4' has not been declared 20 ../../../stlport/functional:71: error: '::_5' has not been declared 21 ../../../stlport/functional:72: error: '::_6' has not been declared 22 ../../../stlport/functional:73: error: '::_7' has not been declared 23 ../../../stlport/functional:74: error: '::_8' has not been declared 24 ../../../stlport/functional:75: error: '::_9' has not been declared 25 ******************************* */ 26 27 #include <boost/bind.hpp> 28 29 #endif // Problem 1 30 31 #if 0 // Problem 2 32 33 #include <boost/function.hpp> 34 35 #endif // Problem 2 36 37 #if 0 // Problem 3 38 39 #include <boost/function/function_base.hpp> 40 41 #endif // Problem 3 42 43 #if 0 // Problem 4 44 45 #include <boost/function/function1.hpp> 46 47 #endif // Problem 4 48 49 #endif 50