Skip to content

Conversation

@denzor200
Copy link
Contributor

No description provided.

#include <fmt/format.h>
#include <type_traits>

namespace boost::pfr {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

namespace boost::pfr::extension { ??

point first, last;
};

template<> struct boost::pfr::is_reflectable<point, boost::pfr::fmtlib_tag> : std::integral_constant<bool, true> {};
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

template<typename P> struct boost::pfr::is_reflectable<point, P> : std::integral_constant<bool, true> {};
Same for another specializations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant