From d2fb06e6a0682a5fd0f0554316f50fb5adc6b55e Mon Sep 17 00:00:00 2001
From: Daniel James
Date: Fri, 12 Jan 2018 10:48:52 +0000
Subject: [PATCH] Fix another link
---
call_traits.htm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/call_traits.htm b/call_traits.htm
index a69c1de..b4fe3ee 100644
--- a/call_traits.htm
+++ b/call_traits.htm
@@ -493,7 +493,7 @@ call_traits can not be used with reference or array types.
Example 1:
The following class is a trivial class that stores some type T
-by value (see the call_traits_test.cpp
+by value (see the call_traits_test.cpp
file), the aim is to illustrate how each of the available
call_traits typedefs may be used: