Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headers
authorEric Fiselier <eric@efcs.ca>
Wed, 19 Apr 2017 00:23:45 +0000 (00:23 +0000)
committerEric Fiselier <eric@efcs.ca>
Wed, 19 Apr 2017 00:23:45 +0000 (00:23 +0000)
commit69154d6e071e01fe6d6745e38e565c9d8d3fe543
treea774d41fac04dadf16a8295f973216a0920a63ba
parent97923db8919a11731d5f13f345354b2e29371d97
Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headers

llvm-svn: 300632
32 files changed:
libcxx/include/random
libcxx/include/valarray
libcxx/test/std/numerics/complex.number/complex.literals/literals.pass.cpp
libcxx/test/std/numerics/complex.number/complex.literals/literals1.fail.cpp
libcxx/test/std/numerics/complex.number/complex.members/construct.pass.cpp
libcxx/test/std/numerics/complex.number/complex.special/double_float_explicit.pass.cpp
libcxx/test/std/numerics/complex.number/complex.special/double_float_implicit.pass.cpp
libcxx/test/std/numerics/complex.number/complex.special/double_long_double_explicit.pass.cpp
libcxx/test/std/numerics/complex.number/complex.special/float_double_explicit.pass.cpp
libcxx/test/std/numerics/complex.number/complex.special/float_long_double_explicit.pass.cpp
libcxx/test/std/numerics/complex.number/complex.special/long_double_double_explicit.pass.cpp
libcxx/test/std/numerics/complex.number/complex.special/long_double_double_implicit.pass.cpp
libcxx/test/std/numerics/complex.number/complex.special/long_double_float_explicit.pass.cpp
libcxx/test/std/numerics/complex.number/complex.special/long_double_float_implicit.pass.cpp
libcxx/test/std/numerics/numarray/template.valarray/valarray.assign/initializer_list_assign.pass.cpp
libcxx/test/std/numerics/numarray/template.valarray/valarray.cons/initializer_list.pass.cpp
libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/values.pass.cpp
libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/values.pass.cpp
libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/values.pass.cpp
libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ctor_init.pass.cpp
libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_ctor_default.pass.cpp
libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_ctor_init.pass.cpp
libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ctor_default.pass.cpp
libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ctor_init_func.pass.cpp
libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_ctor_init_func.pass.cpp
libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ctor_default.pass.cpp
libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ctor_init_func.pass.cpp
libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_ctor_init_func.pass.cpp
libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/values.pass.cpp
libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/values.pass.cpp
libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/values.pass.cpp
libcxx/test/std/numerics/rand/rand.util/rand.util.seedseq/initializer_list.pass.cpp