We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1488d45 commit 87738e6Copy full SHA for 87738e6
regression-tests/test-results/mixed-type-safety-1.cpp
@@ -47,3 +47,4 @@ template<typename T> auto print(cpp2::impl::in<std::string> msg, T const& x) ->
47
::print( "s* is Circle?", cpp2::impl::is<Circle>(*cpp2::impl::assert_not_null(s)));
48
::print( "s* is Square?", cpp2::impl::is<Square>(*cpp2::impl::assert_not_null(cpp2::move(s))));
49
}
50
+
0 commit comments