git-subtree-dir: third_party/variant git-subtree-split: b5850212f16efeb409a112edb1e719d5f5edb604
8 lines
178 B
C++
8 lines
178 B
C++
|
|
#include "variant.hpp"
|
|
|
|
#define NAME_EXT " b-i-i-d-c-u"
|
|
using variant_type = mapbox::util::variant<bool, int, int, double, char, short int>;
|
|
|
|
#include "binary_visitor_impl.hpp"
|