From 99126b3e4cb6f1a838a88bd67c39ff977a4063fe Mon Sep 17 00:00:00 2001 From: Alexey Kukanov Date: Thu, 13 Feb 2025 15:32:33 +0100 Subject: [PATCH] Describe the 'ONEDPL_SPEC_VERSION' macro in the library guide (#2064) --- documentation/library_guide/macros.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/library_guide/macros.rst b/documentation/library_guide/macros.rst index a18ba670ee5..1c5906429a0 100644 --- a/documentation/library_guide/macros.rst +++ b/documentation/library_guide/macros.rst @@ -8,6 +8,10 @@ Use these macros to get the current version of |onedpl_long| (|onedpl_short|). ================================= ============================== Macro Description ================================= ============================== +``ONEDPL_SPEC_VERSION`` The version of the `specification + `_ + that the implementation is compliant with. +--------------------------------- ------------------------------ ``ONEDPL_VERSION_MAJOR`` A decimal number for the major version of the library. --------------------------------- ------------------------------ ``ONEDPL_VERSION_MINOR`` A decimal number for the minor version.