comparison src/oct-stream.cc @ 3535:c5ebcd5d25a9

[project @ 2000-02-02 11:55:49 by jwe]
author jwe
date Wed, 02 Feb 2000 11:55:49 +0000
parents 096ad38d7ab5
children e8fbc8c3d6d9
comparison
equal deleted inserted replaced
3534:096ad38d7ab5 3535:c5ebcd5d25a9
27 #include <cassert> 27 #include <cassert>
28 #include <cstring> 28 #include <cstring>
29 29
30 #include <iomanip> 30 #include <iomanip>
31 #include <strstream> 31 #include <strstream>
32 #include <string>
32 33
33 #include "lo-ieee.h" 34 #include "lo-ieee.h"
34 #include "lo-mappers.h" 35 #include "lo-mappers.h"
35 #include "lo-utils.h" 36 #include "lo-utils.h"
36 #include "str-vec.h" 37 #include "str-vec.h"
272 delete buf; 273 delete buf;
273 buf = 0; 274 buf = 0;
274 } 275 }
275 } 276 }
276 277
277 static string 278 static std::string
278 expand_char_class (const std::string& s) 279 expand_char_class (const std::string& s)
279 { 280 {
280 std::string retval; 281 std::string retval;
281 282
282 size_t len = s.length (); 283 size_t len = s.length ();