Index: src/CodeGen/OperatorTable.cc
===================================================================
--- src/CodeGen/OperatorTable.cc	(revision 1840193fdfce8adada879e32b171fcadce385e9b)
+++ src/CodeGen/OperatorTable.cc	(revision b762122a40c826698fb24962773221850d6fb55f)
@@ -10,6 +10,6 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Rob Schluntz
-// Last Modified On : Wed Jun 24 16:17:34 2015
-// Update Count     : 7
+// Last Modified On : Tue Oct 06 15:26:34 2015
+// Update Count     : 9
 //
 
@@ -22,5 +22,5 @@
 			{	"?[?]",		"",		"_operator_index",				OT_INDEX			},
 			{	"?{}",		"",		"_constructor",					OT_CTOR				},
-			{	"-?{}",		"",		"_destructor",					OT_DTOR				}, // -?{}, !?{}, $?{}, ??{}, ?destroy, ?delete
+			{	"^?{}",		"",		"_destructor",					OT_DTOR				}, // ~?{}, -?{}, !?{}, $?{}, ??{}, ^?{}, ?destroy, ?delete
 			{	"?()",		"",		"_operator_call",				OT_CALL				},
 			{	"?++",		"++",	"_operator_postincr",			OT_POSTFIXASSIGN	},
