$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: hartmut.kaiser_at_[hidden]
Date: 2008-04-19 16:22:39
Author: hkaiser
Date: 2008-04-19 16:22:39 EDT (Sat, 19 Apr 2008)
New Revision: 44605
URL: http://svn.boost.org/trac/boost/changeset/44605
Log:
Spirit: renamed end_type to eoi_type (missed that while original renaming)
Text files modified: 
   trunk/boost/spirit/home/support/placeholders.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/spirit/home/support/placeholders.hpp
==============================================================================
--- trunk/boost/spirit/home/support/placeholders.hpp	(original)
+++ trunk/boost/spirit/home/support/placeholders.hpp	2008-04-19 16:22:39 EDT (Sat, 19 Apr 2008)
@@ -83,7 +83,7 @@
     typedef proto::terminal<tag::lit>::type lit_type;
     typedef proto::terminal<tag::wlit>::type wlit_type;
     typedef proto::terminal<tag::eol>::type eol_type;
-    typedef proto::terminal<tag::eoi>::type end_type;
+    typedef proto::terminal<tag::eoi>::type eoi_type;
     
     typedef proto::terminal<tag::bin>::type bin_type;
     typedef proto::terminal<tag::oct>::type oct_type;