ccorn

Results 5 issues of ccorn

Warning: Illustrative C++17 code fragments with use of Catch2 macros ahead. Thanks for `zip` and `zip_with`, particularly because `zip` can do references: ~~~ c++ TEST_CASE("Range v3 zip") { using V...

Consider a file `test.md` with the following contents: ~~~ kramdown item : para ~~~ Caution: This has (and requires) a (horizontal) blank after the colon. Let's try kramdown on it:...

bug

Not sure whether this is intended behavior. It certainly irritates me: ~~~ shell $ kramdown

Newer Google Test explicitly requires C++14. Indeed the source now uses `std::less` without template argument: ``` make -C unit_tests pascal make[1]: Entering directory '/build/cgbn-git/src/CGBN/unit_tests' g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt...

The following simple program crashes (SIGSEGV) with Boost 1.71.0 when reaching `in >> tp`: ~~~ c++ #define BOOST_CHRONO_VERSION 2 #include #include #include // assert #include // std::istringstream #include // std::string...

bug
PR welcome