From 9d3ccc700f68f05fb90d673856a7bf4a1e6b60dc Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Tue, 21 May 2013 21:19:35 +0000 Subject: [PATCH] Neglected to remove a debugging comment from last commit. llvm-svn: 182422 --- libcxx/include/random | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/include/random b/libcxx/include/random index f1076f97302e..46cbc4bdc647 100644 --- a/libcxx/include/random +++ b/libcxx/include/random @@ -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);