File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11v47 2024-01-01
22
33 * Coroutines are conditionally supported by the __cpp_impl_coroutine
4- feature test macro. There is no longer any need to define the
5- TROMPELOEIL_EXPERIMENTAL_COROUTINES macro in order to use coroutines
6- with Trompeloeil.
4+ feature test macro. There is no longer any need to define the
5+ TROMPELOEIL_EXPERIMENTAL_COROUTINES macro in order to use coroutines
6+ with Trompeloeil.
77
88 * Split the monolithic "trompeloeil.hpp" into several smaller
99 headers. You can continue to #include <trompeloeil.hpp> as usual,
1010 but you can also do more fine grained #include:s, which may
1111 improve build times. E.g.:
1212
13- #include <trompeloeil/mock.hpp> // basic mock functionality
14- #include <trompeloeil/lifetime.hpp> // REQUIRE_DESTRUCTION etc.
15- #include <trompeloeil/matcher/re.hpp> // regular expressions
13+ #include <trompeloeil/mock.hpp> // basic mock functionality
14+ #include <trompeloeil/lifetime.hpp> // REQUIRE_DESTRUCTION etc.
15+ #include <trompeloeil/matcher/re.hpp> // regular expressions
1616
1717 The reference manual says which header to include to get the
1818 functionality for each item. If no header is mentioned, it is in
You can’t perform that action at this time.
0 commit comments