diff options
Diffstat (limited to 'gdb/std-operator.def')
-rw-r--r-- | gdb/std-operator.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/std-operator.def b/gdb/std-operator.def index 467c141..c4f33d9 100644 --- a/gdb/std-operator.def +++ b/gdb/std-operator.def @@ -316,3 +316,6 @@ OP (OP_TYPEOF) evaluated solely for its type. This is similar to typeof, but has slight different semantics. */ OP (OP_DECLTYPE) + +/* The typeid operator. This has one expression argument. */ +OP (OP_TYPEID) |