aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/range-chain.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdbsupport/range-chain.h')
-rw-r--r--gdbsupport/range-chain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbsupport/range-chain.h b/gdbsupport/range-chain.h
index 01d6cf0..3cebce0 100644
--- a/gdbsupport/range-chain.h
+++ b/gdbsupport/range-chain.h
@@ -90,7 +90,7 @@ struct range_chain
/* The current iterator into one of the vector ranges. If no
value then this (outer) iterator is at the end of the overall
range. */
- gdb::optional<typename Range::iterator> m_current;
+ std::optional<typename Range::iterator> m_current;
/* Vector of ranges. */
const std::vector<Range> &m_ranges;
};