Added a test to figure out problem on Sun...

[SVN r77867]
This commit is contained in:
Lorenzo Caminiti
2012-04-09 22:33:45 +00:00
parent 3910f072cd
commit e7e599a7d2
2 changed files with 6 additions and 3 deletions

View File

@@ -7,10 +7,8 @@
import testing ;
# Workaround a Boost.Config bug that causes Boost.Typeof to fail on Sun.
project : requirements <toolset>sun:<define>__typeof__=__typeof__ ;
run functor.cpp ;
run make_decl.cpp ;
run make_call.cpp ;
run sun_bug.cpp ;

View File

@@ -0,0 +1,5 @@
#include <boost/functional/overloaded_function/detail/base.hpp>
int main() { return 0; }