FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Replace Boost::foreach dependency with range-based for by georgthegreat · Pull Request #465 · boostorg/python · GitHub

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

Open
georgthegreat wants to merge 2 commits into
boostorg:developfrom
georgthegreat:foreach
Open

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

Conversation

Copy link
Copy Markdown

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 commented Jan 5, 2025

Copy link
Copy Markdown

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.

e-kwsm left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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

drop c++98?

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL