about summary refs log tree commit diff stats
path: root/044space_surround.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-04-03 00:46:32 -0700
committerKartik Agaram <vc@akkartik.com>2019-04-03 00:48:40 -0700
commit1c1889172ef8f7f14fe0c28daaddf4117cafd567 (patch)
tree0d43ff114995bdbe01048cbbf747419f7965b831 /044space_surround.cc
parent89672f8680f372ec05429770f54786597829d4ce (diff)
downloadmu-1c1889172ef8f7f14fe0c28daaddf4117cafd567.tar.gz
5053
write-stream-buffered isn't a clean abstraction. Ignoring the 'read' index
of a stream is a hack. It's just saving us the trouble of a rewind-stream.
So make it a helper of pack.subx rather than part of the standard library.
Diffstat (limited to '044space_surround.cc')
0 files changed, 0 insertions, 0 deletions
k K. Agaram <vc@akkartik.com> 2016-03-27 17:43:41 -0700 2812' href='/akkartik/mu/commit/html/038location_array.cc.html?h=hlt&id=a654e4ecace2d506d1b10f1dde2c287ebe84ef37'>a654e4ec ^
e6056999 ^
a654e4ec ^
dcc060c7 ^
a654e4ec ^
e6056999 ^
70f4e9b6 ^
a654e4ec ^

dcc060c7 ^

a654e4ec ^





dcc060c7 ^

a654e4ec ^
dcc060c7 ^




4690ce81 ^

32b8fac2 ^
c842d90b ^
dcc060c7 ^




44c1aeef ^






dcc060c7 ^
44c1aeef ^






dcc060c7 ^
4690ce81 ^
a654e4ec ^
cd9bb850 ^
dcc060c7 ^
a654e4ec ^
dcc060c7 ^






d059fe74 ^
dcc060c7 ^





a654e4ec ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82