mirror of
https://github.com/boostorg/graph.git
synced 2026-02-26 04:42:16 +00:00
Factored out declspec code; added BOOST_GRAPH_SOURCE where necessary
[SVN r58179]
This commit is contained in:
@@ -10,9 +10,11 @@
|
||||
// Andrew Lumsdaine
|
||||
// Tiago de Paula Peixoto
|
||||
|
||||
#define BOOST_GRAPH_SOURCE
|
||||
#include <boost/foreach.hpp>
|
||||
#include <boost/optional.hpp>
|
||||
#include <boost/graph/graphml.hpp>
|
||||
#include <boost/graph/dll_import_export.hpp>
|
||||
#include <boost/property_tree/ptree.hpp>
|
||||
#include <boost/property_tree/xml_parser.hpp>
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
// Ronald Garcia
|
||||
//
|
||||
|
||||
#define BOOST_GRAPH_SOURCE
|
||||
#include <boost/ref.hpp>
|
||||
#include <boost/function/function2.hpp>
|
||||
#include <boost/property_map/dynamic_property_map.hpp>
|
||||
@@ -44,6 +45,7 @@
|
||||
#include <boost/regex.hpp>
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/graph/dll_import_export.hpp>
|
||||
#include <boost/graph/graphviz.hpp>
|
||||
|
||||
namespace boost {
|
||||
|
||||
Reference in New Issue
Block a user