view .editorconfig @ 31468:777a42ebe45b

use opaque pointer for octave_legacy_range data member * ov-legacy-range.h: Use forward declaration of Range class. (octave_legacy_range::m_range): Use std::unique_ptr<Range> to hide details of Range type. Change all uses. * ov-legacy-range.h, ov-legacy-range.cc: Include Range.h in .cc file instead of .h file. (octave_legacy_range::octave_legacy_range): Define custom copy construtor instead of using default.
author John W. Eaton <jwe@octave.org>
date Thu, 17 Nov 2022 13:48:20 -0500
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