KTL
KTL copied to clipboard
Remove noexcept erroneous specifier
Two vector constructors erroneously marked as conditionally noexcept:
- https://github.com/DymOK93/KTL/blob/master/include/vector.hpp#L105
- https://github.com/DymOK93/KTL/blob/master/include/vector.hpp#L117