On 03/27/2013 05:55 PM, Timon Gehr wrote:
...

  - No mutable variables/fields are loaded or stored that were not
    allocated during the same CTFE execution.
...

On second thought, probably loading of the value of initialized mutable static variables should be allowed, so that it is easy to assemble mutable object graphs at compile time. (it would still not be allowed to modify the fields of referenced objects.)

Reply via email to