We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f60af commit 22e41e1Copy full SHA for 22e41e1
week-12/task-11-03/test/test-11-03.cpp
@@ -44,6 +44,7 @@ TEST(Factory, CustomTypes) {
44
EXPECT_EQ(factory.create<Person>(), person);
45
}
46
47
+// @todo 90m/DEV find a way to check if a compilation error has occurred or not.
48
#ifdef TEST_COMPILE_ERROR
49
TEST(Factory, UnregisteredType) {
50
const Factory<int, double> factory{[]() { return 42; }, []() { return 3.14; }};
0 commit comments