Hi,

noticed a while ago this nit. Patchlet tested multiple times since, any objections?

Thanks, Paolo.

////////////////////

2019-05-20  Paolo Carlini  <paolo.carl...@oracle.com>

        * cp-tree.h: Remove remnants of CONV_NONCONVERTING.
Index: cp-tree.h
===================================================================
--- cp-tree.h   (revision 271420)
+++ cp-tree.h   (working copy)
@@ -5503,9 +5503,8 @@ enum overload_flags { NO_SPECIAL = 0, DTOR_FLAG, T
 #define CONV_CONST       4
 #define CONV_REINTERPRET 8
 #define CONV_PRIVATE    16
-/* #define CONV_NONCONVERTING 32 */
-#define CONV_FORCE_TEMP  64
-#define CONV_FOLD       128
+#define CONV_FORCE_TEMP  32
+#define CONV_FOLD       64
 #define CONV_OLD_CONVERT (CONV_IMPLICIT | CONV_STATIC | CONV_CONST \
                          | CONV_REINTERPRET)
 #define CONV_C_CAST      (CONV_IMPLICIT | CONV_STATIC | CONV_CONST \

Reply via email to