Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Avoid costly exceptions when looking into a map.
[simgrid.git] / src / instr / instr_private.h
index a15dc2b..45bf123 100644 (file)
@@ -80,6 +80,7 @@ public:
   type_t father;
   value* ret;
   value(const char* name, const char* color, type_t father);
+  ~value();
   static value* get_or_new(const char* name, const char* color, type_t father);
   static value* get(const char* name, type_t father);
 };