Fix control reaches end of non-void function

This only compiles on MS Visual C++ version 12.0, or earlier (Visual Studio 2013, or earlier).
This commit is contained in:
Gregory A Lundberg 2018-01-13 11:20:43 -06:00
parent 312af6064f
commit bbdb5ad86a
No known key found for this signature in database
GPG Key ID: 149484078AE8AE9E

View File

@ -123,6 +123,7 @@ public:
use_flat_tod_ = u.use_flat_tod_;
impl_ = std::move(u.impl_);
max_matches_ = u.max_matches_;
return *this;
}
#else
unit_filter(unit_filter&&) = default;