CARVIEW |
Select Language
HTTP/2 200
date: Mon, 28 Jul 2025 21:38:51 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/microsoft/STL.git
etag: W/"fec8968f1bf2df959e3674e044b958bc"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=GFvaVy78YzUAD0GMoHrxgXLQw661w2Q13ckDoXFCkvcBEIZtYx8vNZa1isj7MfV%2Fg7huQYMyY1Ea5565ZMqPg0yqPeaL%2FFWVljLE%2B6HIq3jS5%2FlLHoXY4Kulk9PyNBuwuiHcJC1k%2BAUR9AmB0gcJvCn%2Fsb4oSFnawEwqCCjLAOEfmOqr4AhtMGHfPTNqA88gRT61jID5OyyYpF3kWYaql0qVXVnf85jd4Nbuzlloag0db0dQVlP0pBgh%2B6SU4nx9oYx8w6g3p1o1JP7qiAEj9A%3D%3D--MPPo1tYReh6LLSiQ--gL%2F4bS4X3tuVXTPpJHtMqQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1071793365.1753738730; Path=/; Domain=github.com; Expires=Tue, 28 Jul 2026 21:38:50 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 28 Jul 2026 21:38:50 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: B166:8860:CCCD9:11A65F:6887EDEA
Implement LWG-4169 `std::atomic<T>`'s default constructor should be c… · microsoft/STL@b60bb78 · GitHub
Copy file name to clipboardExpand all lines: tests/std/tests/Dev11_0863628_atomic_compare_exchange/test.cpp
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit b60bb78
Expand file treeCollapse file tree
2 files changed
+22
-18
lines changed+10-17Lines changed: 10 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
586 | 586 |
| |
587 | 587 |
| |
588 | 588 |
| |
589 |
| - | |
590 |
| - | |
| 589 | + | |
591 | 590 |
| |
592 | 591 |
| |
593 | 592 |
| |
| |||
714 | 713 |
| |
715 | 714 |
| |
716 | 715 |
| |
717 |
| - | |
718 | 716 |
| |
719 | 717 |
| |
720 | 718 |
| |
721 | 719 |
| |
722 |
| - | |
723 |
| - | |
| 720 | + | |
724 | 721 |
| |
725 | 722 |
| |
726 | 723 |
| |
| |||
817 | 814 |
| |
818 | 815 |
| |
819 | 816 |
| |
820 |
| - | |
821 | 817 |
| |
822 | 818 |
| |
823 | 819 |
| |
824 | 820 |
| |
825 |
| - | |
826 |
| - | |
| 821 | + | |
827 | 822 |
| |
828 | 823 |
| |
829 | 824 |
| |
| |||
919 | 914 |
| |
920 | 915 |
| |
921 | 916 |
| |
922 |
| - | |
923 | 917 |
| |
924 | 918 |
| |
925 | 919 |
| |
926 | 920 |
| |
927 |
| - | |
928 |
| - | |
| 921 | + | |
929 | 922 |
| |
930 | 923 |
| |
931 | 924 |
| |
| |||
1021 | 1014 |
| |
1022 | 1015 |
| |
1023 | 1016 |
| |
1024 |
| - | |
1025 | 1017 |
| |
1026 | 1018 |
| |
1027 | 1019 |
| |
1028 | 1020 |
| |
1029 |
| - | |
1030 |
| - | |
| 1021 | + | |
1031 | 1022 |
| |
1032 | 1023 |
| |
1033 | 1024 |
| |
| |||
1148 | 1139 |
| |
1149 | 1140 |
| |
1150 | 1141 |
| |
1151 |
| - | |
| 1142 | + | |
| 1143 | + | |
1152 | 1144 |
| |
1153 | 1145 |
| |
1154 | 1146 |
| |
| |||
2121 | 2113 |
| |
2122 | 2114 |
| |
2123 | 2115 |
| |
2124 |
| - | |
2125 |
| - | |
| 2116 | + | |
2126 | 2117 |
| |
2127 | 2118 |
| |
| 2119 | + | |
| 2120 | + | |
2128 | 2121 |
| |
2129 | 2122 |
| |
2130 | 2123 |
| |
|
tests/std/tests/Dev11_0863628_atomic_compare_exchange/test.cpp
Copy file name to clipboardExpand all lines: tests/std/tests/Dev11_0863628_atomic_compare_exchange/test.cpp+12-1Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
19 |
| - | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| |||
438 | 438 |
| |
439 | 439 |
| |
440 | 440 |
| |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
441 | 452 |
| |
442 | 453 |
| |
443 | 454 |
| |
|
You can’t perform that action at this time.
0 commit comments