<small id='4svhY'></small><noframes id='4svhY'>

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

      <tfoot id='4svhY'></tfoot>

      std::stoi 在 MinGW 上的 g++ 4.6.1 中不存在

      时间:2023-09-19
        <bdo id='iMCKV'></bdo><ul id='iMCKV'></ul>
        <i id='iMCKV'><tr id='iMCKV'><dt id='iMCKV'><q id='iMCKV'><span id='iMCKV'><b id='iMCKV'><form id='iMCKV'><ins id='iMCKV'></ins><ul id='iMCKV'></ul><sub id='iMCKV'></sub></form><legend id='iMCKV'></legend><bdo id='iMCKV'><pre id='iMCKV'><center id='iMCKV'></center></pre></bdo></b><th id='iMCKV'></th></span></q></dt></tr></i><div id='iMCKV'><tfoot id='iMCKV'></tfoot><dl id='iMCKV'><fieldset id='iMCKV'></fieldset></dl></div>

          <tbody id='iMCKV'></tbody>

      • <small id='iMCKV'></small><noframes id='iMCKV'>

        <legend id='iMCKV'><style id='iMCKV'><dir id='iMCKV'><q id='iMCKV'></q></dir></style></legend>
        • <tfoot id='iMCKV'></tfoot>

                本文介绍了std::stoi 在 MinGW 上的 g++ 4.6.1 中不存在的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

                我尝试在在 IdeOne(使用 gcc 4.5.1)和我的 Linux 计算机(使用类似 4.6.4):

                I tried compiling this simple program on IdeOne (which uses gcc 4.5.1) and on my Linux computer (which uses something like 4.6.4):

                #include <string>
                #include <iostream>
                
                int main() {
                     std::cout << std::stoi("32") << std::endl;
                }
                

                它完美地编译并输出32.但是,当我尝试使用 MinGW 和 gcc 4.6.1 在我的 Windows 计算机上编译它时,出现此错误:

                And it compiles perfectly and outputs 32. However, when I try to compile it on my windows computer with MinGW and gcc 4.6.1, I get this error:

                test.cpp: In function 'int main()':
                test.cpp:5:19: error: 'stoi' is not a member of 'std'
                

                std::stoul 等也会发生同样的情况.std::stoi 和 family 是否出于某种原因在 MinGW 中不存在?我认为 MinGW (sh|w) 上的 gcc 的行为与 Linux 上的一样.

                The same happens with std::stoul, etc. Does std::stoi and family not exist in MinGW for some reason? I thought gcc on MinGW (sh|w)ould behave the same as on Linux.

                推荐答案

                这是 Windows 上 vswprintf 非标准声明的结果.GNU 标准库在此平台上定义了 _GLIBCXX_HAVE_BROKEN_VSWPRINTF,从而禁用您尝试使用的转换函数.您可以在此处阅读有关此问题和宏的更多信息:http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37522.

                This is a result of a non-standard declaration of vswprintf on Windows. The GNU Standard Library defines _GLIBCXX_HAVE_BROKEN_VSWPRINTF on this platform, which in turn disables the conversion functions you're attempting to use. You can read more about this issue and macro here: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37522.

                如果您愿意修改与 MinGW 一起分发的头文件,您可以通过删除 !defined(_GLIBCXX_HAVE_BROKEN_VSWPRINTF) 宏在 .. 的第 2754 行来解决这个问题../lib/gcc/mingw32/4.6.1/include/c++/bits/basic_string.h,并将其添加回第 2905 到 2965 行(引用 std::vswprintf).您将无法使用 std::to_wstring 函数,但许多其他转换函数应该可用.

                If you're willing to modify the header files distributed with MinGW, you may be able to work around this by removing the !defined(_GLIBCXX_HAVE_BROKEN_VSWPRINTF) macro on line 2754 of .../lib/gcc/mingw32/4.6.1/include/c++/bits/basic_string.h, and adding it back around lines 2905 to 2965 (the lines that reference std::vswprintf). You won't be able to use the std::to_wstring functions, but many of the other conversion functions should be available.

                这篇关于std::stoi 在 MinGW 上的 g++ 4.6.1 中不存在的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                上一篇:使用 gcc 链接 Fortran 和 C++ 二进制文件 下一篇:__builtin_prefetch,读取多少?

                相关文章

                最新文章

                  <bdo id='cIESC'></bdo><ul id='cIESC'></ul>
                <legend id='cIESC'><style id='cIESC'><dir id='cIESC'><q id='cIESC'></q></dir></style></legend>
              • <tfoot id='cIESC'></tfoot>
              • <small id='cIESC'></small><noframes id='cIESC'>

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