Move to raw pointers

This commit is contained in:
2020-04-20 12:48:03 +02:00
parent 1750f05632
commit 4459d2eff6
2 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ class FastH5Writer {
uint64_t current_pulse_id_;
size_t current_frame_index_;
std::unordered_map<std::string, std::unique_ptr<char>> buffers_;
std::unordered_map<std::string, char*> buffers_;
std::unordered_map<std::string, H5::DataSet> datasets_;
std::unordered_map<std::string, H5::PredType> scalar_metadata_;