mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Removed example compilation for compilers without lambda support
This commit is contained in:
parent
96dd11235e
commit
6a976067db
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue