mirror of https://github.com/CGAL/cgal
Patch for MSVC and clang
This commit is contained in:
parent
e3a97e1e62
commit
fbf790637e
|
|
@ -54,9 +54,9 @@ namespace CGAL {
|
||||||
// =====================
|
// =====================
|
||||||
// failure functions
|
// failure functions
|
||||||
// -----------------
|
// -----------------
|
||||||
CGAL_EXPORT [[noreturn]] void assertion_fail ( const char*, const char*, int, const char* = "") ;
|
[[noreturn]] CGAL_EXPORT void assertion_fail ( const char*, const char*, int, const char* = "") ;
|
||||||
CGAL_EXPORT [[noreturn]] void precondition_fail ( const char*, const char*, int, const char* = "") ;
|
[[noreturn]] CGAL_EXPORT void precondition_fail ( const char*, const char*, int, const char* = "") ;
|
||||||
CGAL_EXPORT [[noreturn]] void postcondition_fail ( const char*, const char*, int, const char* = "") ;
|
[[noreturn]] CGAL_EXPORT void postcondition_fail ( const char*, const char*, int, const char* = "") ;
|
||||||
|
|
||||||
// warning function
|
// warning function
|
||||||
// ----------------
|
// ----------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue