replace tabs with 4 spaces in all files
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@600 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
5b77cc6de3
commit
d72b2ff1b3
22 changed files with 554 additions and 545 deletions
|
@ -316,13 +316,13 @@ namespace yasli {
|
|||
}
|
||||
const_reference at(size_type n) const
|
||||
{
|
||||
// Fix by Joseph Canedo
|
||||
// Fix by Joseph Canedo
|
||||
if (n >= size()) throw std::range_error("vector<>::at");
|
||||
return ebo_.beg_[n];
|
||||
}
|
||||
reference at(size_type n)
|
||||
{
|
||||
// Fix by Joseph Canedo
|
||||
// Fix by Joseph Canedo
|
||||
if (n >= size()) throw std::range_error("vector<>::at");
|
||||
return ebo_.beg_[n];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue