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:
@@ -33,4 +33,6 @@ constexpr bool possible_reflectable(int) noexcept {
|
||||
|
||||
}}}
|
||||
|
||||
#endif // BOOST_PFR_DETAIL_POSSIBLE_REFLECTABLE_HPP
|
||||
#endif // BOOST_PFR_DETAIL_POSSIBLE_REFLECTABLE_HPP
|
||||
|
||||
|
||||
|
||||
@@ -70,3 +70,4 @@ constexpr bool is_implicitly_reflectable_v = is_implicitly_reflectable<T, WhatFo
|
||||
}} // namespace boost::pfr
|
||||
|
||||
#endif // BOOST_PFR_TRAITS_HPP
|
||||
|
||||
|
||||
@@ -16,4 +16,6 @@ struct is_reflectable;
|
||||
|
||||
}}
|
||||
|
||||
#endif // BOOST_PFR_DETAIL_TRAITS_FWD_HPP
|
||||
#endif // BOOST_PFR_DETAIL_TRAITS_FWD_HPP
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user