mirror of
https://github.com/boostorg/functional.git
synced 2025-08-01 13:34:30 +02:00
Added a test to figure out problem on Sun...
[SVN r77867]
This commit is contained in:
@@ -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 ;
|
||||
|
||||
|
5
overloaded_function/test/sun_bug.cpp
Normal file
5
overloaded_function/test/sun_bug.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
#include <boost/functional/overloaded_function/detail/base.hpp>
|
||||
|
||||
int main() { return 0; }
|
||||
|
Reference in New Issue
Block a user