diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-19 04:02:39 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-19 04:02:39 (GMT) |
commit | d656f556b85fb25903d5f18c6a9557d6ed0e6f7d (patch) | |
tree | dc28c5a2ee8fbad8fd1480a2f67a0e9fe5298f14 /src/dxfdim.cc | |
parent | aa2c67d24925a8b9465d5a908662091b705cf7cc (diff) |
debugging failed test: throwntogethertest polygons
Diffstat (limited to 'src/dxfdim.cc')
-rw-r--r-- | src/dxfdim.cc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/dxfdim.cc b/src/dxfdim.cc index dfe8c13..6f1b0ab 100644 --- a/src/dxfdim.cc +++ b/src/dxfdim.cc @@ -36,9 +36,11 @@ #include <sstream> #include <boost/filesystem.hpp> - -boost::unordered_map<std::string,Value> dxf_dim_cache; -boost::unordered_map<std::string,Value> dxf_cross_cache; +//boost::unordered_map<std::string,Value> dxf_dim_cache; +//boost::unordered_map<std::string,Value> dxf_cross_cache; +#include <map> +std::map<std::string,Value> dxf_dim_cache; +std::map<std::string,Value> dxf_cross_cache; namespace fs = boost::filesystem; Value builtin_dxf_dim(const Context *ctx, const std::vector<std::string> &argnames, const std::vector<Value> &args) |