2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-01 08:32:11 +00:00

ported the graph library to borland

[SVN r7965]
This commit is contained in:
Jeremy Siek
2000-10-17 00:16:05 +00:00
parent 9435201530
commit ea086c75e0
29 changed files with 246 additions and 180 deletions

View File

@@ -61,7 +61,7 @@
using namespace std;
int main(int argc, char* argv[])
int main(int , char* [])
{
using namespace boost;
typedef adjacency_list <vecS, vecS, undirectedS> Graph;