Changes between Version 1 and Version 2 of Ticket #956, comment 3


Ignore:
Timestamp:
04/29/20 19:21:45 (4 years ago)
Author:
Egor Suvorov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #956, comment 3

    v1 v2  
    4141* Include guards в `.cpp` не нужны O_O
    4242* Не нужен отступ внутри `namespace` на весь файл.
    43 * {{{        std::vector<std::pair<std::size_t, unsigned char>> frequencies = {{1, 'e'},
     43*
     44{{{
     45        std::vector<std::pair<std::size_t, unsigned char>> frequencies = {{1, 'e'},
    4446                                                                          {1, 's'},
    4547                                                                          {2, 't'}};