Index: devel/pire/files/patch-pire__stub__stl.h =================================================================== --- devel/pire/files/patch-pire__stub__stl.h (nonexistent) +++ devel/pire/files/patch-pire__stub__stl.h (working copy) @@ -0,0 +1,11 @@ +--- pire/stub/stl.h.orig 2013-11-08 18:46:23.000000000 +0100 ++++ pire/stub/stl.h 2016-04-11 15:24:07.891419000 +0200 +@@ -97,7 +97,7 @@ namespace Pire { + ylist(Arg1 arg1, Arg2 arg2, Arg3 arg3): std::list(arg1, arg2, arg3) {} + }; + +- template< class K, class V, class C = std::less, class A = std::allocator< std::pair > > ++ template< class K, class V, class C = std::less, class A = std::allocator< std::pair > > + class ymap: public std::map { + public: + ymap(): std::map() {} Property changes on: devel/pire/files/patch-pire__stub__stl.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property