log

age author description
Tue, 23 Jun 2015 17:14:09 -0500 Eris Caffee Fleshed out Queue::generic_iterator a bit more to make it a more or less complete example of implmenting an iterator.default tip
Tue, 23 Jun 2015 15:46:22 -0500 Eris Caffee Slight tweak to the iterator for Queue to make it return values by reference.
Tue, 23 Jun 2015 15:27:26 -0500 Eris Caffee Refactored Queue's iterator and const_iterator into a template.
Tue, 23 Jun 2015 14:52:17 -0500 Eris Caffee Updated Queue to have a const_iterator too and to support a copy constructor (problem 1.3.41
Tue, 23 Jun 2015 12:28:03 -0500 Eris Caffee 1.3.38 Stack based implementation. Code not tested.
Tue, 23 Jun 2015 11:02:31 -0500 Eris Caffee 1.3.44 Ugh. I would never use this in real life but it seems to be what they want.
Tue, 23 Jun 2015 10:17:43 -0500 Eris Caffee MErged changes from home and server.