← Back to team overview

zorba-coders team mailing list archive

[Bug 1000478] [NEW] Build errors using Xcode 4.3.2

 

Public bug reported:

src/util/string/rstring.h:1956:12: error: 'append_safe' is a private member of 'zorba::rstring<zorba::rstring_classes::rep<zorba::atomic_int, std::char_traits<char>, std::allocator<char> > >'
    result.append_safe( s1.data(), s1.size(), s2.data(), s2.size() );
           ^

** Affects: zorba
     Importance: High
     Assignee: Paul J. Lucas (paul-lucas)
         Status: In Progress

** Changed in: zorba
       Status: New => In Progress

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1000478

Title:
  Build errors using Xcode 4.3.2

Status in Zorba - The XQuery Processor:
  In Progress

Bug description:
  src/util/string/rstring.h:1956:12: error: 'append_safe' is a private member of 'zorba::rstring<zorba::rstring_classes::rep<zorba::atomic_int, std::char_traits<char>, std::allocator<char> > >'
      result.append_safe( s1.data(), s1.size(), s2.data(), s2.size() );
             ^

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1000478/+subscriptions


Follow ups

References