mirror of
https://github.com/boostorg/graph.git
synced 2025-05-11 13:24:01 +00:00
test (just a stub for now) to ensuer that the file will compile without any additional includes. [SVN r49563]
12 lines
245 B
C++
12 lines
245 B
C++
|
|
#include <boost/graph/read_dimacs.hpp>
|
|
#include <boost/graph/write_dimacs.hpp>
|
|
|
|
// This is obviously just a stub test. It's currently only used as a compile
|
|
// check to make sure that the includes are appropriate.
|
|
|
|
int main()
|
|
{
|
|
return 0;
|
|
}
|