diff mbox series

[C++,obvious?] Remove remnants of CONV_NONCONVERTING

Message ID 6254ba09-4604-c8a0-bfc8-5134ff5eafe8@oracle.com
State New
Headers show
Series [C++,obvious?] Remove remnants of CONV_NONCONVERTING | expand

Commit Message

Paolo Carlini May 20, 2019, 2:22 p.m. UTC
Hi,

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

Thanks, Paolo.

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

	* cp-tree.h: Remove remnants of CONV_NONCONVERTING.

Comments

Jason Merrill May 20, 2019, 5:47 p.m. UTC | #1
On 5/20/19 10:22 AM, Paolo Carlini wrote:
> Hi,
> 
> noticed a while ago this nit. Patchlet tested multiple times since, any 
> objections?

OK.

Jason
diff mbox series

Patch

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 \