summaryrefslogtreecommitdiff
path: root/boost/date_time/date_formatting.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/date_time/date_formatting.hpp')
-rw-r--r--boost/date_time/date_formatting.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/boost/date_time/date_formatting.hpp b/boost/date_time/date_formatting.hpp
index 0903c75bfb..d4ca3dd27c 100644
--- a/boost/date_time/date_formatting.hpp
+++ b/boost/date_time/date_formatting.hpp
@@ -6,7 +6,7 @@
* Boost Software License, Version 1.0. (See accompanying
* file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
* Author: Jeff Garland, Bart Garst
- * $Date: 2012-07-27 11:15:55 -0700 (Fri, 27 Jul 2012) $
+ * $Date$
*/
#include "boost/date_time/iso_format.hpp"
@@ -54,7 +54,9 @@ namespace date_time {
os << std::setw(2) << std::setfill(os.widen('0')) << month.as_number();
break;
}
-
+ default:
+ break;
+
}
return os;
} // format_month