Boost logo

Boost :

From: Joel Young (jdy_at_[hidden])
Date: 2001-05-11 00:37:14


I figured that would work, it just seemed like it might have been fixing
a symptom and not the problem.

Thanks again,

Joel
--------
From: Jeremy Siek <jsiek_at_[hidden]>
Date: Thu, 10 May 2001 22:44:33 -0500 (EST)
  To: boost_at_[hidden]
  Cc: jdy_at_[hidden], Phil Edwards <pedwards_at_[hidden]>
Subj: concept checking problem (was Re: [boost] Graph library error 1_21_1 )

The InputIteratorConcept is requiring that the difference_type of the
iterator be a signed integer. However, the SignedIntegerConcept does not
have a specialization for whatever type the typedef intmax_t is. A
specialization needs to be added.


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