Jeff Garland wrote:
This bug has been bothering me for a while and I actually got my project to build again juggling the placement of of the '#include "LC2DateTime.h" above the other includes in my project. However this problem has reared it's head again and this time no amount of juggling of includes is getting me out of this.
Any thoughts? Is this a problem with the boost libraries or my code?
Hard to say given the information. Let's start with some basics. What version of Boost? Which platform? What boost headers are you including and in what order?
Leif Gruenwoldt wrote:
Sorry for all the blabber. Turns out it was my fault obviously. I had "#define Last 13" in my code.
Thread closed. :)
Opps -- sorry for not reading the whole thread before posting ;-) BTW, this sort of thing is why #define is frowned on for constant values -- but you probably already know that... Jeff