Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove enforcement of C++14 standard #370

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    cc26835 View commit details
    Browse the repository at this point in the history
  2. Remove enforcement of C++14 standard

    Compilers already default to C++17 nowadays and log4cxx requires C++17 on Ubuntu Jammy.
    rhaschke committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    dea9b98 View commit details
    Browse the repository at this point in the history
  3. Explicitly declare boost::placeholders usage

    Boost 1.73 depreacated the implicit use of boost::placeholders.
    rhaschke committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f167306 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba8dd20 View commit details
    Browse the repository at this point in the history