diff options
author | Roger Leigh <rleigh@debian.org> | 2009-07-11 21:30:47 +0100 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2009-07-11 21:32:14 +0100 |
commit | 06559fbfed0b9c84a1549725e504fee190ae3ee2 (patch) | |
tree | 756c98fca787e7687178e729964593833c649b95 /TODO | |
parent | cd45e35e903396a66f163cba6931b8e5cf85c9ce (diff) | |
download | schroot-06559fbfed0b9c84a1549725e504fee190ae3ee2.tar.gz |
[TODO] Remove virtual inheritance
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -132,3 +132,6 @@ SESSION_CREATE | SESSION_CLONE confusion. When is it appropriate to set SESSION_CREATE? Should already created sessions set it? Define operator &= and |= for enum types defining | and & operators. + +Remove use of virtual public for sbuild::chroot inheritance, since +it breaks the default copy constructors. |