catch more

This commit is contained in:
Sébastien Loriot 2023-04-24 12:01:17 +02:00
parent ba3d648bf7
commit 3e07f88ab5
1 changed files with 2 additions and 2 deletions

View File

@ -1816,8 +1816,8 @@ protected:
namespace CGAL namespace CGAL
{ {
template<class T> template<class ... T>
void draw(const T&, const char* ="", bool=false) void draw(T...)
{ {
std::cerr<<"Impossible to draw, CGAL_USE_BASIC_VIEWER is not defined."<<std::endl; std::cerr<<"Impossible to draw, CGAL_USE_BASIC_VIEWER is not defined."<<std::endl;
} }