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
This commit is contained in:
Howard Hinnant 2013-05-21 21:19:35 +00:00
parent 8f72d5ce16
commit ddb4e4cbb1

View File

@ -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);