Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は純粋な Objective-C プロジェクトを持っています (どこにも C++ はありません)。GCC_ENABLE_CPP_EXCEPTIONS をオフにすることはできますか? それとも、Objective-C の例外はこれに依存しますか?
C++ コードを使用していない場合は、オフにすることができます (C++ コードにのみ適用されます)。または、そのままにしておくこともできます。どちらの方法でも問題ありません。