From 2c2377e63c0f028f3dd932a9003d76f1be50cf1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johel=20Ernesto=20Guerrero=20Pe=C3=B1a?= Date: Mon, 4 Nov 2024 12:41:17 -0400 Subject: [PATCH] [qty.{,pt.}.syn] Remove wording about aggregates/destructuring --- docs/api_reference/src/quantities.tex | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/api_reference/src/quantities.tex b/docs/api_reference/src/quantities.tex index 72bb3ddf9..8a6acc3c0 100644 --- a/docs/api_reference/src/quantities.tex +++ b/docs/api_reference/src/quantities.tex @@ -3221,11 +3221,6 @@ \tcode{quantity} is a structural type\irefcppx{temp.param}{term.structural.type} if \tcode{Rep} is a structural type. -\pnum -The class template \tcode{quantity} -has the data members and special members specified above, and -has no base classes or members other than those specified. - \rSec2[qty.static]{Static member functions} \indexlibrarymember{quantity}{zero} @@ -4548,11 +4543,6 @@ \tcode{quantity_point} is a structural type\irefcppx{temp.param}{term.structural.type} if \tcode{Rep} is a structural type. -\pnum -The class template \tcode{quantity_point} -has the data members and special members specified above, and -has no base classes or members other than those specified. - \pnum The member \tcode{absolute_point_origin} is equal to \tcode{PO} if \begin{codeblock}