source:
lemon-0.x/src/work/klao/map_test.cc
@
284:2d4684f76aac
Last change on this file since 284:2d4684f76aac was 283:91e78d9b78f4, checked in by , 21 years ago | |
---|---|
File size: 177 bytes |
Line | |
---|---|
1 | #include <iostream> |
2 | |
3 | #include <skeletons/maps.h> |
4 | |
5 | using namespace std; |
6 | using namespace hugo::skeleton; |
7 | |
8 | int main() |
9 | { |
10 | ReadableMap<int, char> a; |
11 | |
12 | cout << sizeof a << endl; |
13 | |
14 | } |
Note: See TracBrowser
for help on using the repository browser.