Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm.org...
authorHoward Hinnant <hhinnant@apple.com>
Wed, 12 Dec 2012 21:14:28 +0000 (21:14 +0000)
committerHoward Hinnant <hhinnant@apple.com>
Wed, 12 Dec 2012 21:14:28 +0000 (21:14 +0000)
commit16694b5df5e0dedc66fc65d3cdf3d1afb6098ee3
treea8779a00c58e5beed2e2c0ec46c5776f748ecbad
parentc6ecd7debad8dc16caf01ca7a66cbdb705a65d92
Zhang Xiongpang:  Add definitions for const data members.  Fixes llvm.org/bugs/show_bug.cgi?id=14585.

llvm-svn: 170026
19 files changed:
libcxx/include/limits
libcxx/include/locale
libcxx/include/random
libcxx/include/regex
libcxx/src/chrono.cpp
libcxx/src/locale.cpp
libcxx/test/language.support/support.limits/limits/numeric.limits.members/const_data_members.pass.cpp [new file with mode: 0755]
libcxx/test/localization/locale.categories/category.ctype/ctype_base.pass.cpp
libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/types.pass.cpp
libcxx/test/localization/locales/locale/locale.types/locale.category/category.pass.cpp
libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/values.pass.cpp
libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/values.pass.cpp
libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/values.pass.cpp
libcxx/test/numerics/rand/rand.eng/rand.eng.mers/values.pass.cpp
libcxx/test/numerics/rand/rand.eng/rand.eng.sub/values.pass.cpp
libcxx/test/re/re.regex/re.regex.const/constants.pass.cpp
libcxx/test/utilities/time/time.clock/time.clock.hires/consistency.pass.cpp
libcxx/test/utilities/time/time.clock/time.clock.steady/consistency.pass.cpp
libcxx/test/utilities/time/time.clock/time.clock.system/consistency.pass.cpp