mark-99

Results 7 issues of mark-99

So apologies in advance for not having a minimal repro for this, but I'm seeing consistent assert fails / segfaults in `ranges::nth_element()`. It's being applied to a `std::vector` of size...

I am reading 962 lines of text from a file, as 3 comma separated strings. Source code (note I elided some error checking for clarity): STL: ``` while (true) {...

This is pretty much an exact example from the docs: ``` std::vector vec; auto result = scn::scan_list_ex("123, 456,\n789", vec, scn::list_separator_and_until(',', '\n')); ``` The (unexpected) result is that the vector contains...

base_concepts line 51 fails to compile with "unexpanded parameter pack": ``` requires(Signatures& ... signatures) { ([] (auto(&)(Args...) -> Ret) requires std::is_invocable_r_v {}(signatures), ...); }; ``` It should be this (like...

When using `options::LiteralAsStringOpt::Always/Maybe` and the input is an empty string, the current behaviour is to throw an exception that it is an invalid number. Would be good to have an...

clang-cl on Windows uses the clang compiler with the MSVC STL. In the detection logic here https://github.com/boostorg/asio/blob/develop/include/boost/asio/detail/future.hpp `__GNUC__` is true (as clang sets it) `BOOST_ASIO_HAS_CLANG_LIBCXX` is false (as it's MSVC...

`/usr/include/linux/fs.h` does this: ``` #define BLOCK_SIZE_BITS 10 #define BLOCK_SIZE (1