Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c9155b2

Browse files
Eisenwavetkoeppe
authored andcommittedNov 20, 2024·
[char.traits.require] Remove 'compile-time' complexity for typedefs
1 parent e2ddc7a commit c9155b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎source/strings.tex

+5-5
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,15 @@
122122
& & \chdr{pre-/post-condition} & \\ \capsep
123123
\endhead
124124
\tcode{X::char_type} & \tcode{C} &
125-
& compile-time \\ \rowsep
125+
& \\ \rowsep
126126
\tcode{X::int_type} & &
127-
(described in~\ref{char.traits.typedefs}) & compile-time \\ \rowsep
127+
(described in~\ref{char.traits.typedefs}) & \\ \rowsep
128128
\tcode{X::off_type} & &
129-
(described in~\ref{iostreams.limits.pos} and \ref{iostream.forward}) & compile-time \\ \rowsep
129+
(described in~\ref{iostreams.limits.pos} and \ref{iostream.forward}) & \\ \rowsep
130130
\tcode{X::pos_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::state_type} & &
133-
(described in~\ref{char.traits.typedefs}) & compile-time \\ \rowsep
133+
(described in~\ref{char.traits.typedefs}) & \\ \rowsep
134134
\tcode{X::eq(c,d)} & \tcode{bool} &
135135
\returns
136136
whether \tcode{c} is to be treated as equal to \tcode{d}. & constant \\ \rowsep

0 commit comments

Comments
 (0)
Please sign in to comment.