|
Boost : |
From: Reece Dunn (msclrhd_at_[hidden])
Date: 2003-05-23 08:36:05
I have written an outputter deducer for my library that can identify the
type of the data being outputted and generate a default outputter structure
for it without the need for a rewrite of the library as I initially thought,
allowing the much simpler:
int nD[ 2 ][ 3 ] = { ... };
std::cout << boost::io::formatob( nD );
At the moment, I have this working for GCC only, since it makes heavy use of
partial specialization and integral constants. I am looking at getting this
working on the Borland compiler. I have not tested it on VC7.1, because I do
not have it yet.
I am also looking at providing better GCC support and making some general
improvements. This is not a source post as there is still work to be done.
Hopefully, I should have more of the documentation done as well.
Regards,
Reece
_________________________________________________________________
On the move? Get Hotmail on your mobile phone http://www.msn.co.uk/msnmobile
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk