lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

C++ standards


From: David Kastrup
Subject: C++ standards
Date: Thu, 05 Jul 2018 20:02:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

What C++ standard should we be able to ask for?  I think that at the
current point of time, C++11 should be reasonably fine for the asking.
That would have the advantage that we would have a few more STL
container types to choose from and some more functionality.  I think
that we should be able to retire std-vector.hh as well (which is
basically there for ensuring that there is a data () member function I
think).

It would also be slightly less frustrating to programmers used to living
on the edge of standards (not that C++11 would be anywhere near the edge
nowadays).

Would we need some autoconf tests?  Should we provide some --std=c++11
option or similar at least to gcc?

-- 
David Kastrup



reply via email to

[Prev in Thread] Current Thread [Next in Thread]