Skip to content
Commit 80129113 authored by Howard Hinnant's avatar Howard Hinnant
Browse files

After sleeping on it I've decided that all special members that can be...

After sleeping on it I've decided that all special members that can be noexcept, should be declared so.  The client has the traits to detect and branch on this information, and it is often an important optimization.  Give deque() a noexcept.  Add test for deque default constructor and deque destructor.

llvm-svn: 132549
parent e97fee6c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment