Project

General

Profile

Actions

Feature #216

open

Feature #215: Volatile access

Volatile type qualifier

Feature #216: Volatile type qualifier

Added by Eugen Wissner 5 days ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Language
Start date:
Due date:
% Done:

0%

Estimated time:

Description

A new type qualifier volatile should be introduced.

constant_type should be generalized to qualified_type which contains a bit field with qualifies. When reading const volatile T if a qualifier is already set, the code should be rejected, the same as const const T is rejected today, so volatile const volatile T is not valid, and volatile const T and const volatile T are the same types.

Assignment and comparison rules are the same as for const.

No data to display

Actions

Also available in: PDF Atom