-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
20 deletions.
There are no files selected for viewing
40 changes: 20 additions & 20 deletions
40
regression-tests/test-results/gcc-13/mixed-bugfix-for-ufcs-non-local.cpp.output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,41 @@ | ||
In file included from mixed-bugfix-for-ufcs-non-local.cpp:6: | ||
../../../include/cpp2util.h:851:1: error: lambda-expression in template parameter type | ||
851 | [LAMBDADEFCAPT]< \ | ||
../../../include/cpp2util.h:914:1: error: lambda-expression in template parameter type | ||
914 | [LAMBDADEFCAPT]< \ | ||
| ^ | ||
../../../include/cpp2util.h:871:59: note: in expansion of macro ‘CPP2_UFCS_’ | ||
871 | #define CPP2_UFCS_NONLOCAL(...) CPP2_UFCS_(,CPP2_UFCS_IDENTITY,(),,__VA_ARGS__) | ||
../../../include/cpp2util.h:934:59: note: in expansion of macro ‘CPP2_UFCS_’ | ||
934 | #define CPP2_UFCS_NONLOCAL(...) CPP2_UFCS_(,CPP2_UFCS_IDENTITY,(),,__VA_ARGS__) | ||
| ^~~~~~~~~~ | ||
mixed-bugfix-for-ufcs-non-local.cpp2:13:12: note: in expansion of macro ‘CPP2_UFCS_NONLOCAL’ | ||
mixed-bugfix-for-ufcs-non-local.cpp2:13:36: error: template argument 1 is invalid | ||
../../../include/cpp2util.h:851:1: error: lambda-expression in template parameter type | ||
851 | [LAMBDADEFCAPT]< \ | ||
../../../include/cpp2util.h:914:1: error: lambda-expression in template parameter type | ||
914 | [LAMBDADEFCAPT]< \ | ||
| ^ | ||
../../../include/cpp2util.h:871:59: note: in expansion of macro ‘CPP2_UFCS_’ | ||
871 | #define CPP2_UFCS_NONLOCAL(...) CPP2_UFCS_(,CPP2_UFCS_IDENTITY,(),,__VA_ARGS__) | ||
../../../include/cpp2util.h:934:59: note: in expansion of macro ‘CPP2_UFCS_’ | ||
934 | #define CPP2_UFCS_NONLOCAL(...) CPP2_UFCS_(,CPP2_UFCS_IDENTITY,(),,__VA_ARGS__) | ||
| ^~~~~~~~~~ | ||
mixed-bugfix-for-ufcs-non-local.cpp2:21:12: note: in expansion of macro ‘CPP2_UFCS_NONLOCAL’ | ||
mixed-bugfix-for-ufcs-non-local.cpp2:21:36: error: template argument 1 is invalid | ||
../../../include/cpp2util.h:851:1: error: lambda-expression in template parameter type | ||
851 | [LAMBDADEFCAPT]< \ | ||
../../../include/cpp2util.h:914:1: error: lambda-expression in template parameter type | ||
914 | [LAMBDADEFCAPT]< \ | ||
| ^ | ||
../../../include/cpp2util.h:871:59: note: in expansion of macro ‘CPP2_UFCS_’ | ||
871 | #define CPP2_UFCS_NONLOCAL(...) CPP2_UFCS_(,CPP2_UFCS_IDENTITY,(),,__VA_ARGS__) | ||
../../../include/cpp2util.h:934:59: note: in expansion of macro ‘CPP2_UFCS_’ | ||
934 | #define CPP2_UFCS_NONLOCAL(...) CPP2_UFCS_(,CPP2_UFCS_IDENTITY,(),,__VA_ARGS__) | ||
| ^~~~~~~~~~ | ||
mixed-bugfix-for-ufcs-non-local.cpp2:31:12: note: in expansion of macro ‘CPP2_UFCS_NONLOCAL’ | ||
mixed-bugfix-for-ufcs-non-local.cpp2:31:36: error: template argument 1 is invalid | ||
../../../include/cpp2util.h:851:1: error: lambda-expression in template parameter type | ||
851 | [LAMBDADEFCAPT]< \ | ||
../../../include/cpp2util.h:914:1: error: lambda-expression in template parameter type | ||
914 | [LAMBDADEFCAPT]< \ | ||
| ^ | ||
../../../include/cpp2util.h:871:59: note: in expansion of macro ‘CPP2_UFCS_’ | ||
871 | #define CPP2_UFCS_NONLOCAL(...) CPP2_UFCS_(,CPP2_UFCS_IDENTITY,(),,__VA_ARGS__) | ||
../../../include/cpp2util.h:934:59: note: in expansion of macro ‘CPP2_UFCS_’ | ||
934 | #define CPP2_UFCS_NONLOCAL(...) CPP2_UFCS_(,CPP2_UFCS_IDENTITY,(),,__VA_ARGS__) | ||
| ^~~~~~~~~~ | ||
mixed-bugfix-for-ufcs-non-local.cpp2:33:12: note: in expansion of macro ‘CPP2_UFCS_NONLOCAL’ | ||
mixed-bugfix-for-ufcs-non-local.cpp2:33:36: error: template argument 1 is invalid | ||
../../../include/cpp2util.h:851:1: error: lambda-expression in template parameter type | ||
851 | [LAMBDADEFCAPT]< \ | ||
../../../include/cpp2util.h:914:1: error: lambda-expression in template parameter type | ||
914 | [LAMBDADEFCAPT]< \ | ||
| ^ | ||
../../../include/cpp2util.h:871:59: note: in expansion of macro ‘CPP2_UFCS_’ | ||
871 | #define CPP2_UFCS_NONLOCAL(...) CPP2_UFCS_(,CPP2_UFCS_IDENTITY,(),,__VA_ARGS__) | ||
../../../include/cpp2util.h:934:59: note: in expansion of macro ‘CPP2_UFCS_’ | ||
934 | #define CPP2_UFCS_NONLOCAL(...) CPP2_UFCS_(,CPP2_UFCS_IDENTITY,(),,__VA_ARGS__) | ||
| ^~~~~~~~~~ | ||
mixed-bugfix-for-ufcs-non-local.cpp2:21:12: note: in expansion of macro ‘CPP2_UFCS_NONLOCAL’ | ||
mixed-bugfix-for-ufcs-non-local.cpp2:21:36: error: template argument 1 is invalid |