Sorry, I probably wasn't clear. By "documentation" I meant html pages
describing it that can go in the Boost distribution, and by "tests" I
meant a unit test program which we can integrate into the Boost
testing process to verify that enable_if works. The tests should not
involve "the application in question" ;-)
"Anders Moe"
Hi again, and thanks for the reply.
I'd be happy to test it. The application in question is Geocap, a 3D vizualization app for the geosciences, some examples of which can be found here :
http://www.geocap.no/pages/geocap_ex_maps.html
Were mainly using
shared_ptr & co mpl static_assert & co type_traits
on Gnu 3.x, MSVC 2003.
I'll do a boost-sandbox and look for it there.
Regards,
Anders Moe, Geocap.
----- Original Message ----- From: "David Abrahams"
Newsgroups: gmane.comp.lib.boost.user Sent: Tuesday, June 17, 2003 4:55 PM Subject: Re: enable_if part of boost ? "Anders Moe"
writes: Hi all. After reading about enable_if in CUJ I decided to see if this was present in boost, which it is, sort of, in function_base.hpp. However, it seems to exist in function::, and my impression is that its not really an official boost component. Is this correct ?
Yeah, I guess it's not in the public interface. We have a version in the new Sandbox iterators (adaptors) library, so it will be getting to be more entrenched. Really all that's required to make it official is documentation and tests. Would you like to volunteer?
-- Dave Abrahams Boost Consulting www.boost-consulting.com