Added a temporary workaround the Boost.Config bug that causes Boost.Typeof to fail on Sun (Jamfile <define>__typeof__=__typeof__ so Boost.Config does not define __typeof__ to be typeof).

[SVN r77770]
This commit is contained in:
Lorenzo Caminiti
2012-04-04 21:15:16 +00:00
parent 1326990a7e
commit afa123f28e

View File

@@ -7,6 +7,9 @@
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 ;