mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-29 12:07:18 +02:00
Added BOOST_EXPLICIT_TEMPLATE_TYPE(Value) to fix MSVC (thanks to Joaquin
Munoz) [SVN r23998]
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user