[mathic] 13/30: needed to make struct public in order to compile under clang 3.6.1

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Mar 20 20:58:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository mathic.

commit 482074cdc69b8fa70c634506c2388956091c3b27
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