|
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? See reader questions & answers on this topic! - Help others by sharing your knowledge
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 | Web FAQs | Documents | RFC Index ] Send corrections/additions to the FAQ Maintainer: faq%craft@uunet.uu.net (X FAQ maintenance address)
Last Update November 21 2011 @ 01:00 PM
|
