Boost logo

Boost :

From: Reece Dunn (msclrhd_at_[hidden])
Date: 2003-04-17 08:18:06


Thanks for the responses to my question. My generic list formatting library
used the
   const T & const ref;
construct when passing values. This was because I had been looking at the
spirit library and read
   T const & ref;
as
   T & const ref;

I then interpreted that in the way pointers and const work. My mistake.

The first response answered my question, and I have reverted back to using
   const T & ref;
in the code. I did not expect it to produce a large discussion.

-rhd-
mailto:msclrhd_at_[hidden]

_________________________________________________________________


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk