Manu343726 / siplasplas

A library for C++ reflection and introspection
https://manu343726.github.io/siplasplas
MIT License
195 stars 27 forks source link

[Bug] Fix cpp::Variant comparison operators #2

Closed Manu343726 closed 8 years ago

Manu343726 commented 8 years ago

operator==(Variant, Variant) currently returns false (TODO). @TyRoXx suggested a vtable-like approach for variant comparison

Manu343726 commented 8 years ago

https://travis-ci.org/GueimUCM/siplasplas/jobs/97852691 :(

Manu343726 commented 8 years ago

Fixed https://travis-ci.org/GueimUCM/siplasplas/builds/97868371