summaryrefslogtreecommitdiff
path: root/boost/predef/make.h
diff options
context:
space:
mode:
Diffstat (limited to 'boost/predef/make.h')
-rw-r--r--boost/predef/make.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/predef/make.h b/boost/predef/make.h
index f8c28d19d7..4f2f9ee761 100644
--- a/boost/predef/make.h
+++ b/boost/predef/make.h
@@ -1,5 +1,5 @@
/*
-Copyright Rene Rivera 2008-2013
+Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
@@ -84,6 +84,6 @@ If the day is not available, but the month is, the 1st of the month is used as t
/*` `BOOST_PREDEF_MAKE_YYYY(V)` */
#define BOOST_PREDEF_MAKE_YYYY(V) BOOST_PREDEF_MAKE_DATE(V,1,1)
/*` `BOOST_PREDEF_MAKE_YYYYMM(V)` */
-#define BOOST_PREDEF_MAKE_YYYYMM(V) BOOST_PREDEF_MAKE_DATE((V)/100,(V),1)
+#define BOOST_PREDEF_MAKE_YYYYMM(V) BOOST_PREDEF_MAKE_DATE((V)/100,(V)%100,1)
#endif