Skip to content

Commit

Permalink
Prepared for v46
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Nov 6, 2023
1 parent 05a68b5 commit 57318ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ option(TROMPELOEIL_BUILD_TESTS "Build self test programs" off)

write_basic_package_version_file(
"${CMAKE_CURRENT_BINARY_DIR}/trompeloeil/trompeloeil-config-version.cmake"
VERSION 45
VERSION 46
COMPATIBILITY AnyNewerVersion
ARCH_INDEPENDENT)

Expand Down
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v46 2023-11-06

* Experimental support for coroutines. Use CO_RETURN (or LR_CO_RETURN)
for a member function that has a coroutine return type. Use CO_THROW
(or LR_CO_THROW) to throw from a coroutine. Use as many CO_YIELD
Expand All @@ -11,6 +13,9 @@

trompeloeil::stream_tracer does not produce correct result for coroutines

* Corrected output of input-range like types. Thank you Dominic Koepke for
the fix.

* The self test program "custom_recursive_mutex" now says that it's
succeeded. Thank you @yurivict for reporting the confusion.

Expand Down

0 comments on commit 57318ea

Please sign in to comment.