| Author | lloyd@randombit.net |
|---|---|
| Branch | net.randombit.botan |
| Changelog |
Make the declaration of clear() in base classes pure virtual. So if an implementation wishes to make this operation a no-op it has to explicitly declare it as such, rather than just letting the no-op default in from the base class. (Falko Strenzke was the one who pointed out this was potentially problematic.) |
| Date | 2008-07-18T14:36:05 |
| Oldrevision |
Old revision is: [53e41f9c..] (diff) |
|---|---|
| Patch |
Patch file include/base.h (diff) Patch file include/rng.h (diff) |