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

memcpy error in Uvariant.cpp in master branch #30

Closed
chandarr opened this issue Aug 3, 2015 · 1 comment
Closed

memcpy error in Uvariant.cpp in master branch #30

chandarr opened this issue Aug 3, 2015 · 1 comment

Comments

@chandarr
Copy link

chandarr commented Aug 3, 2015

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 added a commit that referenced this issue Aug 3, 2015
@matlabbe
Copy link
Member

matlabbe commented Aug 3, 2015

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

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

2 participants