diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-05-07 10:36:00 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-05-07 10:36:00 -0700 |
commit | db2617ee10717b827f524647a37e5924a676017e (patch) | |
tree | 9ff77f7bbd894abca3cfbf7123f64abe57ff908a | |
parent | 5ba4eab4dc752c6e4481a5052d21530c7a0999ea (diff) | |
download | mu-db2617ee10717b827f524647a37e5924a676017e.tar.gz |
2936
-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 [ |