Ticket #5761: print.patch

File print.patch, 350 bytes (added by Alexander Lobov <alexanderlobov@…>, 11 years ago)

Patch for trunk svn version

  • boost/mpl/print.hpp

     
    4848#endif
    4949{
    5050#if defined(BOOST_MSVC)
    51     enum { n = sizeof(T) + -1 };
     51    enum { n = sizeof(T) + 1 };
    5252#elif defined(__MWERKS__)
    5353    void f(int);
    5454#else