mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-16 15:01:15 +02: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::Timestamp ts;
|
||||||
Poco::Int32 inc;
|
Poco::Int32 inc;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// BSON Timestamp
|
// BSON Timestamp
|
||||||
// spec: int64
|
// spec: int64
|
||||||
template<>
|
template<>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user