File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17646
17646
\tcode{template<class T, class U>}\br
17647
17647
\tcode{struct is_layout_compatible;} &
17648
17648
\tcode{T} and \tcode{U} are layout-compatible\iref{basic.types} &
17649
- \tcode{T} and \tcode{U} are complete types,
17649
+ \tcode{T} and \tcode{U} shall be complete types,
17650
17650
\cv{}~\tcode{void},
17651
17651
or arrays of unknown bound. \\ \rowsep
17652
17652
17663
17663
without regard to \cv{}-qualifiers. &
17664
17664
If \tcode{Base} and \tcode{Derived} are non-union class types
17665
17665
and are not (possibly \cv{}-qualified) versions of the same type,
17666
- \tcode{Derived} is a complete type. \\ \rowsep
17666
+ \tcode{Derived} shall be a complete type. \\ \rowsep
17667
17667
17668
17668
\indexlibrary{\idxcode{is_invocable}}%
17669
17669
\tcode{template<class Fn, class... ArgTypes>}\br
You can’t perform that action at this time.
0 commit comments