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

Modernize x3::matches

This commit is contained in:
Nana Sakisaka
2025-09-10 09:25:23 +09:00
parent b86852dd88
commit e3c1389e9a
2 changed files with 46 additions and 25 deletions

View File

@@ -1,16 +1,18 @@
/*=============================================================================
Copyright (c) 2001-2015 Joel de Guzman
Copyright (c) 2001-2010 Hartmut Kaiser
Copyright (c) 2025 Nana Sakisaka
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
=============================================================================*/
#include <boost/spirit/home/x3.hpp>
#include <iostream>
#include "test.hpp"
int
main()
#include <boost/spirit/home/x3.hpp>
#include <iostream>
int main()
{
using spirit_test::test;
using spirit_test::test_attr;