Skip to content

Instantly share code, notes, and snippets.

@sophec
Last active May 29, 2026 18:49
Show Gist options
  • Select an option

  • Save sophec/661b4cdc81f07c6daa98afce772c0703 to your computer and use it in GitHub Desktop.

Select an option

Save sophec/661b4cdc81f07c6daa98afce772c0703 to your computer and use it in GitHub Desktop.
__cplusplus values for each C++ standard version

Since it's impossible to find one concise source anywhere, as far as I can tell:

  • C++98: 199711L
  • C++11: 201103L
  • C++14: 201402L
  • C++17: 201703L
  • C++20: 202002L
  • C++23: 202302L
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment