diff options
author | Mike Buland <eichlan@xagasoft.com> | 2009-08-20 22:25:50 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2009-08-20 22:25:50 +0000 |
commit | 539d6bf53bcece62e29d3d7d900b83dc03275b65 (patch) | |
tree | 913ca2fc435fd94ccbbb67b482b3f59a3cdbcb51 /src/list.cpp | |
parent | f01674e99a467e9eb99323130a1e1add4c57eda2 (diff) | |
download | libbu++-539d6bf53bcece62e29d3d7d900b83dc03275b65.tar.gz libbu++-539d6bf53bcece62e29d3d7d900b83dc03275b65.tar.bz2 libbu++-539d6bf53bcece62e29d3d7d900b83dc03275b65.tar.xz libbu++-539d6bf53bcece62e29d3d7d900b83dc03275b65.zip |
Added a typedef to the cache, and most list manipulation functions now return
a reference to the list, so you can chain appends and whatnot.
Diffstat (limited to 'src/list.cpp')
-rw-r--r-- | src/list.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/list.cpp b/src/list.cpp index 3f77b5c..bc7c2eb 100644 --- a/src/list.cpp +++ b/src/list.cpp | |||
@@ -7,4 +7,3 @@ | |||
7 | 7 | ||
8 | #include "bu/list.h" | 8 | #include "bu/list.h" |
9 | 9 | ||
10 | template class Bu::List<int>; | ||