mirror of
https://github.com/HowardHinnant/date.git
synced 2024-12-27 08:31:03 +08:00
Add a workaround for a missing operator<< for gcc 5 on linux. See issue #205 for details.
This commit is contained in:
parent
0b7d9c6dbe
commit
202041e531
@ -291,6 +291,7 @@ struct transition
|
|||||||
{
|
{
|
||||||
using namespace date;
|
using namespace date;
|
||||||
using namespace std::chrono;
|
using namespace std::chrono;
|
||||||
|
using date::operator<<;
|
||||||
os << t.timepoint << "Z ";
|
os << t.timepoint << "Z ";
|
||||||
if (t.info->offset >= seconds{0})
|
if (t.info->offset >= seconds{0})
|
||||||
os << '+';
|
os << '+';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user