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.
関数 a::open、b::open を使用して特定の名前空間 a、b のソース コードから dll を作成すると、これらの関数の呼び出しで競合が発生します。
いいえ、DLL からエクスポートされた関数名は C++ マングル名であるためです。マングルされた名前には名前空間が含まれているため、競合は発生しません。