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 f6d097a commit bba5cbfCopy full SHA for bba5cbf
source/iterators.tex
@@ -917,27 +917,6 @@
917
}
918
\end{codeblock}
919
920
-\pnum
921
-\enternote
922
-If there is an additional pointer type
923
-\tcode{\,\xname{far}}
924
-such that the difference of two
925
926
-is of type
927
-\tcode{long},
928
-an implementation may define
929
-
930
-\begin{codeblock}
931
- template<class T> struct iterator_traits<T @\xname{far}@*> {
932
- typedef long difference_type;
933
- typedef T value_type;
934
- typedef T @\xname{far}@* pointer;
935
- typedef T @\xname{far}@& reference;
936
- typedef random_access_iterator_tag iterator_category;
937
- };
938
-\end{codeblock}
939
-\exitnote
940
941
\pnum
942
\enterexample
943
To implement a generic
0 commit comments