-
Notifications
You must be signed in to change notification settings - Fork 967
Document warning C5267 #4807
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
Document warning C5267 #4807
Conversation
@Rageking8 : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Learn Build status updates of commit bc69614: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
PRMerger Results
|
Can you review the proposed changes? When the changes are ready for publication, add a #label:"aq-pr-triaged" |
@Rageking8, thanks! Appreciate the new documentation. |
@Rageking8, I ran this past the dev team and they weren't already working on it, so we'll be pleased to take this contribution. And they are aware that this exists so they won't go off now and duplicate the effort. Thank you! I'm getting ready for a release so I have to focus on some other content for a few days. Then I'll come back to this. Thanks for adding to the docs! |
edits
Learn Build status updates of commit fb48724: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
PRMerger Results
|
Learn Build status updates of commit 9229c41: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
PRMerger Results
|
Hopefully clarify that although it is decpreated, it is still supported.
Learn Build status updates of commit 10c0b21:
|
File | Status | Preview URL | Details |
---|---|---|---|
docs/error-messages/compiler-warnings/c5267.md | Details | ||
docs/cpp/explicitly-defaulted-and-deleted-functions.md | ✅Succeeded | ||
docs/error-messages/compiler-warnings/compiler-warnings-by-compiler-version.md | ✅Succeeded | ||
docs/error-messages/compiler-warnings/compiler-warnings-c4800-through-c4999.md | ✅Succeeded | ||
docs/error-messages/toc.yml | ✅Succeeded | ||
docs/preprocessor/compiler-warnings-that-are-off-by-default.md | ✅Succeeded |
docs/error-messages/compiler-warnings/c5267.md
- Line 18, Column 3: [Warning: file-not-found - See documentation]
Invalid file link: '[https://eel.is/c++draft/depr.impldec](https://eel.is/c++draft/depr.impldec'.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
Learn Build status updates of commit 829ad6e:
|
File | Status | Preview URL | Details |
---|---|---|---|
docs/error-messages/compiler-warnings/c5267.md | Details | ||
docs/cpp/explicitly-defaulted-and-deleted-functions.md | ✅Succeeded | ||
docs/error-messages/compiler-warnings/compiler-warnings-by-compiler-version.md | ✅Succeeded | ||
docs/error-messages/compiler-warnings/compiler-warnings-c4800-through-c4999.md | ✅Succeeded | ||
docs/error-messages/toc.yml | ✅Succeeded | ||
docs/preprocessor/compiler-warnings-that-are-off-by-default.md | ✅Succeeded |
docs/error-messages/compiler-warnings/c5267.md
- Line 18, Column 3: [Warning: file-not-found - See documentation]
Invalid file link: '[https://eel.is/c++draft/depr.impldec](https://eel.is/c++draft/depr.impldec'.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
last edits
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @Rageking8!
Learn Build status updates of commit c40ec45:
|
File | Status | Preview URL | Details |
---|---|---|---|
docs/error-messages/compiler-warnings/c5267.md | Details | ||
docs/cpp/explicitly-defaulted-and-deleted-functions.md | ✅Succeeded | ||
docs/error-messages/compiler-warnings/compiler-warnings-by-compiler-version.md | ✅Succeeded | ||
docs/error-messages/compiler-warnings/compiler-warnings-c4800-through-c4999.md | ✅Succeeded | ||
docs/error-messages/toc.yml | ✅Succeeded | ||
docs/preprocessor/compiler-warnings-that-are-off-by-default.md | ✅Succeeded |
docs/error-messages/compiler-warnings/c5267.md
- Line 18, Column 3: [Warning: file-not-found - See documentation]
Invalid file link: '[https://eel.is/c++draft/depr.impldec](https://eel.is/c++draft/depr.impldec'.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
fix link
Learn Build status updates of commit 44140ab: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
PRMerger Results
|
#sign-off |
@TylerMSFT - because this PR includes a new article, the commits will need to be moved to the private repo so we can review on staging. can you move them or would you like our assistance? |
#hold-off |
@Jak-MS - could you be so kind as to move it over to our private repo? |
@Rageking8, because of the new article, I must port this PR over to the private repo, where we do additional validation. I've ported the PR over, and am working through getting it published. |
@Rageking8, I got this ported. It should be live by tomorrow. Thanks for the content! |
I accidentally stumbled upon this new warning code by misreading the following sentence as it "emitting a warning" (instead of it not emitting, as shown below)
cpp-docs/docs/cpp/explicitly-defaulted-and-deleted-functions.md
Line 39 in 02e1daf
So this PR just documented this relatively new warning code.