Removed example compilation for compilers without lambda support

This commit is contained in:
Mathieu Champlon 2015-03-22 22:08:51 +01:00
parent 96dd11235e
commit 6a976067db

View file

@ -747,6 +747,8 @@ BOOST_AUTO_TEST_CASE( demonstrates_enforcing_several_expectation_orders )
//] //]
} }
#ifdef MOCK_LAMBDAS
namespace action_example_1 namespace action_example_1
{ {
//[ action_example_1 //[ action_example_1
@ -773,6 +775,8 @@ BOOST_AUTO_TEST_CASE( demonstrates_configuring_actions )
//] //]
} }
#endif
namespace verification_example_1 namespace verification_example_1
{ {
//[ verification_example_1 //[ verification_example_1