mirror of https://github.com/CGAL/cgal
Untabify: I wrote init_CORE() in MS devenv
This commit is contained in:
parent
642078f65d
commit
10e99cb400
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue