/home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/external/stlplus/include/stlplus/os_fixes.hpp Source File
|
Ratpac-two
|
os_fixes.hpp
25 // 4786 - VC6, identifier string exceeded maximum allowable length and was truncated (only affects debugger)
27 // 4503 - VC6, decorated name was longer than the maximum the compiler allows (only affects debugger)
28 // 4309 - VC6, type conversion operation caused a constant to exceeded the space allocated for it
67 // The Windoze headers define macros called max/min which conflict with the templates std::max and std::min.
69 // From Visual Studio .NET (SV7, compiler version 13.00) the STL templates have been added correctly.
78 // I've created extra template function definitions minimum/maximum that avoid all the problems above
161 // Visual Studio version 7.1 requires a typename in a parameter specification in similarly obscure situations
Generated by