Merge branch 'development'

This commit is contained in:
John Wellbelove 2017-11-30 19:21:50 +00:00
commit e7a97ac364
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name=Embedded Template Library
version=10.4.0
version=10.5.0
author= John Wellbelove <john.wellbelove@etlcpp.com>
maintainer=John Wellbelove <john.wellbelove@etlcpp.com>
sentence=A C++ template library tailored for embedded systems.

View File

@ -271,7 +271,7 @@ namespace etl
}
/// Read.
T value() const
T read() const
{
return shadow_value;
}