Standard library header <version>

From cppreference.com
< cpp‎ | header
 
 
 

This header is part of the language support library.

This header supplies implementation-dependent information about the standard library (such as implementation-specific library version macros).

Including <version> also defines all library feature-testing macros.

Notes

Prior to C++20, including <ciso646> is sometimes used for this purpose.