From de0edf943e0ed0b0b387cc9c047aff3c27363711 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sun, 13 Jun 2021 00:14:11 +0200 Subject: [PATCH] LWG3521 Overly strict requirements on qsort and bsearch --- source/algorithms.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/algorithms.tex b/source/algorithms.tex index f02beda834..e1e1a470c4 100644 --- a/source/algorithms.tex +++ b/source/algorithms.tex @@ -10831,7 +10831,8 @@ \begin{itemdescr} \pnum \expects -The objects in the array pointed to by \tcode{base} are of trivial type. +For \tcode{qsort}, the objects in the array pointed to by \tcode{base} +are of trivially copyable type. \pnum \effects