Skip to content

Commit fd6c56d

Browse files
committed
Publicize project_view::{interator,sentinel} in attempt to fix VS 2022 build.
1 parent af41e6a commit fd6c56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/parser/detail/text/transcode_view.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ namespace boost::parser::detail { namespace text {
8888
{
8989
V base_ = V();
9090

91+
public:
9192
template<bool Const>
9293
class iterator;
9394
template<bool Const>
9495
class sentinel;
9596

96-
public:
9797
constexpr project_view()
9898
#if BOOST_PARSER_DETAIL_TEXT_USE_CONCEPTS
9999
requires std::default_initializable<V>

0 commit comments

Comments
 (0)