Skip to content

Commit

Permalink
Remove C++17 functions
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Nov 28, 2023
1 parent 3ab735c commit 1975566
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_stl_binders.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,10 @@ class UserMapLike : private std::map<int, int> {
using Base::empty;
using Base::end;
using Base::erase;
using Base::extract;
using Base::find;
using Base::insert;
using Base::insert_or_assign;
using Base::max_size;
using Base::merge;
using Base::swap;
using Base::try_emplace;
using Base::operator[];
using Base::size;
};
Expand Down

0 comments on commit 1975566

Please sign in to comment.