]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Update archive_private to avoid template keyword (#2342)
authorChristian Schmitz <support@monkeybreadsoftware.de>
Sun, 13 Oct 2024 00:47:30 +0000 (02:47 +0200)
committerGitHub <noreply@github.com>
Sun, 13 Oct 2024 00:47:30 +0000 (17:47 -0700)
commitb8d7e074c16c7d0cac98e9236b299c0941edfd78
treee4cb08ef369367c919eb8d02cd0d3b8a2af651f5
parente2c512a59fea1087b89e4252add056359a83bedf
Update archive_private to avoid template keyword (#2342)

People really should never, ever, ever use libarchive internal headers.  And they definitely should not expect libarchive internal headers to work in a C++ compiler.  (C++ and C are really just not that compatible.)

However, people do a lot of things they shouldn't:  Avoid the reserved C++ keyword `template`
libarchive/archive_private.h