numenta / nupic.core-legacy

Implementation of core NuPIC algorithms in C++ (under construction)
http://numenta.org
GNU Affero General Public License v3.0
272 stars 276 forks source link

Fix Directory::Iterator::~Iterator() implicitly being no-except #1449

Open PatrickPijnappel opened 5 years ago

PatrickPijnappel commented 5 years ago

This was causing an error for me (due to -Werror) when building using the latest LLVM on macOS.