(root)/trunk/ - Rev 573
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 573 2010-08-13 18:06:23
- Author: sander
- Log message:
- There appears to be some confusion about the member method to
set all entries of a std::array to the same value. In some
implementations this method is called 'assign', in others it
is called 'fill'.
I am replacing one call to array::assign with std::fill here,
for portability across all versions.