From: Steffen Nurpmeso <sdaoden@yandex.com> To: discuss@mdocml.bsd.lv Cc: Peter Bray <pdb_ml@yahoo.com.au> Subject: Re: mdocml [CVS_2015_11_07] C++ Declaration Guards Date: Wed, 11 Nov 2015 11:57:47 +0100 [thread overview] Message-ID: <20151111105747.-gIk9CSpP%sdaoden@yandex.com> (raw) In-Reply-To: <20151107142523.GA1186@britannica.bec.de> Joerg Sonnenberger <joerg@britannica.bec.de> wrote: |On Sat, Nov 07, 2015 at 03:06:30PM +0100, Ingo Schwarze wrote: |> Besides, i want to strongly discourage any use of C++ in |Seriously, please don't call groff C++. It is not. It is C with classes. |It doesn't even use the most fundamental data types like vectors. Luckily that is! The C++ standard types are plain shit for most use cases i can think about due to the completely useless copy-creation + original-object-destruction that takes place upon resizes etc. Yes you can use <T *> instead -- and then loose ptr management. Maybe some kind of auto_ptr<> exists in the meantime. Uff. And the terrible bloat. Granted that things may have changed since "The C++ Programming Language, Third Edition". But i hope the compilers of the future will continue to support "-fno-rtti -fno-exceptions" plus. --steffen -- To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv
prev parent reply other threads:[~2015-11-11 10:57 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2015-11-07 3:29 Peter Bray 2015-11-07 3:37 ` Guy Harris 2015-11-07 14:06 ` Ingo Schwarze 2015-11-07 14:25 ` Joerg Sonnenberger 2015-11-07 14:34 ` Ingo Schwarze 2015-11-07 14:37 ` Joerg Sonnenberger 2015-11-11 10:57 ` Steffen Nurpmeso [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20151111105747.-gIk9CSpP%sdaoden@yandex.com \ --to=sdaoden@yandex.com \ --cc=discuss@mdocml.bsd.lv \ --cc=pdb_ml@yahoo.com.au \ --subject='Re: mdocml [CVS_2015_11_07] C++ Declaration Guards' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).