Skip to content

fix(util): fix compilation with Xcode 27 beta - #208

Merged
3Shain merged 1 commit into
3Shain:mainfrom
WineAndAqua:fix/compilation-xcode27
Aug 26, 2026
Merged

fix(util): fix compilation with Xcode 27 beta#208
3Shain merged 1 commit into
3Shain:mainfrom
WineAndAqua:fix/compilation-xcode27

Conversation

@aquadran

@aquadran aquadran commented Aug 25, 2026

Copy link
Copy Markdown
Collaborator

fixes for two compilation errors:
In file included from ../src/util/sha1/sha1_util.cpp:12: ../src/util/sha1/sha1_util.hpp:77:20: error: explicit specialization of undeclared template struct 'equal_to' 77 | template <> struct equal_to<dxmt::Sha1Digest> {

In file included from ../src/dxmt/dxmt_format.cpp:1: ../include/ftl.hpp:11:47: error: no member named 'back_inserter' in namespace 'std' 11 | std::transform(vec.begin(), vec.end(), std::back_inserter(ret), std::forward<Func>(f)); ../include/ftl.hpp:19:47: error: no member named 'back_inserter' in namespace 'std' 19 | std::transform(vec.begin(), vec.end(), std::back_inserter(ret), f);

Signed-off-by: Paweł Kołodziejski <aquadran@gmail.com>
@aquadran
aquadran force-pushed the fix/compilation-xcode27 branch from eb94f27 to 4bcaf64 Compare August 26, 2026 10:34
@3Shain
3Shain merged commit e67727f into 3Shain:main Aug 26, 2026
16 checks passed
@aquadran
aquadran deleted the fix/compilation-xcode27 branch August 26, 2026 15:38
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.

2 participants