boost > std array

This commit is contained in:
Mael Rouxel-Labbé 2025-03-23 22:58:40 +01:00
parent b58a93c7c7
commit 0e6abc499f
1 changed files with 1 additions and 1 deletions

View File

@ -909,7 +909,7 @@ public:
std::cout << "four offsets: " << std::endl; std::cout << "four offsets: " << std::endl;
#endif #endif
boost::array<int, 4> offsets; std::array<int, 4> offsets;
for(int i=0; i<4; ++i) for(int i=0; i<4; ++i)
{ {
#ifdef CGAL_PERIODIC_SET_POINT_VERBOSE #ifdef CGAL_PERIODIC_SET_POINT_VERBOSE