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
class-template-skeleton0.cpp
deduced-parameters0.cpp
deduced-template-parameters0.cpp
default-expression-evaluation0.cpp
defining-the-keywords0.cpp
defining-the-keywords1.cpp
exercising-the-code-so-far0.cpp
extracting-parameter-types0.cpp
extracting-parameter-types1.cpp
fine-grained-name-control0.cpp
handling-out-parameters0.cpp
headers-and-namespaces0.cpp
lazy-default-computation0.cpp
lazy-default-computation1.cpp
namespaces0.cpp
namespaces1.cpp
namespaces2.cpp
namespaces3.cpp
optional-parameters0.cpp
parameter-enabled-constructors0.cpp
parameter-enabled-function-call-operators0.cpp Update test suite 2019-01-16 03:21:13 -05:00
parameter-enabled-member-functions0.cpp
parameter-enabled-member-functions1.cpp
predicate-requirements0.cpp
README
required-parameters0.cpp
static-member-functions0.cpp
template-keywords0.cpp
template-keywords1.cpp
top-level0.cpp
writing-the-function0.cpp

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

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