Martin Posch

Results 6 issues of Martin Posch

propagate the selected compiler from cmake down to the boost bootstrap process without these correction the boost bootstrap build of b2 will fail on windows with e.g. clang for clang...

move declaration of 'buf' one line down into region of #if BOOST_PARSER_DETAIL_TEXT_USE_CONCEPTS as it is only used in such one.

MSVC in cmake has always been a boolean variable ( see https://cmake.org/cmake/help/latest/variable/MSVC.html) detecting the MSVC Compiler requires therefore 'if (MSVC)' in CMakeLists.txt further, the MSVC Compiler will always emit '199711L'...

this PR would fix the issues with the CI system (Fedora GCC-14), Windows MSVC 2022 c++23 and additionally a compiler error for test/search.cpp with certain clang compilers for c++23 (see...

The MSVC compiler 2022 C++23 cannot compile the following lines from e.g. test/transform_replace.cpp, test/split.cpp, test/search.cpp ``` char const * str_ = "XYZ"; auto str = str_ | bp::as_utf8; ``` as...

I need to be sure, that my changes broke the build (please ignore) I hope theses subtle changes will trigger the github actions ci