Started to replace serializer_t

This commit is contained in:
Roland Bock
2021-07-31 20:00:42 +02:00
parent cf87fbd68e
commit 61116f89c5
25 changed files with 200 additions and 326 deletions
+1
View File
@@ -36,6 +36,7 @@ int As(int, char*[])
const auto foo = test::TabFoo{};
const auto bar = test::TabBar{};
compare(__LINE__, foo, "tab_foo");
compare(__LINE__, foo.omega.as(cheese), "tab_foo.omega AS cheese");
compare(__LINE__, (foo.omega + 17).as(cheese), "(tab_foo.omega+17) AS cheese");
compare(__LINE__, (foo.omega - 17).as(cheese), "(tab_foo.omega - 17) AS cheese");