From ddb4e4cbb18d2006b356d37ca722249bbf9a8b86 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. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@182422 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/random | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/random b/include/random index f1076f97..46cbc4bd 100644 --- a/include/random +++ b/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);