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

Fix error C3688 when compiling on Visual Studio 2015 #311

Merged
merged 1 commit into from
Mar 26, 2017

Conversation

jj1118
Copy link
Contributor

@jj1118 jj1118 commented Mar 24, 2017

If compiled on VS2015 with the default configuration, the original codebase raises error C3688: invalid literal suffix 'PRId64'; literal operator or literal operator template 'operator ""PRId64' not found. Simply adding a space before PRId64 resolves this issue.

… suffix 'PRId64'; literal operator or literal operator template 'operator ""PRId64' not found
@hawicz hawicz merged commit 6bd86d1 into json-c:master Mar 26, 2017
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

Successfully merging this pull request may close these issues.

None yet

2 participants