
Hi Thorsten, The program at the end of this message produces twenty C4224 Warnings ("nonstandard extension used : formal parameter 'array' was previously defined as a type") on VC7.1 and VC8.0 beta. Since Boost.Array and Boost.Range will be used together with some frequency, it might be a good idea to disable warning 4224 locally within the range headers. Best Regards, Jonathan ---------- #include <boost/array.hpp> #include <boost/range/begin.hpp> #include <boost/range/end.hpp> #include <boost/range/iterator.hpp> int main() { }

| Hi Thorsten, | | The program at the end of this message produces twenty C4224 Warnings | ("nonstandard extension used : formal parameter 'array' was previously defined | as a type") on VC7.1 and VC8.0 beta. Since Boost.Array and Boost.Range will be | used together with some frequency, it might be a good idea to disable warning | 4224 locally within the range headers. ok, I'll put it on my todo list. If you have cvs access, feel free to do it. br Thorsten

"Thorsten Ottosen" <nesotto@cs.auc.dk> wrote in message news:003901c4bac0$01d749b0$0b40a8c0@nesottolap...
| Hi Thorsten, | | The program at the end of this message produces twenty C4224 Warnings | ("nonstandard extension used : formal parameter 'array' was previously defined | as a type") on VC7.1 and VC8.0 beta. Since Boost.Array and Boost.Range will be | used together with some frequency, it might be a good idea to disable warning | 4224 locally within the range headers.
ok, I'll put it on my todo list. If you have cvs access, feel free to do it.
Okay, I'll try to do it later today. Jonathan

"Jonathan Turkanis" <technews@kangaroologic.com> wrote in message news:cljr13$bm9$1@sea.gmane.org...
"Thorsten Ottosen" <nesotto@cs.auc.dk> wrote in message news:003901c4bac0$01d749b0$0b40a8c0@nesottolap...
| Hi Thorsten, | | The program at the end of this message produces twenty C4224 Warnings | ("nonstandard extension used : formal parameter 'array' was previously defined | as a type") on VC7.1 and VC8.0 beta. Since Boost.Array and Boost.Range
will
be | used together with some frequency, it might be a good idea to disable warning | 4224 locally within the range headers.
ok, I'll put it on my todo list. If you have cvs access, feel free to do it.
Okay, I'll try to do it later today.
As you may have noticed, I haven't done this yet. Sorry about that. I've been having some difficulty with CVS lately. Jonathan
participants (2)
-
Jonathan Turkanis
-
Thorsten Ottosen