Apostolos
Apostolos
Indeed, that's the case and the flag is not added anywhere.
Same issue here. Thanks for reporting.
Hello, trying to use `boost::outcome` in `1.75` but I can't compile without exceptions ``` c++ -DBOOST_ASIO_HEADER_ONLY -DBOOST_ASIO_NO_DEPRECATED -DBOOST_ASIO_NO_IOSTREAM -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_NO_EXCEPTIONS -O2 -g -DNDEBUG -fno-exceptions -std=gnu++17 smi_message.cpp In file included from...
> Try with the latest release please, let me know. Thank you very much for your prompt answers! Unfortunately, the project toolchain has `1.75 version`, so it's not possible to...
Probably this https://github.com/boost-experimental/sml/issues/241#issuecomment-467998683 apply here not in issue #241
Thanks for this nice software! The feature described here would be very useful for our case too, because the resulted string doesn't fit `C++` constraints
Same issue with the example in `dependencies.cpp` ```sh $ opt/clang/bin/clang++ --version clang version 8.0.0 $ opt/clang/bin/clang++ -std=c++14 -Wall -fsanitize=address,undefined -ggdb -O2 -o dep.x dependencies.cpp && ./dep.x sml.hpp:439:49: runtime error: member...
The problem of the server above is the stack overflow. ``` AddressSanitizer:DEADLYSIGNAL ================================================================= ==6039==ERROR: AddressSanitizer: stack-overflow on address 0x7ffbff9b7f68 (pc 0x00000048e6ba bp 0x7ffbff9b87e0 sp 0x7ffbff9b7f70 T0) #0 0x48e6b9 in __interceptor_fwrite.part.56...