mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:12:57 +00:00
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
This commit is contained in:
parent
b94e2d8ca0
commit
c2c66aff7d
24198 changed files with 0 additions and 37285 deletions
49
sdk/lib/3rdparty/stlport/test/unit/boost_check.cpp
vendored
Normal file
49
sdk/lib/3rdparty/stlport/test/unit/boost_check.cpp
vendored
Normal file
|
@ -0,0 +1,49 @@
|
|||
#ifndef WITHOUT_STLPORT
|
||||
#include <stl/config/user_config.h>
|
||||
|
||||
#ifdef _STLP_USE_BOOST_SUPPORT
|
||||
|
||||
#include <boost/config.hpp>
|
||||
|
||||
#endif // _STLP_USE_BOOST_SUPPORT
|
||||
|
||||
#else
|
||||
|
||||
#if 0 // Problem 1:
|
||||
/* *******************************
|
||||
../../../stlport/functional:63: error: 'boost::mem_fn' has not been declared
|
||||
../../../stlport/functional:64: error: 'boost::bind' has not been declared
|
||||
../../../stlport/functional:67: error: '::_1' has not been declared
|
||||
../../../stlport/functional:68: error: '::_2' has not been declared
|
||||
../../../stlport/functional:69: error: '::_3' has not been declared
|
||||
../../../stlport/functional:70: error: '::_4' has not been declared
|
||||
../../../stlport/functional:71: error: '::_5' has not been declared
|
||||
../../../stlport/functional:72: error: '::_6' has not been declared
|
||||
../../../stlport/functional:73: error: '::_7' has not been declared
|
||||
../../../stlport/functional:74: error: '::_8' has not been declared
|
||||
../../../stlport/functional:75: error: '::_9' has not been declared
|
||||
******************************* */
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
#endif // Problem 1
|
||||
|
||||
#if 0 // Problem 2
|
||||
|
||||
#include <boost/function.hpp>
|
||||
|
||||
#endif // Problem 2
|
||||
|
||||
#if 0 // Problem 3
|
||||
|
||||
#include <boost/function/function_base.hpp>
|
||||
|
||||
#endif // Problem 3
|
||||
|
||||
#if 0 // Problem 4
|
||||
|
||||
#include <boost/function/function1.hpp>
|
||||
|
||||
#endif // Problem 4
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue