[Commits] [wesnoth/wesnoth] 328afe: Reduce reinterpret_casts by using vector<unsigned ...

GitHub noreply at github.com
Thu May 4 03:44:33 UTC 2017


  Branch: refs/heads/login_save_crypt
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 328afe4a67309ebf6ba8645da924ed14d1f31bd0
      https://github.com/wesnoth/wesnoth/commit/328afe4a67309ebf6ba8645da924ed14d1f31bd0
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
    M src/credentials.cpp

  Log Message:
  -----------
  Reduce reinterpret_casts by using vector<unsigned char>

I'm not sure if this is really better. The use of vector<uchar> could
be propagated out further, but no matter what there'll always be a point
at which it needs to be converted to a string.





More information about the Commits mailing list