mirror of
https://github.com/boostorg/functional.git
synced 2025-08-01 05:24:31 +02:00
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:
@@ -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 ;
|
||||
|
Reference in New Issue
Block a user