<?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: shared_ptr aliasing constructor</title>
	<link>https://codesynthesis.com/~boris/blog//2012/04/25/shared-ptr-aliasing-constructor/</link>
	<description>Boris Kolpackov's blog about software</description>
	<pubDate>Tue, 07 Apr 2026 10:41:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Marek</title>
		<link>https://codesynthesis.com/~boris/blog//2012/04/25/shared-ptr-aliasing-constructor/#comment-2000</link>
		<author>Marek</author>
		<pubDate>Thu, 26 Apr 2012 07:59:50 +0000</pubDate>
		<guid>https://codesynthesis.com/~boris/blog//2012/04/25/shared-ptr-aliasing-constructor/#comment-2000</guid>
		<description>Hi, nice article, I didn't know about the aliasing ctor. I think you should replace std::size_t by std::intptr_t or std::uintptr_t to more clearly communicate your intend to hold pointer value inside a integer variable (i know size_t is an equialent to uintptr_t).</description>
		<content:encoded><![CDATA[<p>Hi, nice article, I didn&#8217;t know about the aliasing ctor. I think you should replace std::size_t by std::intptr_t or std::uintptr_t to more clearly communicate your intend to hold pointer value inside a integer variable (i know size_t is an equialent to uintptr_t).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
