Skip to content

Commit 88bf52a

Browse files
committed
[basic.def.odr] Use "is", rather than "shall", when describing the behavior of
the implementation. Fixes #168.
1 parent 8d818e6 commit 88bf52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@
473473
shall apply both to names from the template's enclosing scope used in the
474474
template definition~(\ref{temp.nondep}), and also to dependent names at
475475
the point of instantiation~(\ref{temp.dep}). If the definitions of
476-
\tcode{D} satisfy all these requirements, then the program shall behave
476+
\tcode{D} satisfy all these requirements, then the behavior is
477477
as if there were a single definition of \tcode{D}. If the definitions of
478478
\tcode{D} do not satisfy these requirements, then the behavior is
479479
undefined.%

0 commit comments

Comments
 (0)