Revert "Tidy up a warning"

This reverts commit 90d2df3be3.
This commit is contained in:
Vinnie Falco
2018-04-10 09:09:23 -07:00
parent 86342dd72b
commit 3c3f4fc52b
2 changed files with 1 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
Version 168:
* Use executor_work_guard in composed operations
* Revert verb.ipp change which caused spurious warnings
--------------------------------------------------------------------------------
@@ -19,7 +20,6 @@ Version 166:
Version 165:
* Fix BOOST_NO_CXX11_ALLOCATOR check
* Tidy up a warning
--------------------------------------------------------------------------------

View File

@@ -72,10 +72,6 @@ verb_to_string(verb v)
}
BOOST_THROW_EXCEPTION(std::invalid_argument{"unknown verb"});
// Help some compilers which don't know the next line is
// unreachable, otherwise spurious warnings are generated.
return "<unknown>";
}
template<class = void>