[type_traits] Recent change broke serialization on Borland

Hallo, A recent change to remove_all_extents.hpp broke Spirit 1.6 and thus Serialization on Borland compilers. I think it should be reverted, unless Joel or Robert see a different solution. Cheers, Nicola Musatti

Nicola Musatti wrote:
Hallo, A recent change to remove_all_extents.hpp broke Spirit 1.6 and thus Serialization on Borland compilers. I think it should be reverted, unless Joel or Robert see a different solution.
Darn, that would probably be me, actually the change I made effected the VC++ code *only*, and all I did was fix the include guard names on the header (there were two headers using the same guards). I'll look into it, if necessary we could disable inclusion of that trait by type_traits.hpp by Borland. John.

Nicola Musatti wrote:
Hallo, A recent change to remove_all_extents.hpp broke Spirit 1.6 and thus Serialization on Borland compilers. I think it should be reverted, unless Joel or Robert see a different solution.
Fixed in cvs now: I'd completely messed up the commit and changed the wrong file :-( John.
participants (2)
-
John Maddock
-
Nicola Musatti