bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#40671: [DOC] modify literal objects


From: Dmitry Gutov
Subject: bug#40671: [DOC] modify literal objects
Date: Wed, 29 Apr 2020 02:53:15 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

On 29.04.2020 02:10, Paul Eggert wrote:
terminology used by C/C++/Fortran

Quote from https://en.cppreference.com/w/cpp/language/cv:

const object - an object whose type is const-qualified, or a non-mutable subobject of a const object. Such object _cannot_ be modified: attempt to do so directly is a _compile-time error_, and attempt to do so indirectly (e.g., by modifying the const object through a reference or pointer to non-const type) results in undefined behavior.

Emphasis mine.

I'll take a look at the commit, thanks.





reply via email to

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