std::deque move constructor
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: GCC-help <gcc-help@xxxxxxxxxxx>
- Subject: std::deque move constructor
- From: Avi Kivity <avi@xxxxxxxxxxxx>
- Date: Sat, 19 Aug 2017 20:02:37 +0300
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1
I noticed that std::deque's move constructor (gcc 7.1) is not noexcept.
Is this conformant to the standard? It's hard to imagine a reasonable
deque implementation that can fail a move.
[Index of Archives]
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]