Skip to content

Commit 87738e6

Browse files
committed
CI Work around requires support issue in GCC 10
1 parent 1488d45 commit 87738e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

regression-tests/test-results/mixed-type-safety-1.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ template<typename T> auto print(cpp2::impl::in<std::string> msg, T const& x) ->
4747
::print( "s* is Circle?", cpp2::impl::is<Circle>(*cpp2::impl::assert_not_null(s)));
4848
::print( "s* is Square?", cpp2::impl::is<Square>(*cpp2::impl::assert_not_null(cpp2::move(s))));
4949
}
50+

0 commit comments

Comments
 (0)