mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 11:06:50 +01:00
Add tests for std::tuple to Data/MySQL.
This commit is contained in:
@@ -89,6 +89,13 @@ public:
|
||||
void testTuple();
|
||||
void testTupleVector();
|
||||
|
||||
#if __cplusplus >= 201103L
|
||||
|
||||
void testStdTuple();
|
||||
void testStdTupleVector();
|
||||
|
||||
#endif
|
||||
|
||||
void testInternalExtraction();
|
||||
|
||||
void testNull();
|
||||
|
||||
Reference in New Issue
Block a user