[numeric/conversion] fixes for intel-win32-7.1-vc6

These are trivial fixes taking care of BOOST_NO_STDC_NAMESPACE. With them, converter_test and udt_support_test (the latter is currently marked as known fail) work for Intel 7.1. OK to commit? Joaquín M López Muñoz Telefónica, Investigación y Desarrollo 33a34
#if !defined(BOOST_NO_STDC_NAMESPACE) 35a37,38 #endif
52a56
#if !defined(BOOST_NO_STDC_NAMESPACE) 55c59 <
#endif 81a86 #if !defined(BOOST_NO_STDC_NAMESPACE) 82a88,89 #endif
97a105
#if !defined(BOOST_NO_STDC_NAMESPACE) 98a107,108 #endif
496a497,498
#if !defined(BOOST_NO_STDC_NAMESPACE)
497a500,501
#endif

Joaquín Mª López Muñoz <joaquin@tid.es> writes:
These are trivial fixes taking care of BOOST_NO_STDC_NAMESPACE. With them, converter_test and udt_support_test (the latter is currently marked as known fail)
.. for another reason which should come to surface after your patch.
work for Intel 7.1.
OK to commit?
Yes, please! -- Aleksey Gurtovoy MetaCommunications Engineering

Aleksey Gurtovoy ha escrito:
Joaquín Mª López Muñoz <joaquin@tid.es> writes:
These are trivial fixes taking care of BOOST_NO_STDC_NAMESPACE. With them, converter_test and udt_support_test (the latter is currently marked as known fail)
.. for another reason which should come to surface after your patch.
??? Locally, udt_support_test passes with Intel 7.1. What additional problem are you refererring to?
work for Intel 7.1.
OK to commit?
Yes, please!
Done. Best, Joaquín M López Muñoz Telefónica, Investigación y Desarrollo

Joaquín Mª López Muñoz writes:
Aleksey Gurtovoy ha escrito:
Joaquín Mª López Muñoz <joaquin@tid.es> writes:
These are trivial fixes taking care of BOOST_NO_STDC_NAMESPACE. With them, converter_test and udt_support_test (the latter is currently marked as known fail)
.. for another reason which should come to surface after your patch.
??? Locally, udt_support_test passes with Intel 7.1. What additional problem are you refererring to?
Hmm, strange. Intel 7.1 + STLPort doesn't have the STDC issue, and it fails for us with what seems to be an overload resolution problem -- http://tinyurl.com/6fgrc. Well, let's see how things turn out with your patch.
work for Intel 7.1.
OK to commit?
Yes, please!
Done.
Thank you! -- Aleksey Gurtovoy MetaCommunications Engineering

Aleksey Gurtovoy <agurtovoy <at> meta-comm.com> writes:
Joaquín Mª López Muñoz <joaquin <at> tid.es> writes:
These are trivial fixes taking care of BOOST_NO_STDC_NAMESPACE. With them, converter_test and udt_support_test (the latter is currently marked as known fail)
.. for another reason which should come to surface after your patch.
??? Locally, udt_support_test passes with Intel 7.1. What additional problem are you refererring to?
Hmm, strange. Intel 7.1 + STLPort doesn't have the STDC issue, and it fails for us with what seems to be an overload resolution problem -- http://tinyurl.com/6fgrc. Well, let's see how things turn out with your patch.
FYI, udt_support_test is now working in intel-win32-7.1-vc6 and also in intel-win32-7.1-vc6-stlport-4.5.3. Intel 7.1 + STLPort does have the STDC issue, at least in your configuration (??): see http://tinyurl.com/3vwqg Joaquín M López Muñoz Telefónica, Investigación y Desarrollo

Joaquin M Lopez Munoz writes:
Aleksey Gurtovoy <agurtovoy <at> meta-comm.com> writes:
Joaquín Mª López Muñoz <joaquin <at> tid.es> writes:
These are trivial fixes taking care of BOOST_NO_STDC_NAMESPACE. With them, converter_test and udt_support_test (the latter is currently marked as known fail)
.. for another reason which should come to surface after your patch.
??? Locally, udt_support_test passes with Intel 7.1. What additional problem are you refererring to?
Hmm, strange. Intel 7.1 + STLPort doesn't have the STDC issue, and it fails for us with what seems to be an overload resolution problem -- http://tinyurl.com/6fgrc. Well, let's see how things turn out with your patch.
FYI, udt_support_test is now working in intel-win32-7.1-vc6 and also in intel-win32-7.1-vc6-stlport-4.5.3.
Apparently. I removed the markup for these two. I wonder if a similar fix can be applied to take care of Intel 7.1/Linux failure (http://tinyurl.com/6dlem).
Intel 7.1 + STLPort does have the STDC issue, at least in your configuration (??): see http://tinyurl.com/3vwqg
"boost/config/stdlib/stlport.hpp" explains it: // STLport does a good job of importing names into namespace std::, // but doesn't always get them all, define BOOST_NO_STDC_NAMESPACE, since our // workaround does not conflict with STLports: Thank you for your work on this! -- Aleksey Gurtovoy MetaCommunications Engineering
participants (3)
-
Aleksey Gurtovoy
-
Joaquin M Lopez Munoz
-
Joaquín Mª López Muñoz