Welcome Guest! To access all forums & features, please register an account or sign-in. → Why register?






Photo

g++'s error messages...

The g++ team really needs to work on its compiler error messages. Real-world example, 2 minutes ago. Compiling the following class for use with Intel's Thread Building Blocks (parallel_for to be precise):


class DragonDraw {
struct draw_data* _data;
int id;
public:
DragonDraw(draw_data* data) : _data(data), id(0) {}
...



September 2012

S M T W T F S
      1
2345678
9101112131415
16171819202122
23242526272829
30      

Categories