
19 Jun
2006
19 Jun
'06
6 p.m.
"Stephan Tolksdorf" <andorxor@gmx.de> wrote in message news:449425F6.3030508@gmx.de...
Hi
Including "boost/test/included/unit_test.hpp" from the current SVN version also causes min and max macros to be defined on Windows (by headers pulled in from execution_monitor.ipp). Not being an expert on min/max macro issues, I wonder if this is necessary, or if the macro could be prevented from leaking to user code (without the user defining NOMINMAX).
I am not quite sure what you are complaining about. Boost.Test doesn't define these macro nor it could undefine them. If you do not want to be exposed to system level headers use offline component. Gennadiy