Skip to content

Commit 05fe454

Browse files
committed
[internet.*] Don't qualify std::addressof
1 parent 00b8079 commit 05fe454

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/internetprotocol.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@
466466

467467
\begin{itemdescr}
468468
\pnum
469-
\returns \tcode{std::addressof(v6_value_)} if \tcode{p.family() == AF_INET6}, otherwise \tcode{std::addressof(v4_value_)}.
469+
\returns \tcode{addressof(v6_value_)} if \tcode{p.family() == AF_INET6}, otherwise \tcode{addressof(v4_value_)}.
470470
\end{itemdescr}
471471

472472
\begin{itemdecl}
@@ -1905,7 +1905,7 @@
19051905

19061906
\begin{itemdescr}
19071907
\pnum
1908-
\returns \tcode{std::addressof(address_)}.
1908+
\returns \tcode{addressof(address_)}.
19091909
\end{itemdescr}
19101910

19111911
\begin{itemdecl}
@@ -2900,7 +2900,7 @@
29002900

29012901
\begin{itemdescr}
29022902
\pnum
2903-
\returns \tcode{std::addressof(data_)}.
2903+
\returns \tcode{addressof(data_)}.
29042904
\end{itemdescr}
29052905

29062906
\begin{itemdecl}
@@ -2909,7 +2909,7 @@
29092909

29102910
\begin{itemdescr}
29112911
\pnum
2912-
\returns \tcode{std::addressof(data_)}.
2912+
\returns \tcode{addressof(data_)}.
29132913
\end{itemdescr}
29142914

29152915
\begin{itemdecl}
@@ -4311,7 +4311,7 @@
43114311

43124312
\begin{itemdescr}
43134313
\pnum
4314-
\returns \tcode{std::addressof(v6_value_)} if \tcode{p.family() == AF_INET6}, otherwise \tcode{std::addressof(v4_value_)}.
4314+
\returns \tcode{addressof(v6_value_)} if \tcode{p.family() == AF_INET6}, otherwise \tcode{addressof(v4_value_)}.
43154315
\end{itemdescr}
43164316

43174317
\begin{itemdecl}

0 commit comments

Comments
 (0)