Post

Replies

Boosts

Views

Activity

Comment on Swift and C++ In The Same Project
Apple documentation on the Cpp-Swift interoperability only mentions about using the clang module to make Cpp Code available in Swift, it does not mention about using bridging header. If we can expose the Cpp code using the 'clang module' as well using the 'bridging header' then which approach should be preferred and why? Can someone please elaborate on this?
May ’24