Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issues of visual studio on windows #117

Open
meitiever opened this issue Jan 8, 2020 · 0 comments
Open

issues of visual studio on windows #117

meitiever opened this issue Jan 8, 2020 · 0 comments

Comments

@meitiever
Copy link

meitiever commented Jan 8, 2020

kindr team
my project need to move this library to visual studio on windows. but we meet a problem here rotation.hpp line 106-118:
template
inline static Vector_ rotate(const RotationBase<Rotation_>& rotation, const Vector_& vector){
return static_cast<Vector_>(rotation.derived().rotate(vector.toImplementation()));
}
compiler reports that the vector do not have toImplementation() method.
is that any good way to solve this issue? thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant