[Boost-bugs] [Boost C++ Libraries] #11022: fix the macro BOOST_PREDEF_MAKE_YYYYMM(V)

Subject: [Boost-bugs] [Boost C++ Libraries] #11022: fix the macro BOOST_PREDEF_MAKE_YYYYMM(V)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-02-13 17:47:10


#11022: fix the macro BOOST_PREDEF_MAKE_YYYYMM(V)
--------------------------------------+---------------------
 Reporter: rick68@… | Owner: grafik
     Type: Patches | Status: new
Milestone: To Be Determined | Component: predef
  Version: Boost 1.57.0 | Severity: Problem
 Keywords: BOOST_PREDEF_MAKE_YYYYMM |
--------------------------------------+---------------------
 --- boost/predef/make.h.orig 2014-07-10 21:53:53.000000000 +0800
 +++ boost/predef/make.h 2015-02-14 01:37:34.124972456 +0800
 @@ -82,6 +82,6 @@
  /*` `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

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11022>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:17 UTC