0648cc531638a1d3cb0f95c8fbe2a319e77b9044

Error 1 error C2681: 'add_rvalue_reference<_Tp*>::type' : invalid expression type for dynamic_cast c:\libcxx\include\type_traits This is one more step getting libcxx compile under Visual C++. The patch is #if defined(_LIBCPP_MSVC) so will affect only this build. When libcxx can be compiled, it will probably require the current version or maybe even the next Update of Visual C++ 2013. Patch by G M! git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@201844 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%