<tfoot id='hhwsf'></tfoot>

<small id='hhwsf'></small><noframes id='hhwsf'>

    • <bdo id='hhwsf'></bdo><ul id='hhwsf'></ul>
        <legend id='hhwsf'><style id='hhwsf'><dir id='hhwsf'><q id='hhwsf'></q></dir></style></legend>
      1. <i id='hhwsf'><tr id='hhwsf'><dt id='hhwsf'><q id='hhwsf'><span id='hhwsf'><b id='hhwsf'><form id='hhwsf'><ins id='hhwsf'></ins><ul id='hhwsf'></ul><sub id='hhwsf'></sub></form><legend id='hhwsf'></legend><bdo id='hhwsf'><pre id='hhwsf'><center id='hhwsf'></center></pre></bdo></b><th id='hhwsf'></th></span></q></dt></tr></i><div id='hhwsf'><tfoot id='hhwsf'></tfoot><dl id='hhwsf'><fieldset id='hhwsf'></fieldset></dl></div>

        VS 2012 中的可变参数模板(Visual C++ 2012 年 11 月 C

        时间:2023-10-06
      2. <tfoot id='9QmwM'></tfoot>

          <i id='9QmwM'><tr id='9QmwM'><dt id='9QmwM'><q id='9QmwM'><span id='9QmwM'><b id='9QmwM'><form id='9QmwM'><ins id='9QmwM'></ins><ul id='9QmwM'></ul><sub id='9QmwM'></sub></form><legend id='9QmwM'></legend><bdo id='9QmwM'><pre id='9QmwM'><center id='9QmwM'></center></pre></bdo></b><th id='9QmwM'></th></span></q></dt></tr></i><div id='9QmwM'><tfoot id='9QmwM'></tfoot><dl id='9QmwM'><fieldset id='9QmwM'></fieldset></dl></div>

          <small id='9QmwM'></small><noframes id='9QmwM'>

            <bdo id='9QmwM'></bdo><ul id='9QmwM'></ul>

              <tbody id='9QmwM'></tbody>
          • <legend id='9QmwM'><style id='9QmwM'><dir id='9QmwM'><q id='9QmwM'></q></dir></style></legend>
                • 本文介绍了VS 2012 中的可变参数模板(Visual C++ 2012 年 11 月 CTP)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我安装了 Visual C++ Compiler 2012 年 11 月 CTP并创建了一个 C++ 控制台项目.我在

                  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);
                  }
                  

                  然后我按 F6 在 IDE 中构建.我在第 4 行收到此错误

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

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

                  编译列表可变参数模板",所以我相信这应该可行.我确实理解智能感知可能不正确,但是编译器"应该可以工作.我不能从 IDE 构建吗?我必须在某处启用某些东西吗?int i{4}; 似乎也不起作用,我确定这是有效的统一初始化.

                  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.

                  推荐答案

                  在项目属性中,确保选择Microsoft Visual C++ Compiler Nov 2012 CTP:

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

                  新工具链不会替换现有的 Visual C++ 2012 工具链,并且默认情况下未启用.它与现有工具链并排安装.

                  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.

                  这篇关于VS 2012 中的可变参数模板(Visual C++ 2012 年 11 月 CTP)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:初始值设定项列表不适用于 Visual Studio 2012 中的向 下一篇:初始化程序列表与 2013 中的双重删除

                  相关文章

                  最新文章

                    <bdo id='IJUBo'></bdo><ul id='IJUBo'></ul>
                • <i id='IJUBo'><tr id='IJUBo'><dt id='IJUBo'><q id='IJUBo'><span id='IJUBo'><b id='IJUBo'><form id='IJUBo'><ins id='IJUBo'></ins><ul id='IJUBo'></ul><sub id='IJUBo'></sub></form><legend id='IJUBo'></legend><bdo id='IJUBo'><pre id='IJUBo'><center id='IJUBo'></center></pre></bdo></b><th id='IJUBo'></th></span></q></dt></tr></i><div id='IJUBo'><tfoot id='IJUBo'></tfoot><dl id='IJUBo'><fieldset id='IJUBo'></fieldset></dl></div>
                  <tfoot id='IJUBo'></tfoot>

                    1. <small id='IJUBo'></small><noframes id='IJUBo'>

                      <legend id='IJUBo'><style id='IJUBo'><dir id='IJUBo'><q id='IJUBo'></q></dir></style></legend>