mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 21:50:47 +01:00
Vs140 vs150 builds (#1903)
* Remove protecting guard #if __cplusplus >= 201103L * Fix for building vs140 testsuite projects * Remove protecting guard #if __cplusplus >= 201103L * Fix vs150 testsuite projects * Add - git submodule update --init --recursive * set PLATFORMSW=/p:Platform=Win32 or set PLATFORMSW=/p:Platform=x64 * Fix usage of POCO_EXTERNAL_OPENSSL * Reorder build matrix * Add FTPS client tests * Remove useless string constants * Update xcopy prebuild step ith new openssl lib/dll names * Remove input lib libeayxx.lib
This commit is contained in:
committed by
Aleksandar Fabijanic
parent
38c4e35c43
commit
029f06d986
@@ -36,9 +36,7 @@
|
||||
#include <iomanip>
|
||||
#include <set>
|
||||
|
||||
#if __cplusplus >= 201103L
|
||||
#include <tuple>
|
||||
#endif
|
||||
|
||||
|
||||
using namespace Poco::Data::Keywords;
|
||||
@@ -1445,9 +1443,7 @@ CppUnit::Test* DataTest::suite()
|
||||
CppUnit_addTest(pSuite, DataTest, testJSONRowFormatter);
|
||||
CppUnit_addTest(pSuite, DataTest, testDateAndTime);
|
||||
CppUnit_addTest(pSuite, DataTest, testExternalBindingAndExtraction);
|
||||
#if __cplusplus >= 201103L
|
||||
CppUnit_addTest(pSuite, DataTest, testStdTuple);
|
||||
#endif
|
||||
|
||||
|
||||
return pSuite;
|
||||
|
||||
Reference in New Issue
Block a user