aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/edit-swig-python-wrapper-file.py
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2011-05-27 19:08:18 +0000
committerHoward Hinnant <hhinnant@apple.com>2011-05-27 19:08:18 +0000
commit27d0a2a75d35ae8d4a07416e098008b22fae1bf3 (patch)
tree2d703f313121126784ade57ca950496f1aa4cd36 /lldb/scripts/Python/edit-swig-python-wrapper-file.py
parent97c9f84f684d80d7ead14ddc460731c92984cc93 (diff)
downloadllvm-27d0a2a75d35ae8d4a07416e098008b22fae1bf3.zip
llvm-27d0a2a75d35ae8d4a07416e098008b22fae1bf3.tar.gz
llvm-27d0a2a75d35ae8d4a07416e098008b22fae1bf3.tar.bz2
noexcept for <tuple>. And in the process learned that I had done it wrong for pair's swap. I needed to create an __is_nothrow_swappable<T>::value trait that was smart enought to answer false when __is_swappable<T>::value is false. Otherwise one gets compile-time errors when using pair or tuple of non-swappable types, even if you never try to swap the pair or tuple.
llvm-svn: 132204
Diffstat (limited to 'lldb/scripts/Python/edit-swig-python-wrapper-file.py')
0 files changed, 0 insertions, 0 deletions