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 ); ```