Skip to content

Commit 3d0160a

Browse files
committed
Set release date
1 parent db90d7c commit 3d0160a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![TravisCI](https://travis-ci.org/taocpp/tuple.svg)](https://travis-ci.org/taocpp/tuple)
66
[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/taocpp/tuple?svg=true)](https://ci.appveyor.com/project/taocpp/tuple)
77

8-
[The Art of C++](https://taocpp.github.io/) / Tuple is a C++11 header-only reference implementation of
8+
[The Art of C++](https://taocpp.github.io/) / Tuple is a C++11 header-only proof-of-concept implementation of
99
[`std::tuple`](http://en.cppreference.com/w/cpp/utility/tuple).
1010

1111
## Rationale
@@ -28,6 +28,10 @@ of 15 on the same system. This case does *not* change `std::integer_sequence` or
2828
`std::make_integer_sequence`, all improvements are coming from all the *other* improvements
2929
from avoiding recursion.
3030

31+
## CUDA
32+
33+
`tao::tuple` supports [CUDA](http://www.nvidia.com/object/cuda_home.html).
34+
3135
## Compatibility
3236

3337
* Requires C++11 or newer.
@@ -37,7 +41,7 @@ from avoiding recursion.
3741

3842
### 1.0.0
3943

40-
**Not yet released**
44+
Released 2018-08-01
4145

4246
* Initial release.
4347

0 commit comments

Comments
 (0)