diff --git a/CGAL_Core/include/CGAL/CORE/Real.h b/CGAL_Core/include/CGAL/CORE/Real.h index bfe8709b0d3..b79503eb4c2 100644 --- a/CGAL_Core/include/CGAL/CORE/Real.h +++ b/CGAL_Core/include/CGAL/CORE/Real.h @@ -486,9 +486,9 @@ inline Real RealLong::operator-() const { } inline void init_CORE() { - using RealRep = CORE::RealDouble; - CGAL_STATIC_THREAD_LOCAL_VARIABLE(MemoryPool*, pool_real_rep, &MemoryPool::global_allocator()); - CGAL_USE(pool_real_rep); + using RealRep = CORE::RealDouble; + CGAL_STATIC_THREAD_LOCAL_VARIABLE(MemoryPool*, pool_real_rep, &MemoryPool::global_allocator()); + CGAL_USE(pool_real_rep); } } //namespace CORE