gohome1984 / google-breakpad

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

error: 'transform' is not a member of 'std' #272

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
g++ -DHAVE_CONFIG_H -I. -I./src -I./src -g -O2 -MT
src/processor/simple_symbol_supplier.lo -MD -MP -MF
src/processor/.deps/simple_symbol_supplier.Tpo -c
src/processor/simple_symbol_supplier.cc  -fPIC -DPIC -o
src/processor/.libs/simple_symbol_supplier.o
src/processor/simple_symbol_supplier.cc: In member function
'google_breakpad::SymbolSupplier::SymbolResult
google_breakpad::SimpleSymbolSupplier::GetSymbolFileAtPath(const
google_breakpad::CodeModule*, const google_breakpad::SystemInfo*, const
std::string&, std::string*)':
src/processor/simple_symbol_supplier.cc:116: error: 'transform' is not a
member of 'std'
make[1]: *** [src/processor/simple_symbol_supplier.lo] Error 1

Original issue reported on code.google.com by bara...@gmail.com on 12 Aug 2008 at 11:52

GoogleCodeExporter commented 9 years ago

Original comment by bara...@gmail.com on 12 Aug 2008 at 12:29

Attachments:

GoogleCodeExporter commented 9 years ago
This was fixed in r284.

Original comment by ted.mielczarek on 3 Dec 2009 at 4:16