Skip to content

Commit

Permalink
bitcoin-script
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-jusiak committed Sep 18, 2024
1 parent c8311e4 commit 2ca7357
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bitcoin-script/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,7 @@
* Implements a drop-in replacement for std::vector<T>
* which stores up to N elements directly (without heap allocation).
*/
template<unsigned int N,
typename T,
typename Size = uint32_t,
typename Diff = int32_t>
template<unsigned int N, typename T>
class prevector;
```
<!-- .element: class="fragment" data-fragment-index="1" -->
Expand Down

0 comments on commit 2ca7357

Please sign in to comment.