File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
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 46
13+ VERSION 47
1414 COMPATIBILITY AnyNewerVersion
1515 ARCH_INDEPENDENT)
1616
Original file line number Diff line number Diff line change 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.:
You can’t perform that action at this time.
0 commit comments