update boost on linux
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
#include <algorithm> // for find_if
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/assert.hpp>
|
||||
#include <boost/type_traits/is_pointer.hpp>
|
||||
#include <boost/detail/workaround.hpp>
|
||||
#include <boost/mpl/if.hpp>
|
||||
#include <boost/throw_exception.hpp>
|
||||
@@ -450,7 +451,8 @@ namespace boost{
|
||||
char_separator()
|
||||
: m_use_ispunct(true),
|
||||
m_use_isspace(true),
|
||||
m_empty_tokens(drop_empty_tokens) { }
|
||||
m_empty_tokens(drop_empty_tokens),
|
||||
m_output_done(false) { }
|
||||
|
||||
void reset() { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user