File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ option(TROMPELOEIL_BUILD_TESTS "Build self test programs" off)
1010
1111write_basic_package_version_file(
1212 "${CMAKE_CURRENT_BINARY_DIR} /trompeloeil/trompeloeil-config-version.cmake"
13- VERSION 45
13+ VERSION 46
1414 COMPATIBILITY AnyNewerVersion
1515 ARCH_INDEPENDENT)
1616
Original file line number Diff line number Diff line change 1+ v46 2023-11-06
2+
13 * Experimental support for coroutines. Use CO_RETURN (or LR_CO_RETURN)
24 for a member function that has a coroutine return type. Use CO_THROW
35 (or LR_CO_THROW) to throw from a coroutine. Use as many CO_YIELD
1113
1214 trompeloeil::stream_tracer does not produce correct result for coroutines
1315
16+ * Corrected output of input-range like types. Thank you Dominic Koepke for
17+ the fix.
18+
1419 * The self test program "custom_recursive_mutex" now says that it's
1520 succeeded. Thank you @yurivict for reporting the confusion.
1621
You can’t perform that action at this time.
0 commit comments