Namespaces
Variants
Views
Actions

Difference between revisions of "c/11"

From cppreference.com
< c
m (Feature test macros for optional features)
m (New language features: _Static_assert)
Line 23: Line 23:
 
* Fine-grained [[c/language/eval order|evaluation order]]
 
* Fine-grained [[c/language/eval order|evaluation order]]
 
* Extending the lifetime of [[c/language/lifetime#Temporary lifetime|temporary objects]]
 
* Extending the lifetime of [[c/language/lifetime#Temporary lifetime|temporary objects]]
 +
* {{ltt|c/language/_Static_assert}}
 
* [[c/language/analyzability|Analyzability]]
 
* [[c/language/analyzability|Analyzability]]
  

Revision as of 01:49, 6 August 2021

ISO/IEC 9899:2011, a.k.a. C11, is a previous revision of the C standard.

Contents

Obsolete

Removed

New language features

Feature test macros for optional features

New library features

New headers

  • <stdalign.h>
  • <stdatomic.h>
  • <stdnoreturn.h>
  • <threads.h>
  • <uchar.h>

Library features

Defect reports

Template:c/language/history/DR11

Compiler support

Template:c/compiler support/11