p4lang / behavioral-model

The reference P4 software switch
Apache License 2.0
531 stars 327 forks source link

Stop using std::iterator #1224

Closed antoninbas closed 8 months ago

antoninbas commented 8 months ago

std::iterator was deprecated in C++17 While the bmv2 code base officially only supports C++11, we can still observe the deprecation warnings when building on some recent platforms.