]> gcc.gnu.org Git - gcc.git/blobdiff - libstdc++-v3/include/experimental/type_traits
libstdc++: Fix -Wdeprecated-declarations warnings
[gcc.git] / libstdc++-v3 / include / experimental / type_traits
index a92c385c0295761c4615509c4bf98a70b4984b52..11001bf184a40694a36f406b7244eec3e6f439ce 100644 (file)
@@ -114,9 +114,9 @@ template <typename _Tp>
 #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
 template <typename _Tp>
   constexpr bool is_pod_v = is_pod<_Tp>::value;
-#pragma GCC diagnostic pop
 template <typename _Tp>
   constexpr bool is_literal_type_v = is_literal_type<_Tp>::value;
+#pragma GCC diagnostic pop
 template <typename _Tp>
   constexpr bool is_empty_v = is_empty<_Tp>::value;
 template <typename _Tp>
This page took 0.028455 seconds and 5 git commands to generate.