Skip to content

Commit 57318ea

Browse files
committed
Prepared for v46
1 parent 05a68b5 commit 57318ea

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ option(TROMPELOEIL_BUILD_TESTS "Build self test programs" off)
1010

1111
write_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

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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
@@ -11,6 +13,9 @@
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

0 commit comments

Comments
 (0)