From 5a0c1c5cdc96e1d732268a507bd699fb151a4e7a Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Thu, 23 Apr 2026 20:47:04 +0200 Subject: [PATCH] [utility.arg.requirements] Strike redundant text about core language rules --- source/lib-intro.tex | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/lib-intro.tex b/source/lib-intro.tex index 9422f9ea21..24029adb67 100644 --- a/source/lib-intro.tex +++ b/source/lib-intro.tex @@ -1824,12 +1824,6 @@ rvalue of type \tcode{const T}. \end{itemize} -\pnum -In general, a default constructor is not required. Certain container class -member function signatures specify \tcode{T()} as a default argument. -\tcode{T()} shall be a well-defined expression\iref{dcl.init} if one of those -signatures is called using the default argument\iref{dcl.fct.default}. - \begin{oldconcepttable}{EqualityComparable}{}{cpp17.equalitycomparable} {x{1in}x{1in}p{3in}} \topline