Skip to content
Snippets Groups Projects
Commit b2a59158 authored by Martin Nolte's avatar Martin Nolte
Browse files

Some minor improvements to our array replacement:

* the array synopsis in the standard uses struct, so why don't we?
* add method empty (demanded by the standard, many more are actually missing)
* consistently use std::size_t instead of size_t (for std::array it should even be std::size_t)
* simplify operator<<
* unify indentation (to 2)
* make_array is a function and not a method
* improve comments on the preprocessor branches (to improve readability)

[[Imported from SVN: r6868]]
parent 73d9273f
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment