Boost logo

Boost :

Subject: Re: [boost] [Git] Documentation for Git and Modular Boost conversion
From: Julian Gonggrijp (j.gonggrijp_at_[hidden])
Date: 2012-12-15 07:59:05


Daniel Pfeifer wrote:

>> thrice_test.cpp
>> thrice_test.cpp(1) : fatal error C1083: Cannot open include file:
>> 'boost/trivial/twice.hpp': No such
>> file or directory
>>
>> but it is here
>>
>> I:\boost-trunk\libs\trivial\include\boost\trivial\thrice.hpp
>>
>
> thrice != twice! Is that a typo in your email or in your code?

Well spotted, Daniel. I'm almost sure this must be the solution. Paul,
does your thrice_test.cpp contain a line of the following form?

        #include <boost/trivial/twice.hpp>

If so, does the problem go away if you replace it by this?

        #include <boost/trivial/thrice.hpp>

(one more email to go)


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