Ignore:
Timestamp:
2018-07-05T21:41:23Z (7 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4fba7ad
Parents:
349b0f7
git-author:
Dzejrou <dzejrou@…> (2018-05-14 18:08:11)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:23)
Message:

cpp: added missing return statements, changed the way facets work for the moment (we return by value instead of by reference which means we can avoid that ugly leaking hack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/impl/istream.hpp

    r349b0f7 ra1c35cc  
    571571                    }
    572572                }
     573
     574                return *this;
    573575            }
    574576
     
    605607                    s[gcount_++] = traits_type::to_char_type(c);
    606608                }
     609
     610                return *this;
    607611            }
    608612
Note: See TracChangeset for help on using the changeset viewer.