Skip to content

Instantly share code, notes, and snippets.

@JJL772
Last active October 7, 2020 12:04
Show Gist options
  • Save JJL772/05e7c36981318fa112d4fc68bcd9c0e8 to your computer and use it in GitHub Desktop.
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++
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