mirror of https://github.com/CGAL/cgal
catch more
This commit is contained in:
parent
ba3d648bf7
commit
3e07f88ab5
|
|
@ -1816,8 +1816,8 @@ protected:
|
|||
namespace CGAL
|
||||
{
|
||||
|
||||
template<class T>
|
||||
void draw(const T&, const char* ="", bool=false)
|
||||
template<class ... T>
|
||||
void draw(T...)
|
||||
{
|
||||
std::cerr<<"Impossible to draw, CGAL_USE_BASIC_VIEWER is not defined."<<std::endl;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue