]> gcc.gnu.org Git - 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:33:23 +0000 (09:33 +0000)
commit5194ad1958cbfe800357571fad68be8bc8b7d915
treec905811404729bafd08f829e45d0a9333c5b1069
parent5889c7bd46a45dc07ffb77ec0d698e18e0b99840
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
This page took 0.06328 seconds and 6 git commands to generate.