diff --git a/libcxx/include/experimental/functional b/libcxx/include/experimental/functional --- a/libcxx/include/experimental/functional +++ b/libcxx/include/experimental/functional @@ -144,7 +144,6 @@ // General case for BM data searching; use a map template class _BMSkipTable<_Key, _Value, _Hash, _BinaryPredicate, false> { -public: // TODO private: typedef _Value value_type; typedef _Key key_type; @@ -253,7 +252,7 @@ return this->__search(__f, __l); } -public: // TODO private: +private: _RandomAccessIterator1 __first_; _RandomAccessIterator1 __last_; _BinaryPredicate __pred_;