Skip to content

Commit 18c9210

Browse files
Fixed compiler error
Update #548
1 parent 1f2e04d commit 18c9210

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/h5cpp/node/dataset.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ unsigned long long Dataset::chunk_storage_size(
207207

208208
#endif
209209

210+
/*
210211
void Dataset::write(const char *data,const property::DatasetTransferList &dtpl)
211212
{
212213
write(std::string(data),dtpl);
@@ -215,7 +216,7 @@ void Dataset::write(const char *data,const property::DatasetTransferList &dtpl)
215216
void Dataset::write(const char *data,const property::DatasetTransferList &dtpl) const
216217
{
217218
write(std::string(data),dtpl);
218-
}
219+
}*/
219220

220221
filter::ExternalFilters Dataset::filters() const
221222
{

0 commit comments

Comments
 (0)