From 9072b0c98ba4f9412885a1a32002ee7214fd3dc0 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 30 Jan 2014 03:36:23 +0000 Subject: Attempting to fix OSX compatibility, it's not 100%, but it builds and most things seem to work. We've also tested against LLVM. --- src/stable/string.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/stable/string.h') diff --git a/src/stable/string.h b/src/stable/string.h index 3f8452d..bd1fe6c 100644 --- a/src/stable/string.h +++ b/src/stable/string.h @@ -569,6 +569,8 @@ namespace Bu String( long nSize ); String( const const_iterator &s ); String( const const_iterator &s, const const_iterator &e ); + String( const iterator &s ); + String( const iterator &s, const iterator &e ); virtual ~String(); /** @@ -646,6 +648,8 @@ namespace Bu */ void append( const const_iterator &s, const const_iterator &e ); + void append( const iterator &s, const iterator &e ); + /** * Prepend another String to this one. *@param sData (String &) The String to prepend. -- cgit v1.2.3