2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00

Spirit: fixing inspect errors

[SVN r82191]
This commit is contained in:
Hartmut Kaiser
2012-12-23 20:02:12 +00:00
parent 597226c96d
commit c8c65757c6
3 changed files with 3 additions and 3 deletions

View File

@@ -308,4 +308,4 @@ namespace client { namespace code_gen
};
}}
#endif
#endif

View File

@@ -79,7 +79,7 @@ main()
// no constraints
boost::fusion::vector<char,char,int> data;
BOOST_TEST( test_attr("c=1 a=a", kwd("a")[ '=' > char_] / kwd("b")[ '=' > char_] / kwd("c")['=' > int_], data, space));
BOOST_TEST( boost::fusion::at_c<0>(data) == 'a' );
BOOST_TEST( boost::fusion::at_c<0>(data) == 'a' );
BOOST_TEST( boost::fusion::at_c<1>(data) == 0 );
BOOST_TEST( boost::fusion::at_c<2>(data) == 1 );

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2012 Agustín K-ballo Berge
// Copyright (c) 2012 Agustin K-ballo Berge
// Copyright (c) 2001-2012 Hartmut Kaiser
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying