mirror of https://github.com/CGAL/cgal
fprint(stderr -> std::cerr <<
This commit is contained in:
parent
b23b0b0d63
commit
470340f29e
|
|
@ -28,7 +28,7 @@ namespace
|
||||||
{
|
{
|
||||||
if ( type == _CRT_ASSERT )
|
if ( type == _CRT_ASSERT )
|
||||||
{
|
{
|
||||||
std::fprintf(stderr,msg);
|
std::cerr << msg << std::endl;
|
||||||
*retval = 0 ;
|
*retval = 0 ;
|
||||||
std::exit(255);
|
std::exit(255);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue