view .dir-locals.el @ 20653:c16947991354

avoid fixed-size buffers in index exception code * lo-array-gripes.h, lo-array-gripes.cc (index_exception::expression): Use std::ostringstream instead of fixed size buffer. (gripe_invalid_index): Likewise. (out_of_range::details): Likewise. (index_exception::index_exception): Set default dim value to -1. * ov-complex.h, ov-complex.cc (gripe_complex_index): Now static. Pass arg by const reference instead of value. Use std::ostringstream instead of fixed size buffer. (octave_complex::index_vector): Move definition out of header file.
author John W. Eaton <jwe@octave.org>
date Thu, 22 Oct 2015 12:48:49 -0400
parents 9ff04de067ce
children df203b20cfc6
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)
       (eval . (when (and (buffer-file-name)
                          (string-match-p "\\.h\\'" (buffer-file-name))
                          (not (string-match-p "/gnulib/" (buffer-file-name))))
                 (c++-mode)
                 (c-set-style "gnu")))))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))