We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b34a8a commit dfecc29Copy full SHA for dfecc29
source/future.tex
@@ -1,6 +1,8 @@
1
%!TEX root = std.tex
2
\normannex{depr}{Compatibility features}
3
4
+\newcommand{\requires}{\Fundesc{Requires}}
5
+
6
\pnum
7
This Clause describes features of the \Cpp{} Standard that are specified for compatibility with
8
existing implementations.
source/macros.tex
@@ -273,7 +273,6 @@
273
\newcommand{\Fundesc}[1]{\Fundescx{#1:}\space}
274
\newcommand{\recommended}{\Fundesc{Recommended practice}}
275
\newcommand{\required}{\Fundesc{Required behavior}}
276
-\newcommand{\requires}{\Fundesc{Requires}}
277
\newcommand{\constraints}{\Fundesc{Constraints}}
278
\newcommand{\mandates}{\Fundesc{Mandates}}
279
\newcommand{\expects}{\Fundesc{Preconditions}}
0 commit comments