dynarray Questions

1

Solved

gcc 4.9 now has support for n3696 (Runtime-sized arrays with automatic storage duration). n3662 says: In N3497 Runtime-sized arrays with automatic storage duration, Jens Maurer proposes arrays ...
Latinity asked 25/12, 2013 at 23:28

3

Solved

Draft C++14 includes both runtime-sized arrays and the std::dynarray container. From what I can tell, the only real difference between the two is that std::dynarray has an STL interface (e.g., begi...
Amplitude asked 27/6, 2013 at 21:54
1

© 2022 - 2024 — McMap. All rights reserved.