<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in rvalue.pass.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>f4c1258d - [libc++] Add an option to disable wide character support in libc++</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/output.streams/ostream.rvalue/rvalue.pass.cpp#f4c1258d</link>
        <description>[libc++] Add an option to disable wide character support in libc++Some embedded platforms do not wish to support the C library functionalityfor handling wchar_t because they have no use for it. It makes sense forlibc++ to work properly on those platforms, so this commit adds a carve-outof functionality for wchar_t.Unfortunately, unlike some other carve-outs (e.g. random device), thispatch touches several parts of the library. However, despite the wideimpact of this patch, I still think it is important to support thisconfiguration since it makes it much simpler to port libc++ to someembedded platforms.Differential Revision: https://reviews.llvm.org/D111265

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/output.streams/ostream.rvalue/rvalue.pass.cpp</description>
        <pubDate>Mon, 23 Aug 2021 19:32:36 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>58549680 - [libc++] Enable the rvalue overloads of operator&lt;&lt; and operator&gt;&gt; even in C++03.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/output.streams/ostream.rvalue/rvalue.pass.cpp#58549680</link>
        <description>[libc++] Enable the rvalue overloads of operator&lt;&lt; and operator&gt;&gt; even in C++03.Continuing to eliminate no-longer-needed uses of _LIBCPP_CXX03_LANG.Differential Revision: https://reviews.llvm.org/D104725

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/output.streams/ostream.rvalue/rvalue.pass.cpp</description>
        <pubDate>Tue, 15 Jun 2021 16:57:05 +0000</pubDate>
        <dc:creator>Arthur O&apos;Dwyer &lt;arthur.j.odwyer@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c90dee1e - [libc++] Re-apply fdc41e11f (LWG1203) without breaking the C++11 build</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/output.streams/ostream.rvalue/rvalue.pass.cpp#c90dee1e</link>
        <description>[libc++] Re-apply fdc41e11f (LWG1203) without breaking the C++11 buildfdc41e11f was reverted in e46c1def5 because it broke the C++11 build.We shouldn&apos;t be using enable_if_t in C++11, instead we must useenable_if&lt;...&gt;::type.

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/output.streams/ostream.rvalue/rvalue.pass.cpp</description>
        <pubDate>Wed, 23 Sep 2020 12:49:00 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>fdc41e11 - [libc++] Implement LWG1203</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/output.streams/ostream.rvalue/rvalue.pass.cpp#fdc41e11</link>
        <description>[libc++] Implement LWG1203Libc++ had an issue where nonsensical code like  decltype(std::stringstream{} &lt;&lt; std::vector&lt;int&gt;{});would compile, as long as you kept the expression inside decltype inan unevaluated operand. This turned out to be that we didn&apos;t implementLWG1203, which clarifies what we should do in that case.rdar://58769296

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/output.streams/ostream.rvalue/rvalue.pass.cpp</description>
        <pubDate>Tue, 22 Sep 2020 19:46:37 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
</channel>
</rss>
