mirror of https://github.com/CGAL/cgal
boost > std array
This commit is contained in:
parent
b58a93c7c7
commit
0e6abc499f
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue