depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
third_party
/
immer
/
test
/
flex_vector
/
issue-47.cpp
blob: 7757fe4ee4e5e457bd5906e6e6147855bd0fe511 (
plain
) (
blame
)
1
2
3
4
5
#include
<immer/flex_vector.hpp>
immer::flex_vector<
int
> v{
1
};
int
main
() {
return
0
; }