<!-- 
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-838] Does not compile on apple-clang-7</title>
                <link>https://jira.mongodb.org/browse/CXX-838</link>
                <project id="11980" key="CXX">C++ Driver</project>
                    <description>&lt;p&gt;I am using &lt;br/&gt;
Apple LLVM version 7.0.2 (clang-700.1.81)&lt;br/&gt;
Target: x86_64-apple-darwin15.3.0&lt;br/&gt;
Thread model: posix&lt;/p&gt;

&lt;p&gt;The compilation fails with &lt;/p&gt;

&lt;p&gt;[  3%] Built target EP_mnmlstc_core&lt;br/&gt;
[  4%] Building CXX object src/bsoncxx/CMakeFiles/bsoncxx.dir/exception/error_code.cpp.o&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:30:17: error: implicit instantiation of undefined template &apos;std::_&lt;em&gt;1::basic_string&amp;lt;char, std::&lt;/em&gt;&lt;em&gt;1::char_traits&amp;lt;char&amp;gt;, std::&lt;/em&gt;_1::allocator&amp;lt;char&amp;gt; &amp;gt;&apos;&lt;br/&gt;
    std::string message(int condition) const noexcept override {&lt;br/&gt;
                ^&lt;br/&gt;
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:193:33: note: template is declared here&lt;br/&gt;
    class _LIBCPP_TYPE_VIS_ONLY basic_string;&lt;br/&gt;
                                ^&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:33:24: error: implicit instantiation of undefined template &apos;std::_&lt;em&gt;1::basic_string&amp;lt;char, std::&lt;/em&gt;&lt;em&gt;1::char_traits&amp;lt;char&amp;gt;, std::&lt;/em&gt;_1::allocator&amp;lt;char&amp;gt; &amp;gt;&apos;&lt;br/&gt;
                return &quot;tried to append new key while in subarray&quot;;&lt;br/&gt;
                       ^&lt;br/&gt;
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:193:33: note: template is declared here&lt;br/&gt;
    class _LIBCPP_TYPE_VIS_ONLY basic_string;&lt;br/&gt;
                                ^&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:35:24: error: implicit instantiation of undefined template &apos;std::_&lt;em&gt;1::basic_string&amp;lt;char, std::&lt;/em&gt;&lt;em&gt;1::char_traits&amp;lt;char&amp;gt;, std::&lt;/em&gt;_1::allocator&amp;lt;char&amp;gt; &amp;gt;&apos;&lt;br/&gt;
                return &quot;tried to close array while in subdocument&quot;;&lt;br/&gt;
                       ^&lt;br/&gt;
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:193:33: note: template is declared here&lt;br/&gt;
    class _LIBCPP_TYPE_VIS_ONLY basic_string;&lt;br/&gt;
                                ^&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:37:24: error: implicit instantiation of undefined template &apos;std::_&lt;em&gt;1::basic_string&amp;lt;char, std::&lt;/em&gt;&lt;em&gt;1::char_traits&amp;lt;char&amp;gt;, std::&lt;/em&gt;_1::allocator&amp;lt;char&amp;gt; &amp;gt;&apos;&lt;br/&gt;
                return &quot;tried to close document while in a subarray&quot;;&lt;br/&gt;
                       ^&lt;br/&gt;
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:193:33: note: template is declared here&lt;br/&gt;
    class _LIBCPP_TYPE_VIS_ONLY basic_string;&lt;br/&gt;
                                ^&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:39:24: error: implicit instantiation of undefined template &apos;std::_&lt;em&gt;1::basic_string&amp;lt;char, std::&lt;/em&gt;&lt;em&gt;1::char_traits&amp;lt;char&amp;gt;, std::&lt;/em&gt;_1::allocator&amp;lt;char&amp;gt; &amp;gt;&apos;&lt;br/&gt;
                return &quot;tried to operate on document, but this is an array&quot;;&lt;br/&gt;
                       ^&lt;br/&gt;
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:193:33: note: template is declared here&lt;br/&gt;
    class _LIBCPP_TYPE_VIS_ONLY basic_string;&lt;br/&gt;
                                ^&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:41:24: error: implicit instantiation of undefined template &apos;std::_&lt;em&gt;1::basic_string&amp;lt;char, std::&lt;/em&gt;&lt;em&gt;1::char_traits&amp;lt;char&amp;gt;, std::&lt;/em&gt;_1::allocator&amp;lt;char&amp;gt; &amp;gt;&apos;&lt;br/&gt;
                return &quot;tried to operate on array, but this is a document&quot;;&lt;br/&gt;
                       ^&lt;br/&gt;
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:193:33: note: template is declared here&lt;br/&gt;
    class _LIBCPP_TYPE_VIS_ONLY basic_string;&lt;br/&gt;
                                ^&lt;br/&gt;
In file included from /Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:45:&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/enums/type.hpp:19:1: error: implicit instantiation of undefined template &apos;std::_&lt;em&gt;1::basic_string&amp;lt;char, std::&lt;/em&gt;&lt;em&gt;1::char_traits&amp;lt;char&amp;gt;, std::&lt;/em&gt;_1::allocator&amp;lt;char&amp;gt; &amp;gt;&apos;&lt;br/&gt;
BSONCXX_ENUM(double, 0x01)&lt;br/&gt;
^&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:44:16: note: expanded from macro &apos;BSONCXX_ENUM&apos;&lt;br/&gt;
        return &lt;/p&gt;
{&quot;expected element type k_&quot; #name};&lt;br/&gt;
               ^&lt;br/&gt;
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:193:33: note: template is declared here&lt;br/&gt;
    class _LIBCPP_TYPE_VIS_ONLY basic_string;&lt;br/&gt;
                                ^&lt;br/&gt;
In file included from /Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:45:&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/enums/type.hpp:20:1: error: implicit instantiation of undefined template &apos;std::_&lt;em&gt;1::basic_string&amp;lt;char, std::&lt;/em&gt;&lt;em&gt;1::char_traits&amp;lt;char&amp;gt;, std::&lt;/em&gt;_1::allocator&amp;lt;char&amp;gt; &amp;gt;&apos;&lt;br/&gt;
BSONCXX_ENUM(utf8, 0x02)&lt;br/&gt;
^&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:44:16: note: expanded from macro &apos;BSONCXX_ENUM&apos;&lt;br/&gt;
        return {&quot;expected element type k_&quot; #name}
&lt;p&gt;;&lt;br/&gt;
               ^&lt;br/&gt;
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:193:33: note: template is declared here&lt;br/&gt;
    class _LIBCPP_TYPE_VIS_ONLY basic_string;&lt;br/&gt;
                                ^&lt;br/&gt;
In file included from /Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:45:&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/enums/type.hpp:21:1: error: implicit instantiation of undefined template &apos;std::_&lt;em&gt;1::basic_string&amp;lt;char, std::&lt;/em&gt;&lt;em&gt;1::char_traits&amp;lt;char&amp;gt;, std::&lt;/em&gt;_1::allocator&amp;lt;char&amp;gt; &amp;gt;&apos;&lt;br/&gt;
BSONCXX_ENUM(document, 0x03)&lt;br/&gt;
^&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:44:16: note: expanded from macro &apos;BSONCXX_ENUM&apos;&lt;br/&gt;
        return &lt;/p&gt;
{&quot;expected element type k_&quot; #name};&lt;br/&gt;
               ^&lt;br/&gt;
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:193:33: note: template is declared here&lt;br/&gt;
    class _LIBCPP_TYPE_VIS_ONLY basic_string;&lt;br/&gt;
                                ^&lt;br/&gt;
In file included from /Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:45:&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/enums/type.hpp:22:1: error: implicit instantiation of undefined template &apos;std::_&lt;em&gt;1::basic_string&amp;lt;char, std::&lt;/em&gt;&lt;em&gt;1::char_traits&amp;lt;char&amp;gt;, std::&lt;/em&gt;_1::allocator&amp;lt;char&amp;gt; &amp;gt;&apos;&lt;br/&gt;
BSONCXX_ENUM(array, 0x04)&lt;br/&gt;
^&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:44:16: note: expanded from macro &apos;BSONCXX_ENUM&apos;&lt;br/&gt;
        return {&quot;expected element type k_&quot; #name}
&lt;p&gt;;&lt;br/&gt;
               ^&lt;br/&gt;
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:193:33: note: template is declared here&lt;br/&gt;
    class _LIBCPP_TYPE_VIS_ONLY basic_string;&lt;br/&gt;
                                ^&lt;br/&gt;
In file included from /Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:45:&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/enums/type.hpp:23:1: error: implicit instantiation of undefined template &apos;std::_&lt;em&gt;1::basic_string&amp;lt;char, std::&lt;/em&gt;&lt;em&gt;1::char_traits&amp;lt;char&amp;gt;, std::&lt;/em&gt;_1::allocator&amp;lt;char&amp;gt; &amp;gt;&apos;&lt;br/&gt;
BSONCXX_ENUM(binary, 0x05)&lt;br/&gt;
^&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:44:16: note: expanded from macro &apos;BSONCXX_ENUM&apos;&lt;br/&gt;
        return &lt;/p&gt;
{&quot;expected element type k_&quot; #name};&lt;br/&gt;
               ^&lt;br/&gt;
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:193:33: note: template is declared here&lt;br/&gt;
    class _LIBCPP_TYPE_VIS_ONLY basic_string;&lt;br/&gt;
                                ^&lt;br/&gt;
In file included from /Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:45:&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/enums/type.hpp:24:1: error: implicit instantiation of undefined template &apos;std::_&lt;em&gt;1::basic_string&amp;lt;char, std::&lt;/em&gt;&lt;em&gt;1::char_traits&amp;lt;char&amp;gt;, std::&lt;/em&gt;_1::allocator&amp;lt;char&amp;gt; &amp;gt;&apos;&lt;br/&gt;
BSONCXX_ENUM(undefined, 0x06)&lt;br/&gt;
^&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:44:16: note: expanded from macro &apos;BSONCXX_ENUM&apos;&lt;br/&gt;
        return {&quot;expected element type k_&quot; #name}
&lt;p&gt;;&lt;br/&gt;
               ^&lt;br/&gt;
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:193:33: note: template is declared here&lt;br/&gt;
    class _LIBCPP_TYPE_VIS_ONLY basic_string;&lt;br/&gt;
                                ^&lt;br/&gt;
In file included from /Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:45:&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/enums/type.hpp:25:1: error: implicit instantiation of undefined template &apos;std::_&lt;em&gt;1::basic_string&amp;lt;char, std::&lt;/em&gt;&lt;em&gt;1::char_traits&amp;lt;char&amp;gt;, std::&lt;/em&gt;_1::allocator&amp;lt;char&amp;gt; &amp;gt;&apos;&lt;br/&gt;
BSONCXX_ENUM(oid, 0x07)&lt;br/&gt;
^&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:44:16: note: expanded from macro &apos;BSONCXX_ENUM&apos;&lt;br/&gt;
        return &lt;/p&gt;
{&quot;expected element type k_&quot; #name};&lt;br/&gt;
               ^&lt;br/&gt;
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:193:33: note: template is declared here&lt;br/&gt;
    class _LIBCPP_TYPE_VIS_ONLY basic_string;&lt;br/&gt;
                                ^&lt;br/&gt;
In file included from /Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:45:&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/enums/type.hpp:26:1: error: implicit instantiation of undefined template &apos;std::_&lt;em&gt;1::basic_string&amp;lt;char, std::&lt;/em&gt;&lt;em&gt;1::char_traits&amp;lt;char&amp;gt;, std::&lt;/em&gt;_1::allocator&amp;lt;char&amp;gt; &amp;gt;&apos;&lt;br/&gt;
BSONCXX_ENUM(bool, 0x08)&lt;br/&gt;
^&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:44:16: note: expanded from macro &apos;BSONCXX_ENUM&apos;&lt;br/&gt;
        return {&quot;expected element type k_&quot; #name}
&lt;p&gt;;&lt;br/&gt;
               ^&lt;br/&gt;
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:193:33: note: template is declared here&lt;br/&gt;
    class _LIBCPP_TYPE_VIS_ONLY basic_string;&lt;br/&gt;
                                ^&lt;br/&gt;
In file included from /Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:45:&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/enums/type.hpp:27:1: error: implicit instantiation of undefined template &apos;std::_&lt;em&gt;1::basic_string&amp;lt;char, std::&lt;/em&gt;&lt;em&gt;1::char_traits&amp;lt;char&amp;gt;, std::&lt;/em&gt;_1::allocator&amp;lt;char&amp;gt; &amp;gt;&apos;&lt;br/&gt;
BSONCXX_ENUM(date, 0x09)&lt;br/&gt;
^&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:44:16: note: expanded from macro &apos;BSONCXX_ENUM&apos;&lt;br/&gt;
        return &lt;/p&gt;
{&quot;expected element type k_&quot; #name};&lt;br/&gt;
               ^&lt;br/&gt;
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:193:33: note: template is declared here&lt;br/&gt;
    class _LIBCPP_TYPE_VIS_ONLY basic_string;&lt;br/&gt;
                                ^&lt;br/&gt;
In file included from /Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:45:&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/enums/type.hpp:28:1: error: implicit instantiation of undefined template &apos;std::_&lt;em&gt;1::basic_string&amp;lt;char, std::&lt;/em&gt;&lt;em&gt;1::char_traits&amp;lt;char&amp;gt;, std::&lt;/em&gt;_1::allocator&amp;lt;char&amp;gt; &amp;gt;&apos;&lt;br/&gt;
BSONCXX_ENUM(null, 0x0A)&lt;br/&gt;
^&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:44:16: note: expanded from macro &apos;BSONCXX_ENUM&apos;&lt;br/&gt;
        return {&quot;expected element type k_&quot; #name}
&lt;p&gt;;&lt;br/&gt;
               ^&lt;br/&gt;
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:193:33: note: template is declared here&lt;br/&gt;
    class _LIBCPP_TYPE_VIS_ONLY basic_string;&lt;br/&gt;
                                ^&lt;br/&gt;
In file included from /Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:45:&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/enums/type.hpp:29:1: error: implicit instantiation of undefined template &apos;std::_&lt;em&gt;1::basic_string&amp;lt;char, std::&lt;/em&gt;&lt;em&gt;1::char_traits&amp;lt;char&amp;gt;, std::&lt;/em&gt;_1::allocator&amp;lt;char&amp;gt; &amp;gt;&apos;&lt;br/&gt;
BSONCXX_ENUM(regex, 0x0B)&lt;br/&gt;
^&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:44:16: note: expanded from macro &apos;BSONCXX_ENUM&apos;&lt;br/&gt;
        return &lt;/p&gt;
{&quot;expected element type k_&quot; #name};&lt;br/&gt;
               ^&lt;br/&gt;
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:193:33: note: template is declared here&lt;br/&gt;
    class _LIBCPP_TYPE_VIS_ONLY basic_string;&lt;br/&gt;
                                ^&lt;br/&gt;
In file included from /Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:45:&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/enums/type.hpp:30:1: error: implicit instantiation of undefined template &apos;std::_&lt;em&gt;1::basic_string&amp;lt;char, std::&lt;/em&gt;&lt;em&gt;1::char_traits&amp;lt;char&amp;gt;, std::&lt;/em&gt;_1::allocator&amp;lt;char&amp;gt; &amp;gt;&apos;&lt;br/&gt;
BSONCXX_ENUM(dbpointer, 0x0C)&lt;br/&gt;
^&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:44:16: note: expanded from macro &apos;BSONCXX_ENUM&apos;&lt;br/&gt;
        return {&quot;expected element type k_&quot; #name}
&lt;p&gt;;&lt;br/&gt;
               ^&lt;br/&gt;
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:193:33: note: template is declared here&lt;br/&gt;
    class _LIBCPP_TYPE_VIS_ONLY basic_string;&lt;br/&gt;
                                ^&lt;br/&gt;
In file included from /Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:45:&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/enums/type.hpp:31:1: error: implicit instantiation of undefined template &apos;std::_&lt;em&gt;1::basic_string&amp;lt;char, std::&lt;/em&gt;&lt;em&gt;1::char_traits&amp;lt;char&amp;gt;, std::&lt;/em&gt;_1::allocator&amp;lt;char&amp;gt; &amp;gt;&apos;&lt;br/&gt;
BSONCXX_ENUM(code, 0x0D)&lt;br/&gt;
^&lt;br/&gt;
/Path/to/mongo-cxx-driver-r3.0.0/src/bsoncxx/exception/error_code.cpp:44:16: note: expanded from macro &apos;BSONCXX_ENUM&apos;&lt;br/&gt;
        return &lt;/p&gt;
{&quot;expected element type k_&quot; #name}
&lt;p&gt;;&lt;br/&gt;
               ^&lt;br/&gt;
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:193:33: note: template is declared here&lt;br/&gt;
    class _LIBCPP_TYPE_VIS_ONLY basic_string;&lt;br/&gt;
                                ^&lt;br/&gt;
fatal error: too many errors emitted, stopping now &lt;span class=&quot;error&quot;&gt;&amp;#91;-ferror-limit=&amp;#93;&lt;/span&gt;&lt;br/&gt;
20 errors generated.&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;src/bsoncxx/CMakeFiles/bsoncxx.dir/exception/error_code.cpp.o&amp;#93;&lt;/span&gt; Error 1&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;src/bsoncxx/CMakeFiles/bsoncxx.dir/all&amp;#93;&lt;/span&gt; Error 2&lt;br/&gt;
make: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;all&amp;#93;&lt;/span&gt; Error 2&lt;/p&gt;


</description>
                <environment></environment>
        <key id="262740">CXX-838</key>
            <summary>Does not compile on apple-clang-7</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="3">Duplicate</resolution>
                                        <assignee username="andrew.morrow@mongodb.com">Andrew Morrow</assignee>
                                    <reporter username="sroycode">S Roychowdhury</reporter>
                        <labels>
                    </labels>
                <created>Wed, 3 Feb 2016 02:56:18 +0000</created>
                <updated>Thu, 18 Feb 2016 23:57:12 +0000</updated>
                            <resolved>Thu, 18 Feb 2016 23:57:08 +0000</resolved>
                                    <version>3.0.0</version>
                                                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="1178141" author="acm" created="Thu, 18 Feb 2016 23:54:18 +0000"  >&lt;p&gt;Community pull request: &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>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="262497">CXX-836</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|hsi06v:</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>