2
0
mirror of https://github.com/boostorg/pfr.git synced 2026-01-19 04:22:13 +00:00

Fixed inspect issues

This commit is contained in:
Denis Mikhaylov
2022-12-01 17:13:06 +06:00
parent aa5abd8d76
commit 6f853dad2c
3 changed files with 7 additions and 2 deletions

View File

@@ -33,4 +33,6 @@ constexpr bool possible_reflectable(int) noexcept {
}}}
#endif // BOOST_PFR_DETAIL_POSSIBLE_REFLECTABLE_HPP
#endif // BOOST_PFR_DETAIL_POSSIBLE_REFLECTABLE_HPP

View File

@@ -70,3 +70,4 @@ constexpr bool is_implicitly_reflectable_v = is_implicitly_reflectable<T, WhatFo
}} // namespace boost::pfr
#endif // BOOST_PFR_TRAITS_HPP

View File

@@ -16,4 +16,6 @@ struct is_reflectable;
}}
#endif // BOOST_PFR_DETAIL_TRAITS_FWD_HPP
#endif // BOOST_PFR_DETAIL_TRAITS_FWD_HPP