Ignore:
Timestamp:
May 26, 2009, 1:40:23 AM (15 years ago)
Author:
mies
Message:

Merged 20090512-mies-connectors changes r3472:r3689 into trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/internal/Utilities.hpp

    r3689 r3690  
    1 // [Licence]
     1// [License]
    22// The Ariba-Underlay Copyright
    33//
     
    3535// official policies, either expressed or implied, of the Institute of
    3636// Telematics.
    37 // [Licence]
     37// [License]
    3838
    3939#ifndef UTILITIES_HPP_
     
    6060/* check whether X is a signed integer */
    6161#define if_int(X) \
    62         typename boost::enable_if<boost::is_integral<X>,int>::type __i##X = 0,\
    63         typename boost::enable_if<boost::is_signed<X>,int>::type __s##X = 0
     62        typename boost::enable_if<boost::is_integral<X>,void*>::type __i##X = NULL,\
     63        typename boost::enable_if<boost::is_signed<X>,void*>::type __s##X = NULL
    6464
    6565/* signature conversion */
     
    7474CONVERT_SIGN( uint32_t, int32_t );
    7575CONVERT_SIGN( uint64_t, int64_t );
     76
    7677#endif /* UTILITIES_HPP_ */
Note: See TracChangeset for help on using the changeset viewer.