summaryrefslogtreecommitdiff
path: root/boost/wave/cpplexer/token_cache.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/wave/cpplexer/token_cache.hpp')
-rw-r--r--boost/wave/cpplexer/token_cache.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/wave/cpplexer/token_cache.hpp b/boost/wave/cpplexer/token_cache.hpp
index 39f75a2d92..1af66733ce 100644
--- a/boost/wave/cpplexer/token_cache.hpp
+++ b/boost/wave/cpplexer/token_cache.hpp
@@ -32,12 +32,12 @@ namespace cpplexer {
// keywords, operators and other constant language elements.
//
// This avoids repeated construction of these tokens, which is especially
-// effective when used in conjunction with a copy on write string
+// effective when used in conjunction with a copy on write string
// implementation (COW string).
//
///////////////////////////////////////////////////////////////////////////////
template <typename StringT>
-class token_cache
+class token_cache
{
public:
token_cache()
@@ -60,7 +60,7 @@ private:
};
///////////////////////////////////////////////////////////////////////////////
-} // namespace cpplexer
+} // namespace cpplexer
} // namespace wave
} // namespace boost