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.
embarcadero (Borland) C++ コンパイラには、次のプラグマ ディレクティブがあります。
#pragma package(smart_init)
#pragma package(smart_init, weak)
ここで説明するように。
msvc (Visual C++ コンパイラ) で定義されているプラグマ ディレクティブは、上記の機能と同等ですか?
便宜上、こちらをご覧ください。