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 13, 2021
1 parent 9641c92 commit de0edf9
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 de0edf9

Please sign in to comment.