Boost logo

Boost :

From: Chris Little (cslittle_at_[hidden])
Date: 2002-05-28 08:14:47


on 5/27/02 11:19 PM, Paul Mensonides at pmenso57_at_[hidden] wrote:

> <kaoru_at_[hidden]> wrote in message news:Pine.LNX.4.32.0205271942220.27436-
>> I'm currently in the process of redesining & rewriting those classes
>> to make use of additional knowledge of C++ programming that I've
>> picked up since their original implementation and this will definitely
>> come in handy. Thanks for sharing your technique; it will surely help
>> the readability of the new implementation.
>
> Did you happen to test it on another implementation besides VC++7 or Comeau
> C++?
> I'm curious about the results--preprocessors can be finnicky.
>
> Paul Mensonides
>

Metrowerks CWP 7.2 on Mac:

/* #line 51 "Preprocessor.cpp" /* stack depth 0 */
int main() {
std::cout << 10 << &std::endl;
return 0;
}

With error

/* #line 52 "Preprocessor.cpp" /* stack depth 0 */
int main() {
std::cout << (ERROR_NO_AVAILABLE_CONCAT)(1, 0) << &std::endl;
return 0;
}

Chris


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