added: html/fun_pw.html

default view for pw winix function


git-svn-id: svn://ttmath.org/publicrep/winix/trunk@815 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2012-03-03 21:00:48 +00:00
parent e61f0db57e
commit 6c2c12fe5e
7 changed files with 83 additions and 3 deletions

View File

@@ -122,8 +122,6 @@ Users::SizeType Users::Size()
User & Users::operator[](Users::SizeType pos)
{
// !! IMPROVE ME
// add checking the range and returning an empty User struct if out of range
return table[pos];
}