$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] another metaprogramming question
From: Noah Roberts (roberts.noah_at_[hidden])
Date: 2009-03-16 11:43:09
Steven Watanabe wrote:
> meta<int>::type exists, and since only a pointer to
> it is used it isn't instantiated.
> 
>>   // meta<int>::type x; - yet this will cause compilation error.
> 
> Now meta<int>::type is instantiated, so we get a compilation error.
Of course.  Thanks again.  Your solution ideas do look like they'll do 
what I need.