Boostを語れゴラァ part4at TECH
Boostを語れゴラァ part4 - 暇つぶし2ch151:C2262
07/05/14 14:52:48
Compiler Error C2262'identifier' : cannot be destroyed
URLリンク(msdn2.microsoft.com)(vs.71).aspx

The object cannot be instantiated because the appropriate destructor,
though defined, is not accessible.

The following sample generates C2262:

// C2262.cpp
class B
{
 ~B();
};
class D : public B {};
D d; // C2262, B's destructor is private


次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch