Changeset d226bf
- Timestamp:
- 10/10/07 03:18:45 (6 years ago)
- Children:
- e663e9
- Parents:
- cb1e7b
- git-author:
- Tiago de Paula Peixoto <tiago@…> (10/10/07 03:18:45)
- git-committer:
- Tiago de Paula Peixoto <tiago@…> (10/10/07 03:18:45)
- Location:
- src
- Files:
-
- 2 edited
-
boost-workaround/boost/graph/graphml.hpp (modified) (1 diff)
-
graph/graph_properties.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/boost-workaround/boost/graph/graphml.hpp
r929c0e rd226bf 182 182 MutableGraph& m_g; 183 183 dynamic_properties& m_dp; 184 typedef mpl::vector<bool, int, long , float, double, std::string> value_types;184 typedef mpl::vector<bool, int, long long, float, double, std::string> value_types; 185 185 static const char* m_type_names[]; 186 186 }; -
src/graph/graph_properties.hh
r57d3cf rd226bf 36 36 37 37 // global property types 38 typedef boost::mpl::vector<bool, int, long , size_t, float, double, std::string, pos_t> value_types;38 typedef boost::mpl::vector<bool, int, long long, size_t, float, double, std::string, pos_t> value_types; 39 39 extern const char* type_names[]; 40 40 41 41 // scalar types 42 typedef boost::mpl::vector<bool, int, long , size_t, float, double> scalar_types;42 typedef boost::mpl::vector<bool, int, long long, size_t, float, double> scalar_types; 43 43 extern const char* scalar_names[]; 44 44
Note: See TracChangeset
for help on using the changeset viewer.


