commit | ddb4e4cbb18d2006b356d37ca722249bbf9a8b86 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Tue May 21 21:19:35 2013 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Tue May 21 21:19:35 2013 +0000 |
tree | 5b89dfedd5b4ce9a21e03646056ffbb4468efe5a | |
parent | 8f72d5ce168d2f8237ada5196abf70a59a927236 [diff] [blame] |
Neglected to remove a debugging comment from last commit. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@182422 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/random b/include/random index f1076f9..46cbc4b 100644 --- a/include/random +++ b/include/random
@@ -1835,7 +1835,7 @@ // types typedef _UIntType result_type; -//private: +private: result_type __x_; static _LIBCPP_CONSTEXPR const result_type _Mp = result_type(~0);