Warning, file /include/boost/pfr/detail/core.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006 #ifndef BOOST_PFR_DETAIL_CORE_HPP
0007 #define BOOST_PFR_DETAIL_CORE_HPP
0008 #pragma once
0009
0010 #include <boost/pfr/detail/config.hpp>
0011
0012
0013
0014
0015
0016 #if BOOST_PFR_USE_CPP17
0017 # include <boost/pfr/detail/core17.hpp>
0018 #elif BOOST_PFR_USE_LOOPHOLE
0019 # include <boost/pfr/detail/core14_loophole.hpp>
0020 #else
0021 # include <boost/pfr/detail/core14_classic.hpp>
0022 #endif
0023
0024 #endif