berkus / libarsenal

Support tools, classes and templates for C++11 projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement atomic config reads/writes

berkus opened this issue · comments

In settings_provider config files should be read and written atomically

  • reads into separate input variable first
  • writes into a temp file first
  • exceptions should be thrown on error