Hi all,
I'm in the process of syncing my bindings tree with svn. There were a few changes that I couldn't make sense of. The diff containing the changes that puzzled me is at http://tiker.net/tmp/bindings-2008-11-12.diff.
- It removes a 'utils.hpp' include from a few headers--was this intentional?
- It changes a few instances of
static_cast<int>( workspace_query )
to
traits::detail::to_int( workspace_query )
What's the deal here?
Other than these two, I'm happy to report that the diff I'm carrying has shrunk to just Vardan's gbsv and Jesse's gels* stuff. I think that's pretty great, and in no small part due to Thomas's work on getting stuff merged. Thanks!
Andreas