X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6d1fc1c31cb2152b6d20742081118524dbb78d14..4e1034f2699881431dbd65b0d4d1af6131a60302:/include/xbt/ex.hpp diff --git a/include/xbt/ex.hpp b/include/xbt/ex.hpp index 882f15b2d7..7e649738af 100644 --- a/include/xbt/ex.hpp +++ b/include/xbt/ex.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2015. The SimGrid Team. +/* Copyright (c) 2005-2017. The SimGrid Team. * All rights reserved. */ /* Copyright (c) 2002-2004 Ralf S. Engelschall */ @@ -79,7 +79,7 @@ struct XBT_PUBLIC() xbt_ex : simgrid::xbt::WithContextException(throwpoint, simgrid::xbt::backtrace()) {} - virtual ~xbt_ex() = default; + ~xbt_ex(); /** Category (what went wrong) */ xbt_errcat_t category = unknown_error;