Changes between Initial Version and Version 1 of Ticket #924, comment 13


Ignore:
Timestamp:
05/01/20 13:16:39 (4 years ago)
Author:
Дмитрий Свиридкин
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #924, comment 13

    initial v1  
    11* вложенность кода в main можно уменьшить с помощью function-try-block
    22
    3 * {{{
     3*
     4{{{
    45    std::queue<std::unique_ptr<HuffmanNode>> initialNodes_, newNodes_;
    56}}}
     
    78У вложенного класса Iterator выравнивание поехало.
    89
    9 * {{{
     10*
     11{{{
    1012    REQUIRE(std::distance(std::istreambuf_iterator<char>(input),
    1113                          std::istreambuf_iterator<char>()) ==