mirror of
https://github.com/boostorg/functional.git
synced 2025-08-03 06:24:34 +02:00
Removed a test used to figure out a bug on Sun (the bug was fixed by not doing any macro expansion in the definition of the pp-iteration params macro).
[SVN r77954]
This commit is contained in:
@@ -13,5 +13,4 @@ project : requirements <toolset>sun:<define>BOOST_TYPEOF_EMULATION ;
|
||||
run functor.cpp ;
|
||||
run make_decl.cpp ;
|
||||
run make_call.cpp ;
|
||||
run sun_bug.cpp ;
|
||||
|
||||
|
@@ -1,6 +0,0 @@
|
||||
|
||||
/**@todo remove this test */
|
||||
#include <boost/functional/overloaded_function.hpp>
|
||||
|
||||
int main() { return 0; }
|
||||
|
Reference in New Issue
Block a user