mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
fix some build errors
This commit is contained in:
parent
05ea6d0dbd
commit
237465f731
|
@ -230,7 +230,7 @@ private:
|
||||||
|
|
||||||
std::string next_relationship_id(const path &part) const;
|
std::string next_relationship_id(const path &part) const;
|
||||||
|
|
||||||
std::unordered_map<path, part_info, std::hash<hashable>> part_infos_;
|
std::unordered_map<path, part_info> part_infos_;
|
||||||
|
|
||||||
std::vector<relationship> package_relationships_;
|
std::vector<relationship> package_relationships_;
|
||||||
|
|
||||||
|
|
|
@ -179,7 +179,7 @@ namespace std {
|
||||||
template <>
|
template <>
|
||||||
struct hash<xlnt::path>
|
struct hash<xlnt::path>
|
||||||
{
|
{
|
||||||
size_t operator()(const path &p) const
|
size_t operator()(const xlnt::path &p) const
|
||||||
{
|
{
|
||||||
return hasher(p);
|
return hasher(p);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user