Last active
October 7, 2020 12:04
-
-
Save JJL772/05e7c36981318fa112d4fc68bcd9c0e8 to your computer and use it in GitHub Desktop.
List of good ol MSVC-specific extensions... And some other stuff with VC/VC++
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
r-value to l-value binding. | |
template specialization in the class scope. (Normally this must be done at namespace scope, so not in a class!) | |
template specialization without the template<> keyword | |
function template partial specialization | |
explicit template specializations can have storage classes (e.g. explicit specialization on static function) | |
enum forward declarations | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment