-
Notifications
You must be signed in to change notification settings - Fork 291
clang: Fix build with LLVM 19 #389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
5c14fa4
to
3f63051
Compare
@@ -1350,7 +1352,8 @@ inline int CDmaStringArrayBase<B>::InsertBefore( int elem, const char *pValue ) | |||
template< class E, class B > | |||
inline UtlSymId_t CDmaElementArrayConstBase<E,B>::GetElementType() const | |||
{ | |||
return this->Data().m_ElementType; | |||
// Fuck MSVC, anyway I'm unsure about if this code was called |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I especially liked that moment )
Why hasn't this been merged yet? |
because this project is kind of dead |
Oh no! I was just following a guide for something that used this, and ran into a error that this PR fixes, did not notice it was dead. Though source is pretty old now. |
or maintainer (aka author of repository) is lazy |
the end result is the same |
This PR fixes #379.