This commit is contained in:
Aleksandar Fabijanic
2007-02-21 18:37:47 +00:00
parent 605736b626
commit 973e256680
3 changed files with 28 additions and 20 deletions

View File

@@ -37,7 +37,9 @@
#include "Poco/TypeList.h"
#include "Poco/Void.h"
#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::Tuple;