Patch for MSVC and clang

This commit is contained in:
Laurent Rineau 2020-03-09 16:32:26 +01:00
parent e3a97e1e62
commit fbf790637e
1 changed files with 3 additions and 3 deletions

View File

@ -54,9 +54,9 @@ namespace CGAL {
// =====================
// failure functions
// -----------------
CGAL_EXPORT [[noreturn]] void assertion_fail ( const char*, const char*, int, const char* = "") ;
CGAL_EXPORT [[noreturn]] 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 assertion_fail ( const char*, const char*, int, const char* = "") ;
[[noreturn]] CGAL_EXPORT void precondition_fail ( const char*, const char*, int, const char* = "") ;
[[noreturn]] CGAL_EXPORT void postcondition_fail ( const char*, const char*, int, const char* = "") ;
// warning function
// ----------------