This solves warning C4005: '_NOEXCEPT' : macro redefinition when compiling
authorYaron Keren <yaron.keren@gmail.com>
Thu, 13 Feb 2014 14:02:28 +0000 (14:02 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Thu, 13 Feb 2014 14:02:28 +0000 (14:02 +0000)
commit3ef24c4f9a5b88d74741add729d2f654abe45878
treea693f5990944bb1adc7ee6e115b1693f92411fb7
parentb32292ddf70dbd69755ae1618aac83cb0b4ea253
This solves warning C4005: '_NOEXCEPT' : macro redefinition when compiling
with Visual C++ 2013 by making libcxx definition text-identical to yvals.h.

Persumably this definition is for older Visual C++ versions.
In such cases it will still be defined so no functionality change.

Other platforms should not be affected as this is inside
#elif defined(_LIBCPP_MSVC)

Patch by G M!

llvm-svn: 201328
libcxx/include/__config