refactor: Remove last usage of boost::optional

Since it's the only thing boost was used for at the moment
we drop it to be able to get rid of a dependency.
This commit is contained in:
Michael Carlberg
2016-12-15 17:13:15 +01:00
parent a0d485f79d
commit 9f9f438fae
11 changed files with 78 additions and 94 deletions

View File

@ -1,4 +1,3 @@
#include <boost/algorithm/string/replace.hpp>
#include <sstream>
#include <utility>