Page 1 of 1

I can't compile sqlite.h

PostPosted: 11 Feb 2010 12:22
by siavoshkc
There is a line which uses smart pointers from std::tr1. but I had to change it to use boost to be able to compile it. Why is this so?

Re: I can't compile sqlite.h

PostPosted: 12 Feb 2010 04:48
by raspopov
This issue introduced by wildcard and was fixed by me at 06 Feb 2010, so just use latest trunk version i.e. r8465. I don't know why wildcard made suddenly decision to change some boost classes to experimental "tr1" (Tech Release 1) classes.