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 730d554 commit 44b02fbCopy full SHA for 44b02fb
include/binsparse/binsparse.hpp
@@ -13,7 +13,7 @@
13
14
namespace binsparse {
15
16
-inline constexpr std::string version("0.1");
+inline constexpr char* version = "0.1";
17
18
template <typename T>
19
void write_dense_vector(H5::Group& f, std::span<T> v,
0 commit comments