Skip to content

Commit e3531d3

Browse files
author
Roy Bellingan
committed
used BOOST_FALLTHROUGH; instead of a comment
1 parent c02d872 commit e3531d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/json/basic_parser_impl.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ parse_value(const char* p,
686686
// or just leave it as is
687687
if(BOOST_JSON_UNLIKELY(p == sentinel()))
688688
return maybe_suspend(p, state::val2);
689-
// intentional fallthrough
689+
BOOST_FALLTHROUGH;
690690
case ' ':
691691
case '\t':
692692
case '\n':

0 commit comments

Comments
 (0)