Skip to content

Commit 98e2b9b

Browse files
committed
Update test-result due to cpp2util.h line numbers changing
1 parent d0dd0c0 commit 98e2b9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

regression-tests/test-results/clang-12/pure2-expected-is-as.cpp.output

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,20 +77,20 @@ pure2-expected-is-as.cpp2:34:18: error: use of undeclared identifier 'ex1'; did
7777
__MATHCALL_VEC (exp,, (_Mdouble_ __x));
7878
^
7979
In file included from pure2-expected-is-as.cpp:7:
80-
../../../include/cpp2util.h:1600:72: error: invalid application of 'sizeof' to a function type
80+
../../../include/cpp2util.h:1205:72: error: invalid application of 'sizeof' to a function type
8181
(std::is_floating_point_v<From> && std::is_floating_point_v<To> && sizeof(From) > sizeof(To)) ||
8282
^~~~~~~~~~~~
83-
../../../include/cpp2util.h:2114:19: note: in instantiation of variable template specialization 'cpp2::is_narrowing_v' requested here
83+
../../../include/cpp2util.h:2128:19: note: in instantiation of variable template specialization 'cpp2::is_narrowing_v' requested here
8484
if constexpr (is_narrowing_v<C, CPP2_TYPEOF(x)>) {
8585
^
8686
pure2-expected-is-as.cpp2:39:22: note: in instantiation of function template specialization 'cpp2::as_<int, double (&)(double) noexcept>' requested here
8787
auto val1 {cpp2::as_<int>(ex1)};
8888
^
8989
In file included from pure2-expected-is-as.cpp:7:
90-
../../../include/cpp2util.h:1644:9: error: invalid application of 'sizeof' to a function type
90+
../../../include/cpp2util.h:1249:9: error: invalid application of 'sizeof' to a function type
9191
sizeof(CPP2_TYPEOF(x)) > sizeof(C)
9292
^~~~~~~~~~~~~~~~~~~~~~
93-
../../../include/cpp2util.h:2127:12: note: in instantiation of function template specialization 'cpp2::as<int, double (double) noexcept>' requested here
93+
../../../include/cpp2util.h:2141:12: note: in instantiation of function template specialization 'cpp2::as<int, double (double) noexcept>' requested here
9494
return as<C>(CPP2_FORWARD(x));
9595
^
9696
pure2-expected-is-as.cpp2:39:22: note: in instantiation of function template specialization 'cpp2::as_<int, double (&)(double) noexcept>' requested here

0 commit comments

Comments
 (0)