Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
| From | Daniel Krügler<daniel.kruegler@googlemail.com> |
|---|---|
| Newsgroups | comp.std.c++ |
| Subject | Re: Why is there no standardized "pure" attribute in C++11? |
| Date | 2012-03-12 09:16 -0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <jjk8v6$mul$1@dont-email.me> (permalink) |
| References | <13e83746-a507-44cd-b1c6-1284e305155b@db5g2000vbb.googlegroups.com> |
On 2012-03-12 07:14, snk_kid wrote: > There is only 2-3 standardized C++11 attributes while more can be > added as vendor extensions but I'm surprised something like GCC pure/ > const attributes where not standardized and left to vendor extensions. The simple answer is: Lack of time and resources. There is no doubt that there exists a bunch of useful attributes that could be standardized. Nonetheless you need to invest a lot of energy into defining the right normative wording for them and to ensure that they are implementable. I can only recommend to write up a proposal and publish it e.g. in this newsgroup. If the proposal is useful there is a good chance that someone will forward it to the C++ committee, because currently there is some work in progress for the next standard version. HTH& Greetings from Bremen, Daniel Krügler -- [ 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 — Previous in thread | Find similar
Why is there no standardized "pure" attribute in C++11? snk_kid <korcan.hussein@googlemail.com> - 2012-03-11 23:14 -0700 Re: Why is there no standardized "pure" attribute in C++11? Daniel Krügler<daniel.kruegler@googlemail.com> - 2012-03-12 09:16 -0700
csiph-web