]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Add noexcept to functions in <regex>
authorJonathan Wakely <jwakely@redhat.com>
Mon, 27 Sep 2021 19:42:17 +0000 (20:42 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 23 Jun 2023 12:37:02 +0000 (13:37 +0100)
commit596aa947770806d93395d190de3b1d7e14391a21
tree9235e8b7621603789a6cf2fd5ea97807d8c812c6
parent4c347b8d59958d5aa76c5fdcecd72478e08c5aa3
libstdc++: Add noexcept to functions in <regex>

Signed-off-by: Jonathan Wakely <jwakely@redhat.com>
libstdc++-v3/ChangeLog:

* include/bits/regex.h (basic_regex, swap): Add noexcept to
non-throwing functions.
* include/bits/regex_automaton.h (_State_base, _State)
(_NFA_base): Likewise.
* include/bits/regex_compiler.h (_Compiler): Likewise.
* include/bits/regex_error.h (regex_error::code()): Likewise.
* include/bits/regex_scanner.h (_Scanner): Likewise.

(cherry picked from commit df0dd04b78cfc0f723387b703978600caac93cbb)
libstdc++-v3/include/bits/regex.h
libstdc++-v3/include/bits/regex_automaton.h
libstdc++-v3/include/bits/regex_compiler.h
libstdc++-v3/include/bits/regex_error.h
libstdc++-v3/include/bits/regex_scanner.h
This page took 0.060779 seconds and 5 git commands to generate.