simple_match icon indicating copy to clipboard operation
simple_match copied to clipboard

Simple header only pattern matching for c++14

Results 1 simple_match issues
Sort by recently updated
recently updated
newest added

I am getting compiler errors when using simple_match on a std::variant `[build] /Users/alan/Git/simple_match/include/simple_match/implementation/some_none.hpp:120:73: error: no member named 'get_pointer' in 'simple_match::customization::pointer_getter' [build] auto ptr = customization::pointer_getter::template get_pointer(std::forward(t));` Here is the code...