From ac4baa9355de446b634d009bfb5ce4d42630f0c3 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Sat, 17 Feb 2018 12:58:08 +0000 Subject: [PATCH] just an overload instead of an explicit specialization --- Random_numbers/include/CGAL/Random.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Random_numbers/include/CGAL/Random.h b/Random_numbers/include/CGAL/Random.h index 798b26422b7..a64fd18cd3f 100644 --- a/Random_numbers/include/CGAL/Random.h +++ b/Random_numbers/include/CGAL/Random.h @@ -97,7 +97,6 @@ public: } // Overload to avoid a warning with VC++ - template <> inline std::size_t uniform_smallint(std::size_t lower, std::size_t upper)