Thomas Benard

Results 3 issues of Thomas Benard

Just added an additional template parameter to the symbols parser as in qi, except it's not the filter directly, only a helper struct to get hold of the correct filter....

Compiling with BOOST_NO_EXCEPTIONS procuces the following output: ``` /home/bernard/CMakePackageCache/release/extern/Boost/1.73.0/baremetal-cortex-m0-gnu.9/Pkg/include/boost/throw_exception.hpp:180:84: error: no matching function for call to 'throw_exception(const char [24], boost::source_location)' 180 | #define BOOST_THROW_EXCEPTION(x) ::boost::throw_exception(x, BOOST_CURRENT_LOCATION) | ^ /home/bernard/CMakePackageCache/release/extern/Boost/1.73.0/baremetal-cortex-m0-gnu.9/Pkg/include/boost/outcome/experimental/../config.hpp:320:45: note:...

enhancement

This branch adds support for asynchronous expectations. I think the code is ok now, and ready for comments. If you are interested in this extension let me know I will...