
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.
Best regards
Marc Viala
Andy Tompkins wrote:
I have uploaded my initial version to the root directory of boost vault in order that others can view and critique it. In the near future, I plan to add code so that it conforms to the requirements of boost.
Andy.
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Thanks. Andy Tompkins