summaryrefslogtreecommitdiff
path: root/indra/llcommon/llstl.h
diff options
context:
space:
mode:
authorAaron Brashears <aaronb@lindenlab.com>2007-01-03 21:05:41 +0000
committerAaron Brashears <aaronb@lindenlab.com>2007-01-03 21:05:41 +0000
commit4617a37edfc291a0942027231691bdbf6109b9cb (patch)
tree5745c5e3dee0568be67d48242814d2654d80c9de /indra/llcommon/llstl.h
parent2b291c2732b583911c0d98c30dbfedfd4022babb (diff)
corrected, removed, and updated comments throughout the code to be more useful. no code changes. SL-13762
Diffstat (limited to 'indra/llcommon/llstl.h')
-rw-r--r--indra/llcommon/llstl.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/indra/llcommon/llstl.h b/indra/llcommon/llstl.h
index 61d83f7259..8a32a04fc2 100644
--- a/indra/llcommon/llstl.h
+++ b/indra/llcommon/llstl.h
@@ -97,10 +97,11 @@ struct DeletePairedPointerArray
// Alternate version of the above so that has a more cumbersome
-// syntax, but it can be used with compositional functors. *FIX: The
-// functor retuns a bool because msdev bombs during the composition if
-// you return void. Once we upgrade to a newer compiler, the second
-// unary_function template parameter can be set to void.
+// syntax, but it can be used with compositional functors.
+// NOTE: The functor retuns a bool because msdev bombs during the
+// composition if you return void. Once we upgrade to a newer
+// compiler, the second unary_function template parameter can be set
+// to void.
//
// Here's a snippit showing how you use this object:
//