Neglected to remove a debugging comment from last commit.

llvm-svn: 182422
This commit is contained in:
Howard Hinnant 2013-05-21 21:19:35 +00:00
parent 849821cffb
commit 9d3ccc700f

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