diff --git a/doc/example/reference.cpp b/doc/example/reference.cpp index 46a44d7..32769fb 100644 --- a/doc/example/reference.cpp +++ b/doc/example/reference.cpp @@ -747,6 +747,8 @@ BOOST_AUTO_TEST_CASE( demonstrates_enforcing_several_expectation_orders ) //] } +#ifdef MOCK_LAMBDAS + namespace action_example_1 { //[ action_example_1 @@ -773,6 +775,8 @@ BOOST_AUTO_TEST_CASE( demonstrates_configuring_actions ) //] } +#endif + namespace verification_example_1 { //[ verification_example_1