id summary reporter owner description type status milestone component version severity resolution keywords cc 10845 Generic comparison operators Antony Polukhin Antony Polukhin "It could be useful to have comparison operators with types that are held in variant. For example: {{{ variant v1(1), v2(""2""); if (v1 < 1 || v2 > ""hello"") { // ... } if (v1 < 1.0) { // compilation error // ... } }}}" Feature Requests closed To Be Determined variant Boost 1.57.0 Optimization duplicate