mirror of
https://github.com/boostorg/parser.git
synced 2026-01-20 04:42:22 +00:00
11 lines
339 B
C++
11 lines
339 B
C++
// Copyright (C) 2024 T. Zachary Laine
|
|
//
|
|
// 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/parser/config.hpp>
|
|
#if BOOST_PARSER_USE_CONCEPTS
|
|
#include <boost/parser/lexer.hpp>
|
|
#endif
|
|
#include <boost/parser/parser.hpp>
|