From c3c489732945e036983572f9c0b99d9e9c63d62f Mon Sep 17 00:00:00 2001 From: wuye9036 Date: Tue, 21 Jun 2016 16:56:43 -0700 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=BA=86enable=5Fif=E4=B8=AD?= =?UTF-8?q?Universal=20Reference=E7=9A=84=E4=BE=8B=E5=AD=90=E4=B8=AD?= =?UTF-8?q?=E7=9A=84bug=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 0890ab9..2d14185 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -2519,7 +2519,7 @@ template void foo( ArgT&& a, typename std::enabled_if< - is_same::value + is_same, float>::value >::type* = nullptr ); ```