silk.odyssey
December 22nd, 2003, 01:10 PM
I am trying to compile stlport with the commandline version of vc++.net but I get these errors.
..\\stlport\stl\_new.h(64) : error C2039: 'new_handler' : is not a member of 'std'
..\\stlport\stl\_new.h(64) : error C2868: 'new_handler' : illegal syntax for using-declaration; expected qualified-name
..\\stlport\stl\_new.h(65) : error C2039: 'set_new_handler' : is not a member of 'std'
..\\stlport\stl\_new.h(65) : error C2873: 'set_new_handler' : symbol cannot be used in a using-declaration
I'll upload the header file.
What's wrong with the code?
..\\stlport\stl\_new.h(64) : error C2039: 'new_handler' : is not a member of 'std'
..\\stlport\stl\_new.h(64) : error C2868: 'new_handler' : illegal syntax for using-declaration; expected qualified-name
..\\stlport\stl\_new.h(65) : error C2039: 'set_new_handler' : is not a member of 'std'
..\\stlport\stl\_new.h(65) : error C2873: 'set_new_handler' : symbol cannot be used in a using-declaration
I'll upload the header file.
What's wrong with the code?