Skip to content

Commit

Permalink
Prepared for v47
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Jan 1, 2024
1 parent 8c49ee2 commit a99a079
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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 46
VERSION 47
COMPATIBILITY AnyNewerVersion
ARCH_INDEPENDENT)

Expand Down
4 changes: 3 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
v47 2024-01-01

* Coroutines are conditionally supported by the __cpp_impl_coroutine
feature test macro. There is no longer any need to define the
TROMPELOEIL_EXPERIMENTAL_COROUTINES macro in order to use coroutines
with Trompeloeil.

* Split the monolithinc "trompeloeil.hpp" into several smaller
* Split the monolithic "trompeloeil.hpp" into several smaller
headers. You can continue to #include <trompeloeil.hpp> as usual,
but you can also do more fine grained #include:s, which may
improve build times. E.g.:
Expand Down

0 comments on commit a99a079

Please sign in to comment.