docs: P0847 reference removed

Resolves #364
This commit is contained in:
Mateusz Pusz
2022-06-06 19:05:57 +02:00
parent 38fb9911a9
commit c713ae7a43
3 changed files with 0 additions and 6 deletions

View File

@@ -115,8 +115,6 @@ analysis in the library to work as expected.
:abbr:`CRTP (Curiously Recurring Template Parameter)` Idiom and is used :abbr:`CRTP (Curiously Recurring Template Parameter)` Idiom and is used
in many places in this library to provide in many places in this library to provide
:ref:`design/downcasting:The Downcasting Facility`. :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 Obtaining a Unit of the Dimension

View File

@@ -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 :abbr:`CRTP (Curiously Recurring Template Parameter)` Idiom and is used
in many places in this library to provide in many places in this library to provide
:ref:`design/downcasting:The Downcasting Facility`. :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 It is important to notice here that :term:`SI` is not the only system used

View File

@@ -2,5 +2,3 @@ References
========== ==========
.. [ISO80000] `ISO 80000-1:2009(E) "Quantities and units — Part 1: General" <https://www.iso.org/standard/30669.html>`_, International Organization for Standardization. .. [ISO80000] `ISO 80000-1:2009(E) "Quantities and units — Part 1: General" <https://www.iso.org/standard/30669.html>`_, International Organization for Standardization.
.. [P0847] `"Deducing this" <https://wg21.link/P0847>`_, Programming Language C++ proposal.