diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/object.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/object.hpp b/cpp/object.hpp index b4c21f1..860b569 100644 --- a/cpp/object.hpp +++ b/cpp/object.hpp @@ -314,7 +314,6 @@ packer<Stream>& operator<< (packer<Stream>& o, const object& v) o << *p; } return o; - // FIXME loop optimiziation case type::MAP: o.pack_map(v.via.map.size); @@ -325,7 +324,6 @@ packer<Stream>& operator<< (packer<Stream>& o, const object& v) o << p->val; } return o; - // FIXME loop optimiziation default: throw type_error(); |