comparison libinterp/corefcn/oct-strstrm.h @ 31608:23664317f0d3

maint: merge stable to default
author Rik <rik@octave.org>
date Thu, 01 Dec 2022 20:05:44 -0800
parents dfa5d9c3ae72 aac27ad79be6
children 5f11de0e7440
comparison
equal deleted inserted replaced
31606:dfa5d9c3ae72 31608:23664317f0d3
40 { 40 {
41 public: 41 public:
42 42
43 base_strstream (std::ios::openmode m = std::ios::out, 43 base_strstream (std::ios::openmode m = std::ios::out,
44 mach_info::float_format ff 44 mach_info::float_format ff
45 = mach_info::native_float_format (), 45 = mach_info::native_float_format (),
46 const std::string& encoding = "utf-8") 46 const std::string& encoding = "utf-8")
47 : base_stream (m, ff, encoding) { } 47 : base_stream (m, ff, encoding) { }
48 48
49 // No copying! 49 // No copying!
50 50