aboutsummaryrefslogtreecommitdiff
path: root/gdb/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/command.h')
-rw-r--r--gdb/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/command.h b/gdb/command.h
index 467bb28..1ab953b 100644
--- a/gdb/command.h
+++ b/gdb/command.h
@@ -126,7 +126,7 @@ struct literal_def
LONGEST use;
/* An optional number accepted that stands for the literal. */
- gdb::optional<LONGEST> val;
+ std::optional<LONGEST> val;
};
/* Return true if a setting of type VAR_TYPE is backed with type T.