introlab / rtabmap

RTAB-Map library and standalone application
https://introlab.github.io/rtabmap
Other
2.77k stars 785 forks source link

memcpy error in Uvariant.cpp in master branch #30

Closed chandarr closed 9 years ago

chandarr commented 9 years ago

the namespace std is not explicitly used before memcpy in Uvariant.cpp.

The master branch does not compile.

error: ‘memcpy’ was not declared in this scope

This error is not there in tag 0.10

matlabbe commented 9 years ago

Should be fixed with the referred commit. The problem was that I forgot to test UVariant under Linux, on Mac OS X there was no errors.

thx for reporting the bug! cheers