mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-05 18:41:13 +02:00
MSVC 71
This commit is contained in:
parent
605736b626
commit
973e256680
@ -310,6 +310,9 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath=".\src\TuplesTest.cpp">
|
RelativePath=".\src\TuplesTest.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\src\TypeListTest.cpp">
|
||||||
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Header Files"
|
Name="Header Files"
|
||||||
@ -368,6 +371,9 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath=".\src\TuplesTest.h">
|
RelativePath=".\src\TuplesTest.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\src\TypeListTest.h">
|
||||||
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
|
@ -37,7 +37,9 @@
|
|||||||
#include "Poco/TypeList.h"
|
#include "Poco/TypeList.h"
|
||||||
#include "Poco/Void.h"
|
#include "Poco/Void.h"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
#if defined(_MSC_VER)
|
||||||
|
# pragma warning(disable:4800) // forcing value to bool 'true' or 'false' on MSVC 71
|
||||||
|
#endif
|
||||||
|
|
||||||
using Poco::TypeList;
|
using Poco::TypeList;
|
||||||
using Poco::Tuple;
|
using Poco::Tuple;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user