update boost on linux
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
|
||||
#include <boost/endian/conversion.hpp>
|
||||
#include <boost/endian/arithmetic.hpp>
|
||||
#include <boost/fusion/include/at.hpp>
|
||||
#include <boost/mpl/or.hpp>
|
||||
#include <boost/type_traits/is_integral.hpp>
|
||||
#include <boost/type_traits/is_enum.hpp>
|
||||
@@ -37,7 +36,7 @@ namespace boost { namespace spirit { namespace x3
|
||||
|
||||
template <typename Iterator, typename Context, typename Attribute>
|
||||
bool parse(Iterator& first, Iterator const& last
|
||||
, Context& context, unused_type, Attribute& attr_param) const
|
||||
, Context const& context, unused_type, Attribute& attr_param) const
|
||||
{
|
||||
x3::skip_over(first, last, context);
|
||||
|
||||
@@ -69,7 +68,7 @@ namespace boost { namespace spirit { namespace x3
|
||||
|
||||
template <typename Iterator, typename Context, typename Attribute>
|
||||
bool parse(Iterator& first, Iterator const& last
|
||||
, Context& context, unused_type, Attribute& attr_param) const
|
||||
, Context const& context, unused_type, Attribute& attr_param) const
|
||||
{
|
||||
x3::skip_over(first, last, context);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user