mirror of
https://github.com/boostorg/parser.git
synced 2026-01-19 04:22:13 +00:00
Publicize project_view::{interator,sentinel} in attempt to fix VS 2022 build.
This commit is contained in:
@@ -88,12 +88,12 @@ namespace boost::parser::detail { namespace text {
|
||||
{
|
||||
V base_ = V();
|
||||
|
||||
public:
|
||||
template<bool Const>
|
||||
class iterator;
|
||||
template<bool Const>
|
||||
class sentinel;
|
||||
|
||||
public:
|
||||
constexpr project_view()
|
||||
#if BOOST_PARSER_DETAIL_TEXT_USE_CONCEPTS
|
||||
requires std::default_initializable<V>
|
||||
|
||||
Reference in New Issue
Block a user