mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
style fix
This commit is contained in:
parent
ac1f9f243d
commit
4c7562c497
@ -291,11 +291,14 @@ inline void BSONWriter::write<NullValue>(NullValue& from)
|
||||
{
|
||||
}
|
||||
|
||||
struct BSONTimestamp {
|
||||
|
||||
struct BSONTimestamp
|
||||
{
|
||||
Poco::Timestamp ts;
|
||||
Poco::Int32 inc;
|
||||
};
|
||||
|
||||
|
||||
// BSON Timestamp
|
||||
// spec: int64
|
||||
template<>
|
||||
|
Loading…
Reference in New Issue
Block a user