Patrick Williams | ceefb31 | 2016-09-11 21:12:42 -0500 | [diff] [blame] | 1 | This implementation of variant came from http://github.com/mapbox/variant. As |
2 | soon as GCC7 with C++17 support is available, we should move to the | ||||
3 | std::variant implementation instead. |