Skip to content

Commit a99a079

Browse files
committed
Prepared for v47
1 parent 8c49ee2 commit a99a079

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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 46
13+
VERSION 47
1414
COMPATIBILITY AnyNewerVersion
1515
ARCH_INDEPENDENT)
1616

ChangeLog

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
v47 2024-01-01
2+
13
* Coroutines are conditionally supported by the __cpp_impl_coroutine
24
feature test macro. There is no longer any need to define the
35
TROMPELOEIL_EXPERIMENTAL_COROUTINES macro in order to use coroutines
46
with Trompeloeil.
57

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

0 commit comments

Comments
 (0)