Skip to content

Commit

Permalink
[FOLD]
Browse files Browse the repository at this point in the history
  • Loading branch information
sdkrystian committed Dec 11, 2023
1 parent 2adb9dc commit e649bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/AST/ASTVisitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3206,7 +3206,7 @@ template<typename Derived>
class TerminalTypeVisitor
: public TypeVisitor<TerminalTypeVisitor<Derived>, bool>
{
friend TypeVisitor;
friend TerminalTypeVisitor::TypeVisitor;

Check failure on line 3209 in src/lib/AST/ASTVisitor.cpp

View workflow job for this annotation

GitHub Actions / Clang 16.0: C++20

Build Error - clang++-16

clang++-16 - a type specifier is required for all declarations

Check failure on line 3209 in src/lib/AST/ASTVisitor.cpp

View workflow job for this annotation

GitHub Actions / Clang 16.0: C++20

Build Error - clang++-16

clang++-16 - friends can only be classes or functions

Check failure on line 3209 in src/lib/AST/ASTVisitor.cpp

View workflow job for this annotation

GitHub Actions / GCC 13.1: C++20

Build Error - g++-13

g++-13 - invalid use of incomplete type ‘class clang::mrdocs::{anonymous}::TerminalTypeVisitor<Derived>’

ASTVisitor& Visitor_;

Expand Down

0 comments on commit e649bb5

Please sign in to comment.