Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include <functional> in Demangle.h (#59)
This resolves a build error when using Bazel to build on Xcode 15.3 ``` In file included from external/swift-index-store~/Sources/CSwiftDemangle/CSwiftDemangle.cpp:1: external/swift-index-store~/Sources/CSwiftDemangle/PrivateHeaders/include/swift/Demangling/Demangle.h:61:8: error: no template named 'function' in namespace 'std' std::function<std::string(uint64_t, uint64_t)> GenericParameterName = ~~~~~^ 1 error generated. Error in child process '/usr/bin/xcrun'. 1 ``` Signed-off-by: Ethan Brady <[email protected]>
- Loading branch information