
De : boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] De la part de Andy Tompkins Envoyé : vendredi 17 février 2006 16:57 À : boost@lists.boost.org Objet : Re: [boost] [database] - guid class
Marc VIALA <mviala <at> acticm.com> writes:
Hi Andy,
I've just downloaded your boost::guid class to perform some tests and
verify
its applicability in our development but I've noticed that with VC++ NET 7.1 IDE you have to specify the option /Zc:wchar_t during the compilation of guid.cpp file in order to run properly.
I here what you are saying and I haven't yet tried it out. I am creating bjam files so that one can compile it like and other boost library in the hopes that this will let user set it as they like.
This is my first feedback. I'm going to test it to give you more
valuable
feedbacks.
Do you have any unit test of your implementation?
I have created unit tests now and hope to put a new version in the boost vault soon.
Thanks for taking account my request. By the way, by looking more carefully your interface, I didn't see how to have a reading access to the raw struct of the guid: attribute guid;;_data, more precisely, to the raw data pointer: guid::_data.elems. This reading access could be useful for low level access. Does that make sense?