This PR fixes https://github.com/sftrabbit/CppPatterns-Patterns/issues/73 where the inclusion of the no longer supported std::experimental::dynarray prevents compilation. I opted to just remove the dynarray code and supporting part of the article, but I understand that there's no longer any example that provides a fixed-size array which has a size defined at runtime. So, I am interested if you have any example you would prefer instead.
I tried to maintain the spirit of your original article, but I would appreciate a review of the language, and please let me know if you would like anything added. Thanks!
This PR fixes https://github.com/sftrabbit/CppPatterns-Patterns/issues/73 where the inclusion of the no longer supported std::experimental::dynarray prevents compilation. I opted to just remove the dynarray code and supporting part of the article, but I understand that there's no longer any example that provides a fixed-size array which has a size defined at runtime. So, I am interested if you have any example you would prefer instead.
I tried to maintain the spirit of your original article, but I would appreciate a review of the language, and please let me know if you would like anything added. Thanks!