diff --git a/docs/framework/dimensions.rst b/docs/framework/dimensions.rst index 534db6b2..524d1b8b 100644 --- a/docs/framework/dimensions.rst +++ b/docs/framework/dimensions.rst @@ -115,8 +115,6 @@ analysis in the library to work as expected. :abbr:`CRTP (Curiously Recurring Template Parameter)` Idiom and is used in many places in this library to provide :ref:`design/downcasting:The Downcasting Facility`. - Hopefully if [P0847]_ will land in C++23 the additional CRTP-related - template parameter will be removed from this definition. Obtaining a Unit of the Dimension diff --git a/docs/framework/units.rst b/docs/framework/units.rst index 571be15f..f9981ba5 100644 --- a/docs/framework/units.rst +++ b/docs/framework/units.rst @@ -122,8 +122,6 @@ definitions of prefixed units using ``si::metre`` as a reference (i.e. :abbr:`CRTP (Curiously Recurring Template Parameter)` Idiom and is used in many places in this library to provide :ref:`design/downcasting:The Downcasting Facility`. - Hopefully if [P0847]_ will land in C++23 the additional CRTP-related - template parameter will be removed from this definition. It is important to notice here that :term:`SI` is not the only system used diff --git a/docs/references.rst b/docs/references.rst index 5e7c5842..35181006 100644 --- a/docs/references.rst +++ b/docs/references.rst @@ -2,5 +2,3 @@ References ========== .. [ISO80000] `ISO 80000-1:2009(E) "Quantities and units — Part 1: General" `_, International Organization for Standardization. - -.. [P0847] `"Deducing this" `_, Programming Language C++ proposal.