ckehin123 / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

build problem #563

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In gcc,build with -std=c++11 option cause a compile error.
I think the reason is 'typeof' keyword can not used in c++11.

Original issue reported on code.google.com by vxm...@gmail.com on 15 Jan 2014 at 2:03

GoogleCodeExporter commented 9 years ago
I don't think we have made any efforts to build Breakpad with C++11 just yet. 
If you are interested in this, patches welcome. 
https://code.google.com/p/google-breakpad/wiki/ContributingToBreakpad

Original comment by thestig@chromium.org on 18 Jan 2014 at 12:40

GoogleCodeExporter commented 9 years ago

Original comment by wfh@chromium.org on 24 Apr 2014 at 3:34