[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]
    Search the FAQ Archives

Part1 - Part2 - Part3 - Part4 - Part5 - Part6 - Part7 - Single Page

Top Document: comp.windows.x Frequently Asked Questions (FAQ) 3/7
Previous Document: 68)! What is Fresco? When is Fresco rumored to be available?
Next Document: 70) What is Broadway?


69) Does Fresco work with g++ 2.5.8?



No; g++ does not cope with the use of explicitly-scoped nested type names as
formal parameter types of return types for member functions.  For example,
the following class definition will not compile with g++:

        class Event {
        public:
            typedef void *Data;

            Event::Data get_data(void);
            int set_data(Event::Data new_data);
        };

Cygnus is aware of this problem and claims it's fixed in the next release of
g++.

[from matt@x.org (Matt Landau)]



Top Document: comp.windows.x Frequently Asked Questions (FAQ) 3/7
Previous Document: 68)! What is Fresco? When is Fresco rumored to be available?
Next Document: 70) What is Broadway?

Part1 - Part2 - Part3 - Part4 - Part5 - Part6 - Part7 - Single Page


[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
faq%craft@uunet.uu.net (X FAQ maintenance address)

Last Update September 07 2008 @ 00:13 AM

© 2008 FAQS.ORG. All rights reserved.