From 7d0e97b982745248a6b35160463d04a064106841 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 19 Apr 2024 23:33:32 +0100 Subject: [PATCH] docs: P3045 reference added to docs --- README.md | 3 +-- docs/index.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 97634d96..29770b05 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,7 @@ be found in the following ISO C++ proposals:** - [P1935: A C++ Approach to Physical Units](https://wg21.link/p1935), - [P2980: A motivation, scope, and plan for a quantities and units library](https://wg21.link/p2980), -- [P2981: Improving our safety with a physical quantities and units library](https://wg21.link/p2981), -- [P2982: `std::quantity` as a numeric type](https://wg21.link/p2982). +- [P3045: Quantities and units library](https://wg21.link/p3045). **We are actively looking for parties interested in field-trialing the library.** diff --git a/docs/index.md b/docs/index.md index 54b36c62..795cbcca 100644 --- a/docs/index.md +++ b/docs/index.md @@ -96,7 +96,6 @@ Harvard Bridge length = 364.4 smoot (2034.6 ft, 620.14 m) ± 1 εar - [P1935: A C++ Approach to Physical Units](https://wg21.link/p1935), - [P2980: A motivation, scope, and plan for a physical quantities and units library](https://wg21.link/p2980), - - [P2981: Improving our safety with a physical quantities and units library](https://wg21.link/p2981), - - [P2982: `std::quantity` as a numeric type](https://wg21.link/p2982). + - [P3045: Quantities and units library](https://wg21.link/p3045). We are actively looking for parties interested in field-trialing the library.