From e3531d3210ef02705d88ef241cb9c6e2a4977602 Mon Sep 17 00:00:00 2001 From: Roy Bellingan Date: Wed, 19 Feb 2025 18:05:30 +0000 Subject: [PATCH] used BOOST_FALLTHROUGH; instead of a comment --- include/boost/json/basic_parser_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/json/basic_parser_impl.hpp b/include/boost/json/basic_parser_impl.hpp index 7b8f9088b..acd58e60c 100644 --- a/include/boost/json/basic_parser_impl.hpp +++ b/include/boost/json/basic_parser_impl.hpp @@ -686,7 +686,7 @@ parse_value(const char* p, // or just leave it as is if(BOOST_JSON_UNLIKELY(p == sentinel())) return maybe_suspend(p, state::val2); - // intentional fallthrough + BOOST_FALLTHROUGH; case ' ': case '\t': case '\n':