https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102712
--- Comment #5 from GCC Commits ---
The master branch has been updated by Jonathan Wakely :
https://gcc.gnu.org/g:eb2c12561c10f78e03b4eb63685f937a107305f0
commit r15-2304-geb2c12561c10f78e03b4eb63685f937a107305f0
Author: Jonathan Wakely
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102712
Jonathan Wakely changed:
What|Removed |Added
CC||tim at klingt dot org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102712
--- Comment #3 from Giuseppe Ottaviano ---
Oh well this is embarrassing, I was looking at _Optional_payload_base::_M_get()
instead of _Optional_base_impl::_M_get() .
Sorry for the noise and thanks for fixing this 4 years ago!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102712
--- Comment #2 from Jonathan Wakely ---
(In reply to Jonathan Wakely from comment #1)
> Just compile with -D_GLIBCXX_ASSERTIONS
Or the more heavyweight -D_GLIBCXX_DEBUG which implies _GLIBCXX_ASSERTIONS too.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102712
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---