Groups | Search | Server Info | Keyboard shortcuts | Login | Register


Groups > comp.std.c++ > #789

Re: Specifying standard headers that don't require run time support

Message-ID <lnzitm2e50.fsf@kst-u.example.com> (permalink)
Newsgroups comp.std.c++
From Keith Thompson <kst-u@mib.org>
Subject Re: Specifying standard headers that don't require run time support
Organization None to speak of
References <ddpc8vF69dfU5@mid.individual.net>
Date 2016-04-01 19:07 -0600

Show all headers | View raw


Ian Collins <ian-news@this.is.invalid> writes:
> Has there ever been a move to formally identify standard library
> headers that don't require run time (especially dynamic allocation)
> support?  An obvious example would be <array>.
>
> The reason I ask is to make at least a subset of the standard library
> available to smaller embedded projects.

That sounds similar to the existing distinction between hosted and
freestanding implementations.  C++11 17.6.1.3 [compliance] has a list of
the subset of the standard headers that must be supported for
freestanding implementations.  Perhaps <array> (and others?) should be
added to that list.


--
Keith Thompson (The_Other_Keith) kst-u@mib.org  <http://www.ghoti.net/~kst>
Working, but not speaking, for JetHead Development, Inc.
"We must do something.  This is something.  Therefore, we must do this."
    -- Antony Jay and Jonathan Lynn, "Yes Minister"


[ 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++ | PreviousPrevious in thread | Find similar


Thread

Specifying standard headers that don't require run time support Ian Collins <ian-news@this.is.invalid> - 2016-01-05 13:16 -0600
  Re: Specifying standard headers that don't require run time support Martin Bonner <martinfrompi@yahoo.co.uk> - 2016-01-15 13:07 -0600
  Re: Specifying standard headers that don't require run time support Bo Persson <bop@gmb.dk> - 2016-01-15 13:07 -0600
    Re: Specifying standard headers that don't require run time support Francis Glassborow <francis.glassborow@btinternet.com> - 2016-02-08 11:27 -0600
    Re: Specifying standard headers that don't require run time support Wouter van Ooijen <wouter@voti.nl> - 2016-02-08 11:27 -0600
      Re: Specifying standard headers that don't require run time support Ian Collins <ian-news@this.is.invalid> - 2016-02-20 15:18 -0600
  Re: Specifying standard headers that don't require run time support Keith Thompson <kst-u@mib.org> - 2016-04-01 19:07 -0600

csiph-web