add vc++ 2008 to the list.

This commit is contained in:
Artem Pavlenko 2011-11-22 10:01:40 +00:00
parent e1de25318d
commit e940fb374d

View file

@ -43,9 +43,9 @@ namespace mapnik
struct MAPNIK_DECL text_symbolizer : public symbolizer_base
{
// Note - we do not use boost::make_shared below as VC2010 is
// not able to compile make_shared used within a constructor
text_symbolizer(expression_ptr name, std::string const& face_name,
// Note - we do not use boost::make_shared below as VC2008 and VC2010 are
// not able to compile make_shared used within a constructor
text_symbolizer(expression_ptr name, std::string const& face_name,
float size, color const& fill,
text_placements_ptr placements = text_placements_ptr(new text_placements_dummy)
);