File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 2001
2001
\tcode {<cstdalign>},
2002
2002
\tcode {<cstdbool>}, and
2003
2003
\tcode {<ctgmath>}.
2004
- The \tcode {\# include} directives can simply be removed with no loss of meaning.
2004
+ To retain the same behavior:
2005
+ \begin {itemize }
2006
+ \item
2007
+ a \tcode {\# include} of \tcode {<ccomplex>} can be replaced by
2008
+ a \tcode {\# include} of \tcode {<complex>}\iref {complex.syn },
2009
+ \item
2010
+ a \tcode {\# include} of \tcode {<ctgmath>} can be replaced by
2011
+ a \tcode {\# include} of \tcode {<cmath>}\iref {cmath.syn } and
2012
+ a \tcode {\# include} of \tcode {<complex>},
2013
+ and
2014
+ \item
2015
+ a \tcode {\# include} of
2016
+ \tcode {<ciso646>},
2017
+ \tcode {<cstdalign>}, or
2018
+ \tcode {<cstdbool>}
2019
+ can simply be removed.
2020
+ \end {itemize }
2005
2021
2006
2022
\rSec 2[diff.cpp17.containers]{\ref {containers }: containers library}
2007
2023
You can’t perform that action at this time.
0 commit comments