Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
| From | Edward Diener <eldiener@tropicsoft.invalid> |
|---|---|
| Newsgroups | comp.std.c++ |
| Subject | Compound types as functions in latest C++ standard |
| Date | 2011-05-01 12:52 -0600 |
| Organization | A noiseless patient Spider |
| Message-ID | <ipk3tb$6jd$1@dont-email.me> (permalink) |
In the latest C++ standard document (n3290) in section 3.9.2 part 1, where it mentions the ways in which compound types can be constructed I read: "— functions, which have parameters of given types and return void or references or objects of a given type, 8.3.5;" Should not this say "... return void or references or pointers or objects of a given type, 8.3.5;", or better yet just say "... return void or given types, 8.3.5;". -- [ comp.std.c++ is moderated. To submit articles, try posting with your ] [ newsreader. If that fails, use mailto:std-cpp-submit@vandevoorde.com ] [ --- Please see the FAQ before posting. --- ] [ FAQ: http://www.comeaucomputing.com/csc/faq.html ]
Back to comp.std.c++ | Previous | Next — Next in thread | Find similar
Compound types as functions in latest C++ standard Edward Diener <eldiener@tropicsoft.invalid> - 2011-05-01 12:52 -0600
Re: Compound types as functions in latest C++ standard Francis Glassborow<francis.glassborow@btinternet.com> - 2011-05-02 13:10 -0600
Re: Compound types as functions in latest C++ standard Edward Diener <eldiener@tropicsoft.invalid> - 2011-05-03 19:32 -0600
Re: Compound types as functions in latest C++ standard Pete Becker <pete@versatilecoding.com> - 2011-05-04 12:46 -0600
Re: Compound types as functions in latest C++ standard Daniel Krügler<daniel.kruegler@googlemail.com> - 2011-05-02 13:10 -0600
Re: Compound types as functions in latest C++ standard Johannes Schaub<schaub.johannes@googlemail.com> - 2011-05-02 13:11 -0600
Re: Compound types as functions in latest C++ standard Francis Glassborow <francis.glassborow@btinternet.com> - 2011-05-02 16:59 -0600
csiph-web