]> git.ipfire.org Git - people/ms/gcc.git/commit
libstdc++: Remove template-head from std::expected<void> ctor [PR109182]
authorJonathan Wakely <jwakely@redhat.com>
Mon, 20 Mar 2023 09:30:58 +0000 (09:30 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 20 Mar 2023 09:36:44 +0000 (09:36 +0000)
commit03f745992715872982d86bf2085f956bf0173b50
tree0a99cd07d5cfbb69346771e5b19c6d0dc067aadb
parent2a9e6f58c4d9d63dde6c4d53d10f686bf71fb435
libstdc++: Remove template-head from std::expected<void> ctor [PR109182]

The presence of a template-head on this constructor is a copy & paste
error from the primary template.

libstdc++-v3/ChangeLog:

PR libstdc++/109182
* include/std/expected (expected<void>::expected(in_place_t)):
Remove template-head.
libstdc++-v3/include/std/expected