Skip to content

Commit

Permalink
LWG3521 Overly strict requirements on qsort and bsearch
Browse files Browse the repository at this point in the history
  • Loading branch information
jensmaurer committed Jun 12, 2021
1 parent 6b66d4f commit 1734958
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/algorithms.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1734958

Please sign in to comment.