Hi,
I would like to use the string algorithm library in my project.
Including #include
Hi, Unfortunatelu, VC++ 6 is not amoung the supported compilers. You will need to upgrade to at least vc7.0 to use string algorithms. Best regards, Pavol. On Fri, Jun 24, 2005 at 09:47:36AM +0100, Sliwa, Przemyslaw (London) wrote:
Hi,
I would like to use the string algorithm library in my project. Including #include
in the source file gives the following error on Windows XP, VC++ 6 SP5. Can anyone help me?
Thanks a lot in advance.
Pshemek
c:\vendor_libs\include\boost/algorithm/string/yes_no_type.hpp(22) : error C2265: '<Unknown>' : reference to a zero-sized array is illegal
c:\vendor_libs\include\boost/algorithm/string/yes_no_type.hpp(23) : see reference to class template instantiation 'boost::algorithm::size_descriptor<I>' being compiled c:\vendor_libs\include\boost/mpl/bool.hpp(37) : fatal error C1506: unrecoverable block scoping error Error executing cl.exe.
Kind regards
Przemyslaw Sliwa (0044) 20788-65014 GFX Development --------------------------------------------------------
If you are not an intended recipient of this e-mail, please notify the sender, delete it and do not read, act upon, print, disclose, copy, retain or redistribute it. Click here for important additional terms relating to this e-mail. http://www.ml.com/email_terms/ --------------------------------------------------------
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Pavol,
Given that this question comes up a lot, have you thought of adding an error
message, the way Spirit does, clearly stating "This compiler isn't
supported"?.
Pablo
"Pavol Droba"
Hi,
Unfortunatelu, VC++ 6 is not amoung the supported compilers. You will need to upgrade to at least vc7.0 to use string algorithms.
Best regards,
Pavol.
Hi, No I haven't. But it does not seem like a bad idea. I will think about it. Thanks, Pavol. On Fri, Jun 24, 2005 at 12:46:35PM -0700, Pablo Aguilar wrote:
Pavol,
Given that this question comes up a lot, have you thought of adding an error message, the way Spirit does, clearly stating "This compiler isn't supported"?.
Pablo
"Pavol Droba"
wrote in message news:20050624092941.GZ192@lenin.felcer.sk... Hi,
Unfortunatelu, VC++ 6 is not amoung the supported compilers. You will need to upgrade to at least vc7.0 to use string algorithms.
Best regards,
Pavol.
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
BTW, I meant at compile time... rereading my message didn't seem as clear as it did in my mind when I wrote it.. Pablo Pavol Droba wrote:
Hi,
No I haven't. But it does not seem like a bad idea. I will think about it.
Thanks, Pavol.
On Fri, Jun 24, 2005 at 12:46:35PM -0700, Pablo Aguilar wrote:
Pavol,
Given that this question comes up a lot, have you thought of adding an error message, the way Spirit does, clearly stating "This compiler isn't supported"?.
Pablo
participants (3)
-
Pablo Aguilar
-
Pavol Droba
-
Sliwa, Przemyslaw (London)