Skip to content

Commit

Permalink
fix comment again
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Dec 23, 2023
1 parent 62d5528 commit a9d1dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic_components.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace broma {
/// @brief C and C++-style comments.
struct comment :
disable<sor<
seq<ascii::string<'/', '/'>, not_at<one<'/'>>, until<eolf>>,
if_must<at<ascii::string<'/', '/'>, not_at<one<'/'>>>, until<eolf>>,
seq<ascii::string<'/', '*'>, until<seq<ascii::string<'*', '/'>>>>
>> {};

Expand Down

0 comments on commit a9d1dce

Please sign in to comment.