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