summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/GrammarUtil.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-06-28 11:52:02 +0000
committerMarc Laukien <marc@zeroc.com>2002-06-28 11:52:02 +0000
commitb670d2ad8efc8944393b477bca9b386a5b989aaa (patch)
tree575c3dddd3d7c36f2184af85e237d78ab4f48d73 /cpp/src/Slice/GrammarUtil.h
parentcomments (diff)
downloadice-b670d2ad8efc8944393b477bca9b386a5b989aaa.tar.bz2
ice-b670d2ad8efc8944393b477bca9b386a5b989aaa.tar.xz
ice-b670d2ad8efc8944393b477bca9b386a5b989aaa.zip
comments
Diffstat (limited to 'cpp/src/Slice/GrammarUtil.h')
-rw-r--r--cpp/src/Slice/GrammarUtil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/GrammarUtil.h b/cpp/src/Slice/GrammarUtil.h
index 6e70b9f2eeb..889ad02d797 100644
--- a/cpp/src/Slice/GrammarUtil.h
+++ b/cpp/src/Slice/GrammarUtil.h
@@ -23,7 +23,7 @@ namespace Slice
//
struct CICompare : public std::binary_function<std::string, std::string, bool>
{
- // TODO: ML: Make non-inline.
+ // TODO: ML: Make non-inline. (Not necessary if moved to Scanner.l)
bool operator()(const std::string& s1, const std::string& s2) const
{
std::string::const_iterator p1 = s1.begin();