Ticket #583: libs-mpl-test-integral_c_cpp.patch

File libs-mpl-test-integral_c_cpp.patch, 486 bytes (added by Thomas Witt, 15 years ago)
  • libs/mpl/test/integral_c.cpp

    diff -ru boost_1_34_0/libs/mpl/test/integral_c.cpp boost_1_34_0_ibm/libs/mpl/test/integral_c.cpp
    old new  
    1111// $Date: 2005/05/14 16:00:57 $
    1212// $Revision: 1.5 $
    1313
     14#if defined(__IBMCPP__)
     15#pragma options chars=signed
     16#endif
     17
    1418#include <boost/mpl/integral_c.hpp>
    1519#include <boost/preprocessor/repeat.hpp>
    1620