COIN-OR::LEMON - Graph Library

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 Mihaly Barasz, 21 years ago

map tests (not yet)

File size: 177 bytes
Line 
1#include <iostream>
2
3#include <skeletons/maps.h>
4
5using namespace std;
6using namespace hugo::skeleton;
7
8int 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.