$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (beman_at_[hidden])
Date: 2000-11-07 13:22:48
At 04:56 PM 11/7/2000 +0000, Kevlin Henney wrote:
>>* What's the typical sizeof() of an object of class any?
>
>Interesting: Do we wish to be documenting at this level for Boost
>classes in general?
In general, no. But class any is a bit of an odd-ball in that it is so
flexible with regard to types, and that raised the question in my mind. I
found myself looking at the actual code. That's why the issue was raised.
--Beman