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 d67cfa6 commit 730d554Copy full SHA for 730d554
include/binsparse/binsparse.hpp
@@ -13,7 +13,7 @@
13
14
namespace binsparse {
15
16
-inline constexpr std::string version = "0.1";
+inline constexpr 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