
13 Oct
2011
13 Oct
'11
2:04 a.m.
Mathias Gaunard <mathias.gaunard <at> ens-lyon.org> writes:
Just rename _invalid_parameter_handler to something else. As the error message says, that name is already defined in some Visual Studio headers.
Really!? Such a simple solution. How come I never figured it out.
Names that start with an underscore in the global namespace are reserved by the implementation.
Maybe you should first look why this line was put there in a first place. Genandiy