Skip to content

Commit

Permalink
[0.0.19] Migration to LLVM 18.1.8 (try to fix build again)
Browse files Browse the repository at this point in the history
  • Loading branch information
DronCode committed Jul 3, 2024
1 parent 7ddfd43 commit b41866a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cpp/include/RG3/Cpp/TypeClass.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ namespace rg3::cpp
// In C++ allowed to be friend of function, class, T (c++0x) and... Idk, it's really weird shit
// I will support only class & struct friends (at least now)
TypeBaseInfo sFriendTypeInfo {};

ClassFriend() = default;
};

using ClassFriendVector = std::vector<ClassFriend>;
Expand Down

0 comments on commit b41866a

Please sign in to comment.