File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,22 @@ generating a tuple with 265 elements via `std::tuple_cat`.
24
24
25
25
Apple LLVM 7.0 (~ Clang 3.7) with libc++'s ` std::tuple ` requires 70s and an instantiation
26
26
depth of 514 to compile the example. ` tao::tuple ` requires 1.7s and an instantiation depth
27
- of 15 on the same system.
27
+ of 15 on the same system. This case does * not* change ` std::integer_sequence ` or
28
+ ` std::make_integer_sequence ` , all improvements are coming from all the * other* improvements
29
+ from avoiding recursion.
28
30
29
31
## Compatibility
30
32
31
33
* Requires C++11 or newer.
32
- * Tested with GCC 4.8+ and Clang 3.4+.
34
+ * Tested with GCC 4.8+, Clang 3.4+, and Visual Studio 2017.
35
+
36
+ ## Changelog
37
+
38
+ ### 1.0.0
39
+
40
+ ** Not yet released**
41
+
42
+ * Initial release.
33
43
34
44
## License
35
45
You can’t perform that action at this time.
0 commit comments