]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/20_util/to_chars/2.cc
libstdc++: Restore ability to use <charconv> in C++14 (PR 94520)
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 20_util / to_chars / 2.cc
index cc9c79066da78c31ead36c6a1ad309da549d16b8..8b9119f701f592afeffaac6f7d0c219d05c6cb41 100644 (file)
@@ -15,8 +15,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=gnu++17" }
-// { dg-do run { target c++17 } }
+// <charconv> is supported in C++14 as a GNU extension
+// { dg-do run { target c++14 } }
 
 #include <charconv>
 #include <testsuite_hooks.h>