eebenson / haggle

Automatically exported from code.google.com/p/haggle
Apache License 2.0
0 stars 0 forks source link

'push_back' was not declared in scope #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When compiling Haggle version 0.4 with g++ version 4.7.0 there is an error in 
src/libcpphaggle/include/libcpphaggle/Reference.h on line 499 which says that 
'push_back' was not declared in this scope. To resolve this issue, I just had 
to add 'this->push_back'.

Original issue reported on code.google.com by christop...@gmail.com on 20 Apr 2012 at 6:40