$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: steven.robbins_at_[hidden]
Date: 2004-09-10 05:31:37
Hi,
Most of the boost libraries' implementation is either in header files,
or in a compiled library. Class boost::random_device is an exception:
the implementation is found in libs/random/random_device.cpp, but this
file is not built into any library.
This issue has been raised by a Debian user (http://bugs.debian.org/261719)
and earlier (http://listarchives.boost.org/MailArchives/boost-users/msg03506.php)
but never addressed.
I wanted to confirm whether this is a bug or is by design.
Thanks,
-Steve