------- Comment #2 from redi at gcc dot gnu dot org 2010-04-04 17:17 ------- reduced
#include <utility>
using namespace std;
struct Row { };
void drawInside( )
{
auto lambda =
[ ] ( const Row* curRow ) -> pair<int,float>
{
return std::pair<int,float>( );
};
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43641
