$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (abrahams_at_[hidden])
Date: 2000-10-17 19:50:44
Hi,
I was just trying to use boost::rational<> to test out new support for
numeric types in py_cpp, and I'm finding the documentation missing quite a
lot of important info. For example, what are the constructors? How do you
access the numerator and denominator? I think what's missing here is
basically a table which describes everything in the interface.
-Dave