Skip to content

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

er2off
Copy link
Contributor

@er2off er2off commented Oct 21, 2024

This PR fixes #379.

@er2off er2off force-pushed the clang19 branch 4 times, most recently from 5c14fa4 to 3f63051 Compare October 21, 2024 14:47
@@ -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

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 )

@Starry0Wolf
Copy link

Why hasn't this been merged yet?

@maksw2
Copy link

maksw2 commented Aug 2, 2025

Why hasn't this been merged yet?

because this project is kind of dead

@Starry0Wolf
Copy link

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.

@vova12021970
Copy link

vova12021970 commented Aug 6, 2025

Why hasn't this been merged yet?

because this project is kind of dead

or maintainer (aka author of repository) is lazy

@maksw2
Copy link

maksw2 commented Aug 6, 2025

or maintainer (aka author of repository) is lazy

the end result is the same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fails to build on macos sequoia - error: no member named 'swap' in CUtlBlockMemory<T, I>
5 participants