$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Boost.Pool] TR1?
From: Phil Bouchard (philippe_at_[hidden])
Date: 2011-04-14 00:27:44
On 4/13/2011 8:56 PM, Steven Watanabe wrote:
>
> You're missing the point. The only thing the standard
> guarantees about casting a pointer to intptr_t is
> that it's reversible.
7.4.1.5 Integer types capable of holding object pointers
It sounds to me I can save the value of cast to an integer and do
whatever I want with it such as ordering.
-Phil