diff options
author | Diogo Leal <diogo@diogoleal.com> | 2011-08-22 08:50:21 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-22 08:56:08 -0300 |
commit | 6b3dd7e2812a14275ad9c17c416f254b336df4ee (patch) | |
tree | ff73361fd2067a93867c06d1e630987b3c0000a9 /libraries/ETL/README | |
parent | 444996d10d6be685428e1cc744d87c9d0868d990 (diff) |
libraries/ETL: Added (Extended Template Library)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/ETL/README')
-rw-r--r-- | libraries/ETL/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/ETL/README b/libraries/ETL/README new file mode 100644 index 000000000000..dc8c395c1180 --- /dev/null +++ b/libraries/ETL/README @@ -0,0 +1,5 @@ +ETL -- Extended Template Library + +ETL is a multi-platform class and template library designed to add +new datatypes and functions which combine well with the existing +types and functions from the C++ Standard Template Library (STL) |