This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
dds
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Stray semicolon
default_compile_flags
vector-of-bool
5 years ago
parent
a019ed9e0b
commit
abe4478323
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
src/neo/buffer_algorithm.hpp
+ 1
- 1
src/neo/buffer_algorithm.hpp
View File
@@ -36,7 +36,7 @@ constexpr std::size_t buffer_size(const Seq& seq) {
++iter;
}
return size;
}
;
}
template <typename MutableSeq, typename ConstSeq>
constexpr std::size_t
Write
Preview
Loading…
Cancel
Save