[test] Boost.Test partly broken with VC7.1?

If the new Boost.thread is included before Boost.Test, then Boost.Test doesn't compile with: ..\boost\test\impl\execution_monitor.ipp(60) : fatal error C1021: invalid preprocessor command 'warning' See http://beta.boost.org/development/tests/trunk/developer/output/RudbekAssocia... Looks like that should be a #pragma message, since msvc has never supported the non-standard #warning (a gcc'ism). Can this be fixed in Trunk soonish? Many thanks, John Maddock

On 10/13/07, John Maddock <john@johnmaddock.co.uk> wrote:
If the new Boost.thread is included before Boost.Test, then Boost.Test doesn't compile with:
..\boost\test\impl\execution_monitor.ipp(60) : fatal error C1021: invalid preprocessor command 'warning'
See http://beta.boost.org/development/tests/trunk/developer/output/RudbekAssocia...
Looks like that should be a #pragma message, since msvc has never supported the non-standard #warning (a gcc'ism).
Can this be fixed in Trunk soonish?
I second that... http://svn.boost.org/trac/boost/ticket/1030 :-) Tnx, Stjepan

"Stjepan Rajko" <stipe@asu.edu> wrote in message news:64b40dc30710131000y7d42c53ueeaa53ba8d5e0914@mail.gmail.com...
On 10/13/07, John Maddock <john@johnmaddock.co.uk> wrote:
If the new Boost.thread is included before Boost.Test, then Boost.Test doesn't compile with:
..\boost\test\impl\execution_monitor.ipp(60) : fatal error C1021: invalid preprocessor command 'warning'
See http://beta.boost.org/development/tests/trunk/developer/output/RudbekAssocia...
Looks like that should be a #pragma message, since msvc has never supported the non-standard #warning (a gcc'ism).
Can this be fixed in Trunk soonish?
I second that... http://svn.boost.org/trac/boost/ticket/1030
Commited into trunk Gennadiy

On 10/14/07, Gennadiy Rozental <rogeeff@gmail.com> wrote:
"Stjepan Rajko" <stipe@asu.edu> wrote in message news:64b40dc30710131000y7d42c53ueeaa53ba8d5e0914@mail.gmail.com...
On 10/13/07, John Maddock <john@johnmaddock.co.uk> wrote:
If the new Boost.thread is included before Boost.Test, then Boost.Test doesn't compile with:
[snip]
Can this be fixed in Trunk soonish?
I second that... http://svn.boost.org/trac/boost/ticket/1030
Commited into trunk
Gennadiy
Thanks much! Stjepan

Gennadiy Rozental wrote:
I second that... http://svn.boost.org/trac/boost/ticket/1030
Commited into trunk
Thanks Gennadiy. John.
participants (3)
-
Gennadiy Rozental
-
John Maddock
-
Stjepan Rajko