Untabify: I wrote init_CORE() in MS devenv

This commit is contained in:
Laurent Rineau 2020-07-22 09:51:07 +02:00
parent 642078f65d
commit 10e99cb400
1 changed files with 3 additions and 3 deletions

View File

@ -486,9 +486,9 @@ inline Real RealLong::operator-() const {
}
inline void init_CORE() {
using RealRep = CORE::RealDouble;
CGAL_STATIC_THREAD_LOCAL_VARIABLE(MemoryPool<RealRep>*, pool_real_rep, &MemoryPool<RealRep>::global_allocator());
CGAL_USE(pool_real_rep);
using RealRep = CORE::RealDouble;
CGAL_STATIC_THREAD_LOCAL_VARIABLE(MemoryPool<RealRep>*, pool_real_rep, &MemoryPool<RealRep>::global_allocator());
CGAL_USE(pool_real_rep);
}
} //namespace CORE