Skip to content

Commit 6d018fc

Browse files
C.166: Use markdown format and document title for link (isocpp#1929)
1 parent 81dfb48 commit 6d018fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CppCoreGuidelines.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8440,7 +8440,7 @@ Many parts of the C++ semantics assume its default meaning.
84408440

84418441
If you "mess with" operator `&` be sure that its definition has matching meanings for `->`, `[]`, `*`, and `.` on the result type.
84428442
Note that operator `.` currently cannot be overloaded so a perfect system is impossible.
8443-
We hope to remedy that: <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4477.pdf>.
8443+
We hope to remedy that: [Operator Dot (R2)](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4477.pdf).
84448444
Note that `std::addressof()` always yields a built-in pointer.
84458445

84468446
##### Enforcement

0 commit comments

Comments
 (0)