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 a35339f commit e21e2a9Copy full SHA for e21e2a9
src/macros.tex
@@ -425,7 +425,7 @@
425
426
%% Concepts
427
\newcommand{\oldconceptname}[1]{Cpp17#1}
428
-\newcommand{\oldconcept}[1]{\textit{\oldconceptname{#1}}}
+\newcommand{\oldconcept}[1]{\oldconceptname{#1}}
429
\newcommand{\defnoldconcept}[1]{\indexdefn{\idxoldconcept{#1}}\oldconcept{#1}}
430
\newcommand{\idxoldconcept}[1]{\oldconceptname{#1}@\oldconcept{#1}}
431
% FIXME: A "new" oldconcept (added after C++17),
0 commit comments