Age | Commit message (Collapse) | Author |
|
|
|
It seems that the author of this code misunderstood 'Array of PollOption' as 'PollOption'.
|
|
- use C++ size_t from std namespace instead of a version from global namespace
Tested:
- Local build
- Unit-tests
|
|
- C++ standard doesn't guarantee that C-types without std namespace are available in global namespace. So the proper solution (since it's C++ library) is using C++ types instead of C
Tested:
- Local build
- By unit-tests
|
|
|
|
|
|
|
|
4 spaces
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
instead of hard-code
|
|
|
|
|
|
|
|
|
|
|
|
|