Fix dead links: caused by pull-request #51.

This commit is contained in:
Kohei Takahashi
2015-02-21 19:15:49 +09:00
parent e23d153734
commit 960ccf5d2c
4 changed files with 9 additions and 9 deletions

View File

@ -100,7 +100,7 @@ Array arguments are deduced to reference to const types. For example
[footnote Note that the type of a string literal is an array of const
characters, not `const char*`. To get __make_list__ to create a __list__
with an element of a non-const array type one must use the `ref` wrapper
(see __note_boost_ref__).]:
(see __note_ref_wrappers__).]:
__make_list__("Donald", "Daisy")