mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Deactivated ICE producing code
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@747 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
e4c2468381
commit
897c0bdac3
2 changed files with 10 additions and 0 deletions
|
|
@ -631,6 +631,8 @@ BOOST_AUTO_TEST_CASE( demonstrates_adding_a_custom_constraint_with_boost_bind )
|
|||
//]
|
||||
}
|
||||
|
||||
#ifndef BOOST_MSVC // this produces an ICE with all versions of MSVC
|
||||
|
||||
#include <boost/lambda/lambda.hpp>
|
||||
|
||||
namespace constraints_example_5
|
||||
|
|
@ -649,6 +651,8 @@ BOOST_AUTO_TEST_CASE( demonstrates_adding_a_custom_constraint_with_boost_lambda
|
|||
//]
|
||||
}
|
||||
|
||||
#endif // BOOST_MSVC
|
||||
|
||||
#include <boost/phoenix/phoenix.hpp>
|
||||
|
||||
namespace constraints_example_6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue