mirror of
https://github.com/boostorg/parser.git
synced 2026-01-29 19:52:12 +00:00
9
test/compile_include_parser_lexer.cpp
Normal file
9
test/compile_include_parser_lexer.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
// 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/parser.hpp>
|
||||
#if BOOST_PARSER_USE_CONCEPTS
|
||||
#include <boost/parser/lexer.hpp>
|
||||
#endif
|
||||
Reference in New Issue
Block a user