8000 Fix build errors on Mac OSX 10.8 by ville-k · Pull Request #2 · hypertable/hypertable · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@ville-k
Copy link
@ville-k ville-k commented Oct 29, 2012

These changes fix build errors (but not warnings) on OSX 10.8 with compiler:

Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn

Only one (Blob::size vs Blob::size()) of the fixed build errors looked worrisome.

  • access Blob::size member variable instead of
    calling non-existent function Blob::size()
  • specify template base class (Allocator) when
    calling it's functions from a subclass
  • remove duplicate declaration of a function and
    change the declaration to use correct type
  • wrap overloaded std::string operators inside the
    std namespace

* access Blob::size member variable instead of
  calling non-existent function Blob::size()
* specify template base class (Allocator) when
  calling it's functions from a subclass
* remove duplicate declaration of a function and
  change the declaration to use correct type
* wrap overloaded std::string operators inside the
  std namespace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

0