mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 03:20:11 +01:00
GH #224: building 1.5.1 on Windows for x64
This commit is contained in:
@@ -45,7 +45,7 @@ namespace Poco {
|
||||
namespace Data {
|
||||
|
||||
|
||||
const int RowIterator::POSITION_END = std::numeric_limits<std::size_t>::max();
|
||||
const std::size_t RowIterator::POSITION_END = std::numeric_limits<std::size_t>::max();
|
||||
|
||||
|
||||
RowIterator::RowIterator(RecordSet* pRecordSet, bool positionEnd):
|
||||
|
||||
Reference in New Issue
Block a user