mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-07 11:24:30 +02:00
fix compiling for gcc 4.6
This commit is contained in:
@@ -1973,7 +1973,7 @@ void SQLiteTest::testNullable()
|
||||
|
||||
Nullable<int> i = 1;
|
||||
Nullable<double> f = 1.5;
|
||||
Nullable<std::string> s = "abc";
|
||||
Nullable<std::string> s = std::string("abc");
|
||||
Nullable<DateTime> d = DateTime();
|
||||
|
||||
assert (!i.isNull());
|
||||
|
Reference in New Issue
Block a user