Fix another link

This commit is contained in:
Daniel James 2018-01-12 10:48:52 +00:00
parent 73baeb7a63
commit d2fb06e6a0

View File

@ -493,7 +493,7 @@ call_traits can not be used with reference or array types.</p>
<h4>Example 1:</h4> <h4>Example 1:</h4>
<p>The following class is a trivial class that stores some type T <p>The following class is a trivial class that stores some type T
by value (see the <a href="call_traits_test.cpp">call_traits_test.cpp</a> by value (see the <a href="test/call_traits_test.cpp">call_traits_test.cpp</a>
file), the aim is to illustrate how each of the available file), the aim is to illustrate how each of the available
call_traits typedefs may be used:</p> call_traits typedefs may be used:</p>