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:
Lorenzo Caminiti
2012-04-13 19:54:16 +00:00
parent 6360c143f1
commit 7759fa0aa0
2 changed files with 0 additions and 7 deletions

View File

@@ -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 ;

View File

@@ -1,6 +0,0 @@
/**@todo remove this test */
#include <boost/functional/overloaded_function.hpp>
int main() { return 0; }