summaryrefslogtreecommitdiff
path: root/src/context/cdlist.h
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2013-04-26 17:10:21 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2013-04-26 17:10:21 -0400
commit9098391fe334d829ec4101f190b8f1fa21c30752 (patch)
treeb134fc1fe1c767a50013e1449330ca6a7ee18a3d /src/context/cdlist.h
parenta9174ce4dc3939bbe14c9aa1fd11c79c7877eb16 (diff)
FCSimplex branch merge
Diffstat (limited to 'src/context/cdlist.h')
-rw-r--r--src/context/cdlist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/context/cdlist.h b/src/context/cdlist.h
index bf3bf5245..47d112cd8 100644
--- a/src/context/cdlist.h
+++ b/src/context/cdlist.h
@@ -52,6 +52,7 @@ public:
/** The value type with which this CDList<> was instantiated. */
typedef T value_type;
+ /** The cleanup type with which this CDList<> was instantiated. */
typedef CleanUpT CleanUp;
/** The allocator type with which this CDList<> was instantiated. */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback