Added BOOST_EXPLICIT_TEMPLATE_TYPE(Value) to fix MSVC (thanks to Joaquin

Munoz)


[SVN r23998]
This commit is contained in:
Hervé Brönnimann
2004-07-23 17:17:37 +00:00
parent 85e0e920bf
commit 4b3118ed2b
2 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,7 @@
#include <utility>
#include <functional>
#include <iostream>
#include <boost/config.hpp>
#include <boost/algorithm/minmax.hpp>
#include <boost/test/included/test_exec_monitor.hpp>
@ -40,7 +40,7 @@ private:
};
template <class Value>
void test()
void test(BOOST_EXPLICIT_TEMPLATE_TYPE(Value))
{
using namespace boost;
Value zero(0), one(1);