diff options
-rw-r--r-- | 033exclusive_container.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/033exclusive_container.cc b/033exclusive_container.cc index a24df65d..cf55598e 100644 --- a/033exclusive_container.cc +++ b/033exclusive_container.cc @@ -16,8 +16,8 @@ get(Type, tmp).elements.push_back(reagent("p:point")); } //: Tests in this layer often explicitly set up memory before reading it as an -//: array. Don't do this in general. I'm tagging exceptions with /raw to avoid -//: errors. +//: array. Don't do this in general. I'm tagging exceptions with /raw to keep +//: checks in future layers from flagging them. :(scenario copy_exclusive_container) # Copying exclusive containers copies all their contents and an extra location for the tag. def main [ |