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

I've become quite disatsified with the lack of noexcept specifications on...

I've become quite disatsified with the lack of noexcept specifications on container move construction, move assignment operator and swap.  Without proper decoration on at least move construction, vectors of containers will have unacceptable performance.  Here's the fix for deque.

llvm-svn: 132480
parent aa318ae4
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