From 6f853dad2c33ce993321544524bc71725ac3d335 Mon Sep 17 00:00:00 2001 From: Denis Mikhaylov Date: Thu, 1 Dec 2022 17:13:06 +0600 Subject: [PATCH] Fixed inspect issues --- include/boost/pfr/detail/possible_reflectable.hpp | 4 +++- include/boost/pfr/traits.hpp | 1 + include/boost/pfr/traits_fwd.hpp | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/include/boost/pfr/detail/possible_reflectable.hpp b/include/boost/pfr/detail/possible_reflectable.hpp index e347a97..45fd25d 100755 --- a/include/boost/pfr/detail/possible_reflectable.hpp +++ b/include/boost/pfr/detail/possible_reflectable.hpp @@ -33,4 +33,6 @@ constexpr bool possible_reflectable(int) noexcept { }}} -#endif // BOOST_PFR_DETAIL_POSSIBLE_REFLECTABLE_HPP \ No newline at end of file +#endif // BOOST_PFR_DETAIL_POSSIBLE_REFLECTABLE_HPP + + diff --git a/include/boost/pfr/traits.hpp b/include/boost/pfr/traits.hpp index 5b64bee..946a219 100755 --- a/include/boost/pfr/traits.hpp +++ b/include/boost/pfr/traits.hpp @@ -70,3 +70,4 @@ constexpr bool is_implicitly_reflectable_v = is_implicitly_reflectable