Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8783597
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T20:51:34+00:00 2026-06-13T20:51:34+00:00

I installed Visual C++ Compiler November 2012 CTP and created a C++ console project.

  • 0

I installed Visual C++ Compiler November 2012 CTP and created a C++ console project. I wrote this in

template<typename T>
void Test(T value){
}
template<typename T, typename... Args>
void Test(T value, Args... args){
    Test(value);
    Test(args...);
}

int main(){
    Test(1,2,3);
}

Then I pressed F6 to build in the IDE. I got this error on line 4

error C2143: syntax error : missing ',' before '...'

The compile list “variadic templates” so I believe this should work. I do understand intellisense may be incorrect however the ‘compiler’ should work. Can I not build from the IDE? Do I have to enable something somewhere? int i{4}; doesn’t seem to work either and I am sure thats valid uniform initialization.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T20:51:36+00:00Added an answer on June 13, 2026 at 8:51 pm

    In the Project Properties, make sure to select the Microsoft Visual C++ Compiler Nov 2012 CTP:

    Toolchain

    The new toolchain does not replace the existing Visual C++ 2012 toolchain, and it is not enabled by default. It’s installed side-by-side with the existing toolchain.

    If you select the new toolchain, your program will compiler without error.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I installed Visual Studio 2012 Ultimate RC this morning after learning about IntelliTrace at
I've installed Visual Studio C++ Express 2012 and want to use it's compiler with
I just installed Visual Studio 2012 RC and tried to run a service with
I have installed Visual Studio 2012 RC. I would like to find any example
I recently installed Visual Studio 2010 Professional RC to try it out and test
I found out about TypeScript , and installed the Visual Studio 2012 Plugin ,
Just installed Typescript extension to VS2012 and followed Install TypeScript for Visual Studio 2012
I have installed Python 3k(C:\Python30) and Visual Studio Professional Edition 2008. I'm studying this
I've installed Visual Studio 2012 Release Preview, and it appears to be fine, but
I just installed Visual Studio 2010 on a new computer and am having problems

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.