Skip to content

Commit

Permalink
remove using statment completely
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Feb 7, 2017
1 parent 1e9e095 commit 498136e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions DataFormats/Common/interface/RangeMap.h
Expand Up @@ -77,9 +77,6 @@ namespace edm {
/// to use only comparators provided with CMSSW release.
template<typename CMP>
range get(ID id, CMP comparator) const {
#ifndef _LIBCPP_VERSION
using namespace __gnu_cxx;
#endif
std::pair<typename mapType::const_iterator,
typename mapType::const_iterator> r =
std::equal_range(map_.begin(), map_.end(), id, comp<CMP>(comparator));
Expand Down

0 comments on commit 498136e

Please sign in to comment.