[libcxx] r182422 - Neglected to remove a debugging comment from last commit.
Howard Hinnant
hhinnant at apple.com
Tue May 21 14:19:35 PDT 2013
Author: hhinnant
Date: Tue May 21 16:19:35 2013
New Revision: 182422
URL: http://llvm.org/viewvc/llvm-project?rev=182422&view=rev
Log:
Neglected to remove a debugging comment from last commit.
Modified:
libcxx/trunk/include/random
Modified: libcxx/trunk/include/random
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/random?rev=182422&r1=182421&r2=182422&view=diff
==============================================================================
--- libcxx/trunk/include/random (original)
+++ libcxx/trunk/include/random Tue May 21 16:19:35 2013
@@ -1835,7 +1835,7 @@ public:
// types
typedef _UIntType result_type;
-//private:
+private:
result_type __x_;
static _LIBCPP_CONSTEXPR const result_type _Mp = result_type(~0);
More information about the cfe-commits
mailing list