Context: Initialize ISO8601::weekstart

This commit is contained in:
Paul Beckingham 2015-09-26 12:40:56 -04:00
parent 12aeecc73f
commit 541e9eec30
3 changed files with 8 additions and 0 deletions

View file

@ -34,6 +34,8 @@
class ISO8601d
{
public:
static std::string weekstart;
ISO8601d ();
~ISO8601d ();
ISO8601d (const ISO8601d&); // Unimplemented