Skip to content

Conversation

@rhaschke
Copy link
Contributor

Remove enforcement of C++14 standard. Modern defaults are:

  • C++14 on Ubuntu 20.04 / gcc 9.4
  • C++17 on Ubuntu 22.04 / gcc 11.4

Thus, C++14 is satisfied automatically on these systems.
However, on Ubuntu 22.04, log4cxx requires C++17 (which is the default).
Enforcing C++14 downgrades the standard, rendering log4cxx uncompilable.

Copy link
Contributor

@rickstaa rickstaa left a comment

Choose a reason for hiding this comment

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

Looks good to me! Added it to my fork. Thanks for his pull request.

@v4hn
Copy link

v4hn commented Oct 14, 2024

still (and by now more) relevant.

pazeshun and others added 6 commits October 2, 2025 13:06
Compilers already default to C++17 nowadays and log4cxx requires C++17 on Ubuntu Jammy.
Boost 1.73 depreacated the implicit use of boost::placeholders.
to provide typedefs for uint8_t etc.
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.

4 participants