Fix destructor exception-permissiveness errors in a less idiotic way

This commit is contained in:
Simon Detheridge
2015-01-14 13:10:25 +00:00
parent 940c51f16a
commit fbdd160061
4 changed files with 6 additions and 5 deletions

View File

@ -90,7 +90,7 @@ public:
/// <summary>
/// Virtual destructor needed for virtual classes.
/// </summary>
virtual ~EmberReport() __TBB_NOEXCEPT(false) { }
virtual ~EmberReport() { }
/// <summary>
/// Write the entire error report as a single string to the console.