view .dir-locals.el @ 32194:b9cabe8a9fb0

Erase std::vector elements in stack frame destructor instead of overwriting (patch #10366). * libinterp/corefcn/stack-frame.cc (~base_value_stack_frame): Erase elements in the destructor instead of overwriting them with temporary objects that would be deleted immediately afterwards anyway.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 15 Jul 2023 10:52:57 +0200
parents df203b20cfc6
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))