-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Delete JSONCPP_DEPRECATED, use [[deprecated]] instead. #978
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
Conversation
The build failed in Visual Studio 2015. and the compiler showed that: |
Added a new issue for this, #981 |
Good catch, I should have noticed this. If you fix the merge conflicts, this should be good to go! |
Hi baylesj, the merge conflict have been fixed before, it seems that this branch has no merge conflict now. |
I still see the "This branch cannot be rebased due to conflicts" |
…nto deprecated_prop
I uploaded an update, and the conflit check passed. Thanks to you can see more details than me, so if there are any problem, please tell me. |
Actually,
Tips:this #978 PR is wrote for #975 [Migrate to C++14]. Maybe there will be some compatibility problems like issue #990. |
…arsers#978) * delete JSONCPP_DEPRECATED, use [[deprecated]] * add pragma warning(disable:4996) * add error C2416 * update * update * update
…arsers#978) * delete JSONCPP_DEPRECATED, use [[deprecated]] * add pragma warning(disable:4996) * add error C2416 * update * update * update
* Issue #958: Travis CI should enfore clang-format standards This patch adds clang format support to the travis bots. * Update path * Roll back to version 8 since 9 is in test * Cleanup clang * Revert "Delete JSONCPP_DEPRECATED, use [[deprecated]] instead. (#978)" (#1029) This reverts commit b27c83f.
Language Conformance: Deletion of JSONCPP_DEPRECATED in favor of C++11's language standard [[deprecated]]