about summary refs log tree commit diff stats
path: root/058shape_shifting_container.cc
Commit message (Collapse)AuthorAgeFilesLines
* 2457Kartik K. Agaram2015-11-171-7/+1
|
* 2454Kartik K. Agaram2015-11-171-1/+1
| | | | | | Another gotcha uncovered in the process of sorting out the previous commit: I keep using eof() but forgetting that there are two other states an istream can get into. Just never use eof().
* 2445 - dispatch between shape-shifting variantsKartik K. Agaram2015-11-151-1/+1
| | | | | Starting to leave debug prints around once again, just in case one of them is worth promoting to the trace..
* 2424Kartik K. Agaram2015-11-101-8/+3
|
* 2421 - 'generic' => 'shape-shifting'Kartik K. Agaram2015-11-101-0/+256
More evocative, less jargony.