summaryrefslogtreecommitdiff
path: root/boost/date_time/gregorian/greg_month.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/date_time/gregorian/greg_month.hpp')
-rw-r--r--boost/date_time/gregorian/greg_month.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/boost/date_time/gregorian/greg_month.hpp b/boost/date_time/gregorian/greg_month.hpp
index d483f77424..d46343353f 100644
--- a/boost/date_time/gregorian/greg_month.hpp
+++ b/boost/date_time/gregorian/greg_month.hpp
@@ -9,10 +9,10 @@
* $Date$
*/
-#include "boost/date_time/constrained_value.hpp"
-#include "boost/date_time/date_defs.hpp"
-#include "boost/shared_ptr.hpp"
-#include "boost/date_time/compiler_config.hpp"
+#include <boost/date_time/constrained_value.hpp>
+#include <boost/date_time/date_defs.hpp>
+#include <boost/shared_ptr.hpp>
+#include <boost/date_time/compiler_config.hpp>
#include <stdexcept>
#include <string>
#include <map>
@@ -41,7 +41,7 @@ namespace gregorian {
using date_time::NumMonths;
//! Exception thrown if a greg_month is constructed with a value out of range
- struct bad_month : public std::out_of_range
+ struct BOOST_SYMBOL_VISIBLE bad_month : public std::out_of_range
{
bad_month() : std::out_of_range(std::string("Month number is out of range 1..12")) {}
};