template struct cvflann::anyimpl::choose_policy<any>

Choosing the policy for an any type is illegal, but should never happen. This is designed to throw a compiler error.

#include <any.h>

template <>
struct choose_policy<any>
{
    // typedefs

    typedef void type;
};