Build error in GLUI_CommandLine
Brought to you by:
nigels
When building on Visual Studio 2010, the following lines in the class GLUI_CommandLine give a compilation error:
template class GLUIAPI std::allocator<glui_string>;
template class GLUIAPI std::vector<glui_string, std::allocator\<glui_string=""> >;</glui_string,></glui_string>
They must be moved outside of the class in order to build.
Thanks.