Skip to content

Commit 6018b94

Browse files
committed
add explanatory comment
1 parent b1aa44b commit 6018b94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/viam/sdk/log/private/log_backend.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ namespace viam {
77
namespace sdk {
88
namespace impl {
99

10+
// The following code was copy-pasted from the boost mailing list
11+
// https://lists.boost.org/boost-commit/2009/04/15209.php
1012
time_pt ptime_convert(const boost::posix_time::ptime& from) {
1113
namespace posix_time = boost::posix_time;
1214

0 commit comments

Comments
 (0)