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 #1721 #1817

Merged
merged 5 commits into from
Dec 28, 2020
Merged

Fix #1721 #1817

merged 5 commits into from
Dec 28, 2020

Conversation

lukedan
Copy link
Contributor

@lukedan lukedan commented Dec 27, 2020

Fix #1721. I also deleted the copy constructor and copy assignment of SchemaDocumentProvider in test/unittest/schematest.cpp because they don't have function bodies. I'm not sure if this'll create issues for other platforms, but for MSVC having those definition causes problems.

@lukedan
Copy link
Contributor Author

lukedan commented Dec 27, 2020

Deleting the constructors causes warnings with g++ which are treated as errors, so I'm adding empty bodies to the constructors/assignment operators.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 99.748% when pulling 5e50f27 on lukedan:lukedan_cpp20 into 56f215e on Tencent:master.

@coveralls
Copy link

coveralls commented Dec 27, 2020

Coverage Status

Coverage decreased (-0.1%) to 99.739% when pulling 5e50f27 on lukedan:lukedan_cpp20 into 56f215e on Tencent:master.

@miloyip miloyip merged commit 3cdd3c8 into Tencent:master Dec 28, 2020
@miloyip
Copy link
Collaborator

miloyip commented Dec 28, 2020

Thank you

ASpoonPlaysGames added a commit to ASpoonPlaysGames/NorthstarLauncher that referenced this pull request Jan 21, 2024
ASpoonPlaysGames added a commit to ASpoonPlaysGames/NorthstarLauncher that referenced this pull request Jan 21, 2024
GeckoEidechse pushed a commit to R2Northstar/NorthstarLauncher that referenced this pull request Jan 21, 2024
* fix C5054 (cherry-pick change from Tencent/rapidjson#1817)

* fix C4099  in Rapidjson. Cherry-picks the following:
Tencent/rapidjson@d87b698
Tencent/rapidjson#1568
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.

C++20 Warning: operator '|': deprecated between enumerations of different types
3 participants