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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user