100-06-01から1ヶ月間の記事一覧
VC++7.1でmanaged C++を許している(マネージ拡張を有効にしている)とboost::functionが正しく機能しません.managed C++側のバグのようです. boost::function<bool (int, int)> f; f = std::less<int>(); assert(f); // managed拡張を有効にしているとassertion failureする f(1</int></bool>…
VC++7.1でmanaged C++を許している(マネージ拡張を有効にしている)とboost::functionが正しく機能しません.managed C++側のバグのようです. boost::function<bool (int, int)> f; f = std::less<int>(); assert(f); // managed拡張を有効にしているとassertion failureする f(1</int></bool>…