I'm trying to port the xmlbeansxx library (sourceforge.net/projects/xmlbeansxx) under windows using "Borland C++ 5.6.4". The thing is I am having trouble with the "enable_if" construction. From the "config\compiler\borland.hpp", I know that the bcc compiler do not support SFINAE trick and so the "enable_if" and like constructions. In order to continue the port I have to modify the "enable_if" implementation with something equivalent.
Thanks folks in advance. I'am really a newbie to boost (and templates) and have no idea about a workaround.
PS: It is obvious that I will contribute the port to the xmlbeansxx project.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
I'm trying to port the xmlbeansxx library (sourceforge.net/projects/xmlbeansxx) under windows using "Borland C++ 5.6.4". The thing is I am having trouble with the "enable_if" construction. From the "config\compiler\borland.hpp", I know that the bcc compiler do not support SFINAE trick and so the "enable_if" and like constructions. In order to continue the port I have to modify the "enable_if" implementation with something equivalent.
Thanks folks in advance. I'am really a newbie to boost (and templates) and have no idea about a workaround.
PS: It is obvious that I will contribute the port to the xmlbeansxx project.
we did a port to windows recently. we'll make a release soon.