aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/scoped_ignore_sigttou.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdbsupport/scoped_ignore_sigttou.h')
-rw-r--r--gdbsupport/scoped_ignore_sigttou.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbsupport/scoped_ignore_sigttou.h b/gdbsupport/scoped_ignore_sigttou.h
index a3f8361..558fb7f 100644
--- a/gdbsupport/scoped_ignore_sigttou.h
+++ b/gdbsupport/scoped_ignore_sigttou.h
@@ -26,7 +26,7 @@
#ifdef SIGTTOU
/* Simple wrapper that allows lazy initialization / destruction of T.
- Slightly more efficient than gdb::optional, because it doesn't
+ Slightly more efficient than std::optional, because it doesn't
carry storage to track whether the object has been initialized. */
template<typename T>
class lazy_init