diff --git a/docs/compress__sparse__triplets_8hpp_source.html b/docs/compress__sparse__triplets_8hpp_source.html index d8a6f4e7..b9d97ccb 100644 --- a/docs/compress__sparse__triplets_8hpp_source.html +++ b/docs/compress__sparse__triplets_8hpp_source.html @@ -206,7 +206,7 @@
158 std::partial_sum(output.begin(), output.end(), output.begin());
159
160 return output;
-
161};
+
161}
162
163}
164
diff --git a/docs/medians_8hpp_source.html b/docs/medians_8hpp_source.html index 5e5df32b..6933e2a5 100644 --- a/docs/medians_8hpp_source.html +++ b/docs/medians_8hpp_source.html @@ -188,7 +188,7 @@
117 }
118
119 return output;
-
120};
+
120}
125}
126
137template<typename Output_ = double, typename Value_, typename Index_>