22 #ifndef NDN_CXX_UTIL_ANY_HPP
23 #define NDN_CXX_UTIL_ANY_HPP
25 #define any_CONFIG_SELECT_ANY any_ANY_NONSTD
26 #include "ndn-cxx/detail/nonstd/any-lite.hpp"
31 using ::nonstd::any_cast;
32 using ::nonstd::bad_any_cast;
33 using ::nonstd::make_any;
35 using ::nonstd::in_place;
36 using ::nonstd::in_place_t;