Changes in src/CodeGen/OperatorTable.cc [b762122:356189a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/OperatorTable.cc
rb762122 r356189a 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // OperatorTable.cc -- 7 // OperatorTable.cc -- 8 8 // 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Rob Schluntz 12 // Last Modified On : T ue Oct 06 15:26:34 201512 // Last Modified On : Thu Apr 14 16:48:27 2016 13 13 // Update Count : 9 14 14 // … … 21 21 const OperatorInfo tableValues[] = { 22 22 { "?[?]", "", "_operator_index", OT_INDEX }, 23 { "?{}", " ", "_constructor", OT_CTOR },24 { "^?{}", "", "_destructor", OT_DTOR }, // ~?{}, -?{}, !?{}, $?{}, ??{}, ^?{}, ?destroy, ?delete23 { "?{}", "=", "_constructor", OT_CTOR }, 24 { "^?{}", "", "_destructor", OT_DTOR }, 25 25 { "?()", "", "_operator_call", OT_CALL }, 26 26 { "?++", "++", "_operator_postincr", OT_POSTFIXASSIGN },
Note:
See TracChangeset
for help on using the changeset viewer.