<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Efficient argument passing in C++11, Part 2</title>
	<link>https://codesynthesis.com/~boris/blog//2012/06/26/efficient-argument-passing-cxx11-part2/</link>
	<description>Boris Kolpackov's blog about software</description>
	<pubDate>Sun, 05 Apr 2026 19:13:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Boris Kolpackov</title>
		<link>https://codesynthesis.com/~boris/blog//2012/06/26/efficient-argument-passing-cxx11-part2/#comment-2143</link>
		<author>Boris Kolpackov</author>
		<pubDate>Tue, 26 Jun 2012 17:19:41 +0000</pubDate>
		<guid>https://codesynthesis.com/~boris/blog//2012/06/26/efficient-argument-passing-cxx11-part2/#comment-2143</guid>
		<description>Fixed, thanks!</description>
		<content:encoded><![CDATA[<p>Fixed, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CS</title>
		<link>https://codesynthesis.com/~boris/blog//2012/06/26/efficient-argument-passing-cxx11-part2/#comment-2142</link>
		<author>CS</author>
		<pubDate>Tue, 26 Jun 2012 16:32:58 +0000</pubDate>
		<guid>https://codesynthesis.com/~boris/blog//2012/06/26/efficient-argument-passing-cxx11-part2/#comment-2142</guid>
		<description>This will pass by reference and be both in/out parameter:
    void f (std::string&#38;);       // value

I think you mean:
    void f (std::string);       // value</description>
		<content:encoded><![CDATA[<p>This will pass by reference and be both in/out parameter:<br />
    void f (std::string&amp;);       // value</p>
<p>I think you mean:<br />
    void f (std::string);       // value</p>
]]></content:encoded>
	</item>
</channel>
</rss>
