Skip to content

Commit ad0f50d

Browse files
committed
[char.traits.require] Eliminate 'compile-time' complexity
1 parent 60b38bd commit ad0f50d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/strings.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,15 @@
124124
& & \chdr{pre-/post-condition} & \\ \capsep
125125
\endhead
126126
\tcode{X::char_type} & \tcode{C} &
127-
& compile-time \\ \rowsep
127+
& \\ \rowsep
128128
\tcode{X::int_type} & &
129-
(described in~\ref{char.traits.typedefs}) & compile-time \\ \rowsep
129+
(described in~\ref{char.traits.typedefs}) & \\ \rowsep
130130
\tcode{X::off_type} & &
131-
(described in~\ref{iostreams.limits.pos} and \ref{iostream.forward}) & compile-time \\ \rowsep
131+
(described in~\ref{iostreams.limits.pos} and \ref{iostream.forward}) & \\ \rowsep
132132
\tcode{X::pos_type} & &
133-
(described in~\ref{iostreams.limits.pos} and \ref{iostream.forward}) & compile-time \\ \rowsep
133+
(described in~\ref{iostreams.limits.pos} and \ref{iostream.forward}) & \\ \rowsep
134134
\tcode{X::state_type} & &
135-
(described in~\ref{char.traits.typedefs}) & compile-time \\ \rowsep
135+
(described in~\ref{char.traits.typedefs}) & \\ \rowsep
136136
\tcode{X::eq(c,d)} & \tcode{bool} &
137137
\returns
138138
whether \tcode{c} is to be treated as equal to \tcode{d}. & constant \\ \rowsep

0 commit comments

Comments
 (0)