Skip to content

Instantly share code, notes, and snippets.

@rpavlik
Created August 19, 2015 16:07
Show Gist options
  • Save rpavlik/1fc8c839a4d4b3efc047 to your computer and use it in GitHub Desktop.
Save rpavlik/1fc8c839a4d4b3efc047 to your computer and use it in GitHub Desktop.
MSVC 2013 warning with Eigen 3.2.5
14>c:\users\ryan\desktop\src\osvr-core\vendor\eigen-3.2.5\eigen\src/Geometry/Quaternion.h(291): warning C4522: 'Eigen::Quaternion<float,0>' : multiple assignment operators specified (C:\Users\Ryan\Desktop\src\OSVR-Core\src\osvr\Util\MatrixConventionsC.cpp)
14> c:\users\ryan\desktop\src\osvr-core\vendor\eigen-3.2.5\eigen\src/Geometry/arch/Geometry_SSE.h(22) : see reference to class template instantiation 'Eigen::Quaternion<float,0>' being compiled
14> c:\users\ryan\desktop\src\osvr-core\vendor\eigen-3.2.5\eigen\src/Geometry/arch/Geometry_SSE.h(38) : see reference to class template instantiation 'Eigen::internal::quat_product<1,Derived,OtherDerived,float,1>' being compiled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment