parameter/test/literate
CromwellEnage a2f68bea6c Update test suite
* Add "test/literate/parameter-enabled-function-call-operators0.cpp" to test suite under alias 'parameter_literate_tests'.
* Add compose() test routine to "test/compose.cpp"
* Replace LIBS_PARAMETER_TEST_COMPILE_FAILURE_MSVC with LIBS_PARAMETER_TEST_COMPILE_FAILURE_VENDOR_SPECIFIC in case compilers other than MSVC start exhibiting errant behavior.
* Adjust for the fact that BOOST_PARAMETER_MAX_ARITY is defined regardless of whether or not BOOST_PARAMETER_HAS_PERFECT_FORWARDING is defined.
* Use minimal file headers to #include vice <boost/parameter.hpp>.
2019-01-16 03:21:13 -05:00
..
building-argumentpacks0.cpp Restructure tests. 2018-10-28 13:13:07 -04:00
class-template-skeleton0.cpp Prettify code 2018-10-28 22:14:17 -04:00
deduced-parameters0.cpp Update literate tests and tutorial documentation 2019-01-01 05:27:18 -05:00
deduced-template-parameters0.cpp Restructure tests. 2018-10-28 13:13:07 -04:00
default-expression-evaluation0.cpp Update literate tests and tutorial documentation 2019-01-01 05:27:18 -05:00
defining-the-keywords0.cpp Prettify code 2018-10-28 22:14:17 -04:00
defining-the-keywords1.cpp Restructure tests. 2018-10-28 13:13:07 -04:00
exercising-the-code-so-far0.cpp Restructure tests. 2018-10-28 13:13:07 -04:00
extracting-parameter-types0.cpp Remove executable permissions. 2018-11-16 21:42:25 -05:00
extracting-parameter-types1.cpp Restructure tests. 2018-10-28 13:13:07 -04:00
fine-grained-name-control0.cpp Restructure tests. 2018-10-28 13:13:07 -04:00
handling-out-parameters0.cpp Prettify code 2018-10-28 22:14:17 -04:00
headers-and-namespaces0.cpp Remove unneeded and incorrect #line directives, which just confuse some compilers, most notably VC++ which fails some tests purely on its confusion. 2015-05-27 10:03:38 -04:00
lazy-default-computation0.cpp Restructure tests. 2018-10-28 13:13:07 -04:00
lazy-default-computation1.cpp Restructure tests. 2018-10-28 13:13:07 -04:00
namespaces0.cpp Restructure tests. 2018-10-28 13:13:07 -04:00
namespaces1.cpp Restructure tests. 2018-10-28 13:13:07 -04:00
namespaces2.cpp Restructure tests. 2018-10-28 13:13:07 -04:00
namespaces3.cpp Restructure tests. 2018-10-28 13:13:07 -04:00
optional-parameters0.cpp Prettify code 2018-10-28 22:14:17 -04:00
parameter-enabled-constructors0.cpp Restructure tests. 2018-10-28 13:13:07 -04:00
parameter-enabled-function-call-operators0.cpp Update test suite 2019-01-16 03:21:13 -05:00
parameter-enabled-member-functions0.cpp Update literate tests and tutorial documentation 2019-01-01 05:27:18 -05:00
parameter-enabled-member-functions1.cpp Prettify code 2018-10-28 22:14:17 -04:00
predicate-requirements0.cpp Restructure tests. 2018-10-28 13:13:07 -04:00
README bug fix for value_type and numerous doc fixes, along with literate programming tests 2009-01-28 23:33:37 +00:00
required-parameters0.cpp Prettify code 2018-10-28 22:14:17 -04:00
static-member-functions0.cpp Update literate tests and tutorial documentation 2019-01-01 05:27:18 -05:00
template-keywords0.cpp Prettify code 2018-10-28 22:14:17 -04:00
template-keywords1.cpp Prettify code 2018-10-28 22:14:17 -04:00
top-level0.cpp Update literate tests and tutorial documentation 2019-01-01 05:27:18 -05:00
writing-the-function0.cpp Prettify code 2018-10-28 22:14:17 -04:00

These tests were extracted from the Boost.Parameter documentation
with:

python ../../../../tools/litre/tool.py \
       ../../../../libs/parameter/doc/index.rst \
       --dump_dir=.