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

Revert "Merge pull request #822 from saki7/modernize-matches"

This reverts commit 495f936af2, reversing
changes made to b86852dd88.
This commit is contained in:
Nana Sakisaka
2025-09-13 08:57:02 +09:00
parent 5d52405c56
commit 26d6ec1a64
2 changed files with 25 additions and 46 deletions

View File

@@ -1,18 +1,16 @@
/*=============================================================================
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"
#include <boost/spirit/home/x3.hpp>
#include <iostream>
int main()
int
main()
{
using spirit_test::test;
using spirit_test::test_attr;