mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 20:59:45 +01:00
SF# 3288584 in trunk
This commit is contained in:
@@ -47,6 +47,10 @@ using Poco::DateTimeFormatter;
|
||||
|
||||
DateTimeFormatterTest::DateTimeFormatterTest(const std::string& name): CppUnit::TestCase(name)
|
||||
{
|
||||
// Linker regresion SF #3288584
|
||||
std::string message;
|
||||
Poco::LocalDateTime now;
|
||||
Poco::DateTimeFormatter::append(message,now,"%H:%M:%S.%i");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user