Skip to content

Commit

Permalink
test: apply CI patches
Browse files Browse the repository at this point in the history
  • Loading branch information
JohelEGP committed Jan 25, 2024
1 parent 1b57ea0 commit 4382aa1
Showing 1 changed file with 20 additions and 20 deletions.
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

0 comments on commit 4382aa1

Please sign in to comment.