From 248b977790b429ebfd22481462193e3e35c57ce2 Mon Sep 17 00:00:00 2001 From: Tim King Date: Wed, 17 Jan 2018 12:16:17 -0800 Subject: Removes yet more throw specifiers. Updating the documentation as needed. (#1518) --- src/theory/example/ecdata.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/theory/example/ecdata.h') diff --git a/src/theory/example/ecdata.h b/src/theory/example/ecdata.h index 475d0e615..9c93f4710 100644 --- a/src/theory/example/ecdata.h +++ b/src/theory/example/ecdata.h @@ -74,8 +74,7 @@ struct Link { return pCMM->newData(size); } -private: - + private: /** * The destructor isn't actually defined. This declaration keeps * the compiler from creating (wastefully) a default definition, and @@ -84,7 +83,7 @@ private: * be allocated in a ContextMemoryManager, which doesn't call * destructors. */ - ~Link() throw(); + ~Link(); /** * Just like the destructor, this is not defined. This ensures no -- cgit v1.2.3