diff --git a/date.html b/date.html
index 9f6e40f..238ec6e 100644
--- a/date.html
+++ b/date.html
@@ -26,7 +26,7 @@
Howard E. Hinnant
-2017-10-15
+2017-10-16
date
This entire library is implemented in a single header: -date.h and is +date.h and is open source.
@@ -1475,7 +1475,7 @@ such extremes.Here is a detailed specification of the entire library. This specification is detailed enough that you could write your own implementation from it if desired. But feel free -to use this one +to use this one instead. Each type, and each operation is simple and predictable.
diff --git a/iso_week.html b/iso_week.html index 3676ce4..0e854cd 100644 --- a/iso_week.html +++ b/iso_week.html @@ -26,7 +26,7 @@iso_week
This entire library is implemented in a single header: -iso_week.h +iso_week.h and is open source using the MIT license.
@@ -201,7 +201,7 @@ solid step towards finding bugs at compile time!Here is a detailed specification of the entire library. This specification is detailed enough that you could write your own implementation from it if desired. But feel free -to use this one +to use this one instead. Each type, and each operation is simple and predictable.
diff --git a/tz.html b/tz.html index 0553d31..427d694 100644 --- a/tz.html +++ b/tz.html @@ -26,7 +26,7 @@USE_OS_TZDB == 1
, link
will not exi
You will need the following four source files:
-date.h
,
-tz.h
,
-tz_private.h
and
-tz.cpp
.
+date.h
,
+tz.h
,
+tz_private.h
and
+tz.cpp
.
These sources are located at the github repository
https://github.com/HowardHinnant/date.
-Compile tz.cpp
+Compile tz.cpp
along with your other sources while providing pointers to your compiler for the location
-of the header files (i.e. tz.h
).
+of the header files (i.e. tz.h
).
@@ -3422,8 +3422,8 @@ initialization is thread safe in a multithreaded environment.
In addition to four aforementioned source files you will need following files:
- ios.h
,
- ios.cpp
.
+ ios.h
,
+ ios.cpp
.
In Xcode in [Your Target]->Build Settings->Other C Flags set following flags: -DHAS_REMOTE_API=0
, -DUSE_SHELL_API
, -x objective-c++
.