Files
binutils-gdb/gdb/python
Lancelot Six 6b09f1342c gdb: Replace gdb::optional with std::optional
Since GDB now requires C++17, we don't need the internally maintained
gdb::optional implementation.  This patch does the following replacing:
  - gdb::optional -> std::optional
  - gdb::in_place -> std::in_place
  - #include "gdbsupport/gdb_optional.h" -> #include <optional>

This change has mostly been done automatically.  One exception is
gdbsupport/thread-pool.* which did not use the gdb:: prefix as it
already lives in the gdb namespace.

Change-Id: I19a92fa03e89637bab136c72e34fd351524f65e9
Approved-By: Tom Tromey <tom@tromey.com>
Approved-By: Pedro Alves <pedro@palves.net>
2023-11-21 11:52:35 +00:00
..
2023-11-14 08:44:30 -07:00
2023-10-16 09:27:28 -06:00
2023-10-10 10:44:35 -04:00
2023-09-26 09:29:14 -06:00
2023-10-10 10:44:35 -04:00
2023-11-03 13:24:08 -06:00
2023-11-06 18:32:41 +01:00
2023-09-19 13:28:42 -06:00