<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:00:30 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>[CXX-836] Missing #include &lt;string&gt; in mongo-cxx-driver</title>
                <link>https://jira.mongodb.org/browse/CXX-836</link>
                <project id="11980" key="CXX">C++ Driver</project>
                    <description>&lt;p&gt;I&apos;m trying to compile mongo-cxx-driver on OS X (AppleClang). I&apos;ve got errors like this:&lt;/p&gt;

&lt;p&gt;error: implicit instantiation of undefined template &apos;std::__1::basic_string&amp;lt;char,&lt;/p&gt;

&lt;p&gt;Full output is here: &lt;a href=&quot;https://gist.github.com/messa/00892e97f0a22b99f2a2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://gist.github.com/messa/00892e97f0a22b99f2a2&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I&apos;ve fixed it by adding #include &amp;lt;string&amp;gt; to a few files, see here:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/messa/mongo-cxx-driver/commit/9d526e76952415e0b8936513b1cc8c2a326348c9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/messa/mongo-cxx-driver/commit/9d526e76952415e0b8936513b1cc8c2a326348c9&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now it compiles successfully. Please consider to add these #includes to upstream &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="262497">CXX-836</key>
            <summary>Missing #include &lt;string&gt; in mongo-cxx-driver</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="9">Done</resolution>
                                        <assignee username="mira.carey@mongodb.com">Mira Carey</assignee>
                                    <reporter username="messa">Petr Messner</reporter>
                        <labels>
                    </labels>
                <created>Tue, 2 Feb 2016 13:55:22 +0000</created>
                <updated>Wed, 30 Mar 2016 18:47:04 +0000</updated>
                            <resolved>Fri, 19 Feb 2016 19:39:25 +0000</resolved>
                                    <version>3.0.0</version>
                                    <fixVersion>3.0.1</fixVersion>
                                    <component>Implementation</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="1179273" author="xgen-internal-githook" created="Fri, 19 Feb 2016 19:38:42 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;yongjincho&apos;, u&apos;name&apos;: u&apos;Yongjin Cho&apos;, u&apos;email&apos;: u&apos;yongjin.cho@gmail.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-836&quot; title=&quot;Missing #include &amp;lt;string&amp;gt; in mongo-cxx-driver&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-836&quot;&gt;&lt;del&gt;CXX-836&lt;/del&gt;&lt;/a&gt; minor: fixup clang compile&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/07d4243445b5f0f333bf0ee9b3f482e74adf67a4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/07d4243445b5f0f333bf0ee9b3f482e74adf67a4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1178143" author="acm" created="Thu, 18 Feb 2016 23:56:51 +0000"  >&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/pull/458&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/pull/458&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1161207" author="jason.carey" created="Tue, 2 Feb 2016 16:52:32 +0000"  >&lt;p&gt;Petr,&lt;/p&gt;

&lt;p&gt;Thanks for trying out the C++11 driver, and sorry for that bug.  We&apos;ll make sure to get that in for our next bugfix release.&lt;/p&gt;

&lt;p&gt;Would you mind opening a pull request on github and signing our &lt;a href=&quot;https://www.mongodb.com/legal/contributor-agreement&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Contributor Agreement&lt;/a&gt;?  That&apos;s our usual workflow for receiving contributions.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Jason&lt;/p&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="262740">CXX-838</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </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|hshyz3:</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>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="850">Build 10 (02/19/16)</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>