タグ付けされた質問 「visual-c++-2012」

7
Visual Studio 2012のC ++ 11機能
Visual Studio 2012のプレビューバージョン(VS2010以降の次のバージョン)が利用可能になりました。 それがサポートする新しいC ++ 11機能を誰かが知っていますか?(私は現時点でそれを試すことができません)。

3
ラムダの明示的な戻り型
このコード(VS2010)をコンパイルすると、次のエラーが発生します。 error C3499: a lambda that has been specified to have a void return type cannot return a value void DataFile::removeComments() { string::const_iterator start, end; boost::regex expression("^\\s?#"); boost::match_results<std::string::const_iterator> what; boost::match_flag_type flags = boost::match_default; // Look for lines that either start with a hash (#) // or have nothing but white-space …
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.