| |||
| Home > Compiler Command-line Options > --old_specializations, --no_old_specializations | |||
This option controls the acceptance of old-style template specializations in C++.
Old-style template specializations do not use the template<> syntax.
The option --old_specializations is provided
only as a migration aid for legacy source code that does not conform
to the C++ standard. Its use is not recommended.