core: drop superfluous qualifier from or_terminate

This commit is contained in:
Gleb Natapov
2015-03-15 12:18:44 +02:00
parent 74e34ed6a4
commit ecb72e995a

View File

@@ -593,7 +593,7 @@ public:
return f;
}
future<> or_terminate() && noexcept {
future<> or_terminate() noexcept {
return then_wrapped([] (auto&& f) {
try {
f.get();