<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:20:06 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[CDRIVER-4158] Atomics API change breaks C++ driver 3.6</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-4158</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;The recent Atomics change (&lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4124&quot; title=&quot;Clean Up Internal Atomic APIs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4124&quot;&gt;&lt;del&gt;CDRIVER-4124&lt;/del&gt;&lt;/a&gt;, commit &lt;a href=&quot;https://evergreen.mongodb.com/version/mongo_c_driver_a0cd4f845a65304f519ec3261b0be332cd49ab5c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a0cd4f845&lt;/a&gt;) broke the &lt;a href=&quot;https://evergreen.mongodb.com/version/cxx_driver_v3.6_4a51b556a3ef66f9a53fdbe095a1446a6e2585a9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;C++ driver 3.6 build&lt;/a&gt;.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1874311">CDRIVER-4158</key>
            <summary>Atomics API change breaks C++ driver 3.6</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13203">Gone away</resolution>
                                        <assignee username="colby.pike@mongodb.com">Colby Pike</assignee>
                                    <reporter username="roberto.sanchez@mongodb.com">Roberto Sanchez</reporter>
                        <labels>
                            <label>failing-on-waterfall</label>
                    </labels>
                <created>Wed, 15 Sep 2021 00:31:20 +0000</created>
                <updated>Fri, 27 Oct 2023 19:50:24 +0000</updated>
                            <resolved>Wed, 15 Sep 2021 21:34:48 +0000</resolved>
                                                                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="4068014" author="xgen-internal-githook" created="Fri, 17 Sep 2021 11:17:50 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Roberto C. S&#225;nchez&apos;, &apos;email&apos;: &apos;roberto@connexer.com&apos;, &apos;username&apos;: &apos;rcsanchez97&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4158&quot; title=&quot;Atomics API change breaks C++ driver 3.6&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4158&quot;&gt;&lt;del&gt;CDRIVER-4158&lt;/del&gt;&lt;/a&gt; make CXX enablement optional&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/25496ec9c57fcd538103bb13ae7b98ec464cfb53&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/25496ec9c57fcd538103bb13ae7b98ec464cfb53&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4061402" author="xgen-internal-githook" created="Wed, 15 Sep 2021 03:28:29 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;vector-of-bool&apos;, &apos;email&apos;: &apos;vectorofbool@gmail.com&apos;, &apos;username&apos;: &apos;vector-of-bool&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4158&quot; title=&quot;Atomics API change breaks C++ driver 3.6&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4158&quot;&gt;&lt;del&gt;CDRIVER-4158&lt;/del&gt;&lt;/a&gt;: Fix bson-atomic.h for compatibility with C++ (#869)&lt;/p&gt;

&lt;p&gt;Fixes &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4158&quot; title=&quot;Atomics API change breaks C++ driver 3.6&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4158&quot;&gt;&lt;del&gt;CDRIVER-4158&lt;/del&gt;&lt;/a&gt;. There was some implicit cross-casting going on in the headers that is not valid C++ code.&lt;/p&gt;

&lt;p&gt;This also adds a C++ utility target that is only compiled to check that the public headers are valid C++ code.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/0456d9a1d8abab52c9193678e7974869edf6b7f4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/0456d9a1d8abab52c9193678e7974869edf6b7f4&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="1874390">CDRIVER-4159</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hzlj2v:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>