header only\!

This commit is contained in:
gabime
2014-02-20 21:39:58 +02:00
parent 8176f82de2
commit 3feba27f8b
12 changed files with 90 additions and 152 deletions

View File

@@ -90,7 +90,6 @@ private:
}
_ofstream.open(_calc_filename(_base_filename, 0, _extension));
}
std::string _base_filename;
std::string _extension;
std::size_t _max_size;
@@ -98,7 +97,6 @@ private:
std::size_t _current_size;
std::mutex mutex_;
std::ofstream _ofstream;
};
/*