src/lemon/bits/item_writer.h
changeset 1429 4283998fb2be
parent 1415 2a5810c2f806
child 1434 d8475431bbbb
     1.1 --- a/src/lemon/bits/item_writer.h	Thu May 19 11:46:42 2005 +0000
     1.2 +++ b/src/lemon/bits/item_writer.h	Thu May 19 11:49:42 2005 +0000
     1.3 @@ -177,6 +177,10 @@
     1.4      }
     1.5    };
     1.6  
     1.7 +  template <>
     1.8 +  class DefaultWriter<std::string> 
     1.9 +    : public QuotedStringWriter<std::string> {};
    1.10 +
    1.11    template <typename Item>
    1.12    class DefaultWriter<std::vector<Item> > 
    1.13      : public IterableWriter<std::vector<Item> > {};