C++Talk.NET Forum Index C++Talk.NET
C++ language newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Two user defined convertations?

 
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language, library and standards
View previous topic :: View next topic  
Author Message
Immanuel Scholz
Guest





PostPosted: Wed May 12, 2004 5:15 pm    Post subject: Two user defined convertations? Reply with quote



Given the following code:

struct source {};
struct hop {
hop(source) {}
};
struct destination {
destination(hop) {}
};

destination foo() {
return source();
}

I thought function foo may not return a source-class directly, since
this would involve more than one user defined convertation
(source->hop->destination) and this is explicit forbidden by the
standard? (At least to make function calls valid?)

Well, suprisly, it works on some of my tested compilers (MSVC, Digital
Mars C++) while it don't work on others (gcc).

What says the standard about it? May I use more than one conversation
in return values and even claim standard conformity?

Ciao, Imi.


PS:
At least

void bar(destination) {}
...
bar( source() );

did not compile on any compiler I tested - as suspected.

---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]

Back to top
Display posts from previous:   
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language, library and standards All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.