view .editorconfig @ 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 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab