template struct cvflann::anyimpl::choose_policy<signed char>

#include <any.h>

template <>
struct choose_policy<signed char>
{
    // typedefs

    typedef small_any_policy<signed char> type;
};