summaryrefslogtreecommitdiff
path: root/boost/wave/grammars/cpp_value_error.hpp
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:11:01 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:11:01 +0900
commit3fdc3e5ee96dca5b11d1694975a65200787eab86 (patch)
tree5c1733853892b8397d67706fa453a9bd978d2102 /boost/wave/grammars/cpp_value_error.hpp
parent88e602c57797660ebe0f9e15dbd64c1ff16dead3 (diff)
downloadboost-3fdc3e5ee96dca5b11d1694975a65200787eab86.tar.gz
boost-3fdc3e5ee96dca5b11d1694975a65200787eab86.tar.bz2
boost-3fdc3e5ee96dca5b11d1694975a65200787eab86.zip
Imported Upstream version 1.66.0upstream/1.66.0
Diffstat (limited to 'boost/wave/grammars/cpp_value_error.hpp')
-rw-r--r--boost/wave/grammars/cpp_value_error.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/wave/grammars/cpp_value_error.hpp b/boost/wave/grammars/cpp_value_error.hpp
index b1043ea2e6..ff97772fd5 100644
--- a/boost/wave/grammars/cpp_value_error.hpp
+++ b/boost/wave/grammars/cpp_value_error.hpp
@@ -27,7 +27,7 @@ namespace grammars {
//
// value_error enum type
//
-// This is used to encode any error occurred during the evaluation of a
+// This is used to encode any error occurred during the evaluation of a
// conditional preprocessor expression
//
///////////////////////////////////////////////////////////////////////////////
@@ -37,10 +37,10 @@ enum value_error {
error_integer_overflow = 0x2,
error_character_overflow = 0x4
};
-
+
///////////////////////////////////////////////////////////////////////////////
} // namespace grammars
-} // namespace wave
+} // namespace wave
} // namespace boost
// the suffix header occurs after all of the code