Skip to content

Replace Boost::foreach dependency with range-based for#465

Open
georgthegreat wants to merge 2 commits intoboostorg:developfrom
georgthegreat:foreach
Open

Replace Boost::foreach dependency with range-based for#465
georgthegreat wants to merge 2 commits intoboostorg:developfrom
georgthegreat:foreach

Conversation

@georgthegreat
Copy link

While the library is still marked as c++03 compatible I wonder if the time has come to follow the rest of the boost libraries and raise it up to c++11.

@Osyotr
Copy link

Osyotr commented Jan 5, 2025

These public dependencies require C++11:

  • Boost::align
  • Boost::bind
  • Boost::conversion
  • Boost::function
  • Boost::iterator
  • Boost::lexical_cast
  • Boost::smart_ptr

It is perfectly reasonable to drop C++03 support in Boost::python, too.

Copy link
Contributor

@e-kwsm e-kwsm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

std: [c++98, c++11, c++14, c++17]

drop c++98?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants