diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-20 04:49:07 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:26:45 +0000 |
commit | dd2c100ca82fe0abc88e4e002e65f8f46b4d0bea (patch) | |
tree | 730baf12995e5688c8a67ce69c052bba92f17641 /libraries | |
parent | 0d299fc221250b5b15d0b552a2384c163fe3ad65 (diff) | |
download | slackbuilds-dd2c100ca82fe0abc88e4e002e65f8f46b4d0bea.tar.gz |
libraries/hinnant-date: Fix slack-desc.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/hinnant-date/slack-desc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libraries/hinnant-date/slack-desc b/libraries/hinnant-date/slack-desc index c8a68f0d3b..03120f9846 100644 --- a/libraries/hinnant-date/slack-desc +++ b/libraries/hinnant-date/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -hinnant-date: hinnant-date (A date and time library based on the C++11) +hinnant-date: hinnant-date (A date and time library based on the C++11) hinnant-date: hinnant-date: This is actually several separate C++11/C++14 libraries: hinnant-date: date.h" is a header-only library which builds upon <chrono>. -hinnant-date: tz.h are a timezone library built on top of the date.h library. -hinnant-date: chrono_io.h is a library for streaming out chrono durations. +hinnant-date: tz.h are a timezone library built on top of the date.h library. +hinnant-date: chrono_io.h is a library for streaming out chrono durations. hinnant-date: iso_week.h is a library which implements the ISO week date calendar. -hinnant-date: julian.h library which implements a proleptic Julian calendar. +hinnant-date: julian.h library which implements a proleptic Julian calendar. hinnant-date: islamic.h library which implements a proleptic Islamic calendar. -hinnant-date: +hinnant-date: hinnant-date: https://github.com/HowardHinnant/date |