Skip to content

Commit 0d6e007

Browse files
committed
Add comment about problematic Timestamp in MSVC
1 parent e2d76a4 commit 0d6e007

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ namespace fbcpp
6969

7070
using Date = std::chrono::year_month_day;
7171
using Time = std::chrono::hh_mm_ss<std::chrono::microseconds>;
72-
using Timestamp = std::chrono::local_time<std::chrono::microseconds>;
72+
using Timestamp = std::chrono::local_time<std::chrono::microseconds>; // FIXME: MSVC support range
7373

7474
struct TimeTz final
7575
{

0 commit comments

Comments
 (0)