mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-26 10:32:56 +01:00
more fixes
This commit is contained in:
@@ -68,6 +68,7 @@ void Preparator::prepare(std::size_t pos, const Poco::UInt64&)
|
||||
}
|
||||
|
||||
|
||||
#ifndef POCO_INT64_IS_LONG
|
||||
void Preparator::prepare(std::size_t pos, const long&)
|
||||
{
|
||||
}
|
||||
@@ -76,6 +77,7 @@ void Preparator::prepare(std::size_t pos, const long&)
|
||||
void Preparator::prepare(std::size_t pos, const unsigned long&)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
void Preparator::prepare(std::size_t pos, const bool&)
|
||||
|
||||
Reference in New Issue
Block a user