Boost logo

Boost :

From: Kostya Altukhov (kostya_at_[hidden])
Date: 2001-05-24 06:41:41


Hello,

>>The libary package 'tuple-2001-05-23.zip' is in Files/Tuple
>>
>>The library has been tested with gcc 2.95.2 and edg 2.43.
>>Works partially with MSVC as well.
>>
>A quick test found it did not compile with Borland C++ 5.5 compiler.
>

It works fine with Borland C++ 5.5 after minor modifications:

1. tuple_basic.hpp lines 267 and 275:
    replace
         typename element_type<N, cons>::type
    with
         typename element_type<N, cons<HT, TT> >::type

2. tuple_io.hpp line 281:
        comment out 'using detail::format_info'
    line 282, 283:
        replace 'format_info' with 'detail::format_info'

With these changes all three examples compile and run just fine.

Best regards,
Kostya


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk