Hana Dusíková
Hana Dusíková
I thought I removed all cases 🤷🏻♀️ > ctre::range matches an empty string will cause infinite loop, e.g., for (auto&& m : ctre::range("aab")); (description from another issue)
His notes: * Utilize [[nodiscard]] at least in the public facing functions * Consider some explicit for your constructors * Are there missing test cases eluded to by the unused...
`(a|ab)+` won't match `ab` Found a fix, it's in branch `fix-for-cycles`, created tests to trigger this error, but it's a big performance regression because compiler can't see thru and optimise...
`0?1?2?3?4?5?6?7?8?9?`
Placeholder for my idea how to make the LL parser much quicker. Stay tuned!
Hi, I was told about your awesome utility and I really like it. Yesterday I noticed probably a bug, when I tried this query: `dog 24yzjhop3iawhkuxy4b3yj36dogrbkwwz2xivaujzqzeyiwobz2a.luna.avast.com. TXT` This query returns...
Description =========== generated `rdkafka-static.pc` is having wrong prefix: ``` prefix=/usr/local exec_prefix=${prefix} includedir=${prefix}/include libdir=${prefix}/lib Name: librdkafka++-static Description: The Apache Kafka C/C++ library (static) Version: 1.9.2 Requires: Cflags: -I${includedir} -DLIBRDKAFKA_STATICLIB Libs: -L${libdir}...
I know this is an old thread, but chiming in here - because _MSC_VER is defined when clang is building in msvc compatibility mode (via clang-cl), the addition of the...