summaryrefslogtreecommitdiff
path: root/indra/llcommon/llstl.h
diff options
context:
space:
mode:
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:
//