Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Implemented the stream operator<< for type datetime #1314
Conversation
…ng datetime as a key e. g. in an OData RESTful API implementation.
I think this is OK but you need to add a test before we would want to merge this. |
This change enables the usage of type datetime as a key e. g. in an OData RESTful API implementation (Like the OData C++ Client Library that is build on top of Casablanca). Without this operator overload the attempt to do so would fail.