Visual Studio 2013 build fails with multiple errors like this in Urho3D/Core/Variant.h:
Error 1 error C2621: 'Urho3D::VariantValue::vector2_' : illegal union member; type 'Urho3D::Vector2' has a copy constructor
Errors repeat for every member of the union VariantValue.
It seems after refactoring Variant in PR #2097 brakes the build with VS2013. Any ideas for a workaround ?