We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b02fb commit fbbe4d0Copy full SHA for fbbe4d0
include/binsparse/binsparse.hpp
@@ -13,7 +13,7 @@
13
14
namespace binsparse {
15
16
-inline constexpr char* version = "0.1";
+inline const std::string version = "0.1";
17
18
template <typename T>
19
void write_dense_vector(H5::Group& f, std::span<T> v,
0 commit comments