
David Abrahams wrote:
Daniel Earwicker <daniel.earwicker@gmail.com> writes:
Daniel Wallin wrote:
Thank you! Unfortunately this won't work on at least VC6/7. I will apply this patch for other compilers and leave VC6/7 without this feature until I have the time to create a workaround. I used the technique used in mpl::set<> to work around the problem. Code and test is now checked in.
Thanks for you help. A pleasure. Sorry I could only test it on VC7.1 (and some old version of gcc I had).
Unfortunately not old enough. The changes seem to have broken gcc-2.95.3
Yes. I've been trying to find a workaround, but can't get anything working outside my small tests. :( mpl::set<> doesn't work on gcc2.95 either, so maybe we should just leave this feature out for that compiler. -- Daniel Wallin