[mathic] 13/13: needed to make struct public in order to compile under clang 3.6.1
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sun Sep 6 14:40:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch upstream
in repository mathic.
commit 18ff8ac35f5a12b034f9279609ccc470ea85f41f
Author: Mike Stillman <mikestillman1 at gmail.com>
Date: Wed Jun 3 09:40:46 2015 -0400
needed to make struct public in order to compile under clang 3.6.1
---
src/mathic/Geobucket.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mathic/Geobucket.h b/src/mathic/Geobucket.h
index 0784608..9bd9e4b 100755
--- a/src/mathic/Geobucket.h
+++ b/src/mathic/Geobucket.h
@@ -171,6 +171,7 @@ namespace mathic {
Geobucket(const Geobucket&); // unavailable
Geobucket& operator=(const Geobucket&); // unavailable
+ public: // MES: clang complains when this is private (in GeoFront.h)
struct Bucket {
Bucket(size_t capacity, Entry* buffer, Entry* otherBuffer);
size_t size() const {return _size;}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathic.git
More information about the debian-science-commits
mailing list