c++ - VS 2015: error C2899: typename cannot be used outside a template declaration -


according thread: error c2899: typename cannot used outside template declaration

....in c++11, restriction has been lifted, , use of typename allowed not required in non-template contexts.

is vs2015 not c++11 compliant? how can work round this?

 error c2899: typename cannot used outside template declaration


regarding duplicate question claim , link relevant thread:

1) provided link in original post. 2) supposed duplicate thread 9 years old predates c++11 , vs2015 topic of question.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -