Update to use latest beast

This commit is contained in:
Miguel Portilla
2017-07-10 19:09:58 -04:00
parent 61316c7f95
commit 95f107d487
29 changed files with 326 additions and 244 deletions

View File

@@ -93,13 +93,13 @@ public:
stack_.top().type = ct;
}
void output (boost::string_ref const& bytes)
void output (beast::string_view const& bytes)
{
markStarted ();
output_ (bytes);
}
void stringOutput (boost::string_ref const& bytes)
void stringOutput (beast::string_view const& bytes)
{
markStarted ();
std::size_t position = 0, writtenUntil = 0;