Merge pull request #975 from Nazg-Gul/fix_topology_refiner_stack_memory

Thanks again!
This commit is contained in:
barfowl 2018-07-20 13:35:18 -07:00 committed by GitHub
commit 7a4fe81351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -263,7 +263,7 @@ namespace internal {
bool IsEmpty() const { return *((int_type*)this) == 0; }
FeatureMask() { Clear(); }
FeatureMask(Options const & options, Sdc::SchemeType sType) { InitializeFeatures(options, sType); }
FeatureMask(Options const & options, Sdc::SchemeType sType) { Clear(); InitializeFeatures(options, sType); }
// These are the two primary methods intended for use -- intialization via a set of Options
// and reduction of the subsequent feature set (which presumes prior initialization with the