Chandler Carruth
f84f6118b3
Teach libc++ to use the compiler-provided C-compatible ::max_align_t
rather than its own type for std::max_align_t. This is particularly relevant as the types may not be ABI compatible despite users expecting them to be. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@201843 91177308-0d34-0410-b5e6-96231b3b80d8
Implement LWG Issues #2329 and #2332 - disallow iterators into temporary regexes and regexes into temporary strings
Implement LWG Issues #2329 and #2332 - disallow iterators into temporary regexes and regexes into temporary strings
Description
No description provided
Languages
C++
98.1%
HTML
1.2%
Python
0.4%
CMake
0.2%