From 71d216b90256936a9638f325af9bc69d720e75de Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 6 Oct 2016 10:30:07 +0900 Subject: Imported Upstream version 1.59.0 Change-Id: I2dde00f4eca71df3eea9d251dcaecde18a6c90a5 Signed-off-by: DongHun Kwak --- boost/spirit/home/x3/auxiliary/eoi.hpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'boost/spirit/home/x3/auxiliary/eoi.hpp') diff --git a/boost/spirit/home/x3/auxiliary/eoi.hpp b/boost/spirit/home/x3/auxiliary/eoi.hpp index 55bd51cfc4..778a20ba78 100644 --- a/boost/spirit/home/x3/auxiliary/eoi.hpp +++ b/boost/spirit/home/x3/auxiliary/eoi.hpp @@ -8,10 +8,6 @@ #if !defined(BOOST_SPIRIT_X3_EOI_MARCH_23_2007_0454PM) #define BOOST_SPIRIT_X3_EOI_MARCH_23_2007_0454PM -#if defined(_MSC_VER) -#pragma once -#endif - #include #include #include @@ -39,7 +35,7 @@ namespace boost { namespace spirit { namespace x3 result_type operator()(eoi_parser const &) const { return "eoi"; } }; - eoi_parser const eoi = eoi_parser(); + auto const eoi = eoi_parser{}; }}} #endif -- cgit v1.2.3