
15 Dec
2012
15 Dec
'12
12:59 p.m.
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)