about summary refs log tree commit diff
path: root/src/rt/rust_kernel.cpp
diff options
context:
space:
mode:
authorJesse Jones <jesse9jones@gmail.com>2012-12-08 20:12:12 -0800
committerBrian Anderson <banderson@mozilla.com>2012-12-15 22:38:20 -0800
commitcf1c3d2da0cb6ebc4c34c122cde3a76523417ed4 (patch)
tree80baa84b0c759fcd0cf882ae49b652a5eb768f2d /src/rt/rust_kernel.cpp
parentfc740a729721d5063be367de99b5fcb62a99f2d7 (diff)
downloadrust-cf1c3d2da0cb6ebc4c34c122cde3a76523417ed4.tar.gz
rust-cf1c3d2da0cb6ebc4c34c122cde3a76523417ed4.zip
polymorphic indexed_list fixes:
1) indexed_list no longer has virtual methods. It's not actually subclassed
and there is very rarely good reason to subclass collection classes.
2) Added a virtual dtor to indexed_list_object which is intended to be
subclassed. This allows derived dtors to be called if the object is
deleted with a indexed_list_object*.
Diffstat (limited to 'src/rt/rust_kernel.cpp')
0 files changed, 0 insertions, 0 deletions