mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-12 03:04:51 -04:00
Fix compiler error due to tbb member having more restrictive exception filter
This commit is contained in:
@ -90,7 +90,7 @@ public:
|
||||
/// <summary>
|
||||
/// Virtual destructor needed for virtual classes.
|
||||
/// </summary>
|
||||
virtual ~EmberReport() { }
|
||||
virtual ~EmberReport() __TBB_NOEXCEPT(false) { }
|
||||
|
||||
/// <summary>
|
||||
/// Write the entire error report as a single string to the console.
|
||||
|
Reference in New Issue
Block a user