$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Shifted Pointer] Review Request
From: Phil Bouchard (philippe_at_[hidden])
Date: 2011-04-22 03:30:59
On 4/22/2011 12:17 AM, Ilya Sokolov wrote:
>> shifted_ptr<int> v = new shifted<int>(11);
>
> @Phil Bouchard: shouldn't the constructor be explicit?
I am not under the impression that is a necessity.
-Phil