Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenboost_check.cpp
Go to the documentation of this file.
00001 #ifndef WITHOUT_STLPORT 00002 #include <stl/config/user_config.h> 00003 00004 #ifdef _STLP_USE_BOOST_SUPPORT 00005 00006 #include <boost/config.hpp> 00007 00008 #endif // _STLP_USE_BOOST_SUPPORT 00009 00010 #else 00011 00012 #if 0 // Problem 1: 00013 /* ******************************* 00014 ../../../stlport/functional:63: error: 'boost::mem_fn' has not been declared 00015 ../../../stlport/functional:64: error: 'boost::bind' has not been declared 00016 ../../../stlport/functional:67: error: '::_1' has not been declared 00017 ../../../stlport/functional:68: error: '::_2' has not been declared 00018 ../../../stlport/functional:69: error: '::_3' has not been declared 00019 ../../../stlport/functional:70: error: '::_4' has not been declared 00020 ../../../stlport/functional:71: error: '::_5' has not been declared 00021 ../../../stlport/functional:72: error: '::_6' has not been declared 00022 ../../../stlport/functional:73: error: '::_7' has not been declared 00023 ../../../stlport/functional:74: error: '::_8' has not been declared 00024 ../../../stlport/functional:75: error: '::_9' has not been declared 00025 ******************************* */ 00026 00027 #include <boost/bind.hpp> 00028 00029 #endif // Problem 1 00030 00031 #if 0 // Problem 2 00032 00033 #include <boost/function.hpp> 00034 00035 #endif // Problem 2 00036 00037 #if 0 // Problem 3 00038 00039 #include <boost/function/function_base.hpp> 00040 00041 #endif // Problem 3 00042 00043 #if 0 // Problem 4 00044 00045 #include <boost/function/function1.hpp> 00046 00047 #endif // Problem 4 00048 00049 #endif Generated on Sat May 26 2012 04:34:10 for ReactOS by
1.7.6.1
|