v27
-
Fixed a regression where
NAMED_REQUIRE_DESTRUCTION(obj)
accidentally
resulted in astd::unique_ptr<trompeloeil::expectation>
instead
ofstd::unique_ptr<trompeloeil::lifetime_monitor>
as documented. -
Added a rudimentary CMakeLists.txt file. Thanks @a4z.