• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/beecrypt/0004-gcc-4.7.patch
Peter KorsgaardPeter Korsgaard committed 298cd8eaa2103 Feb 2015
Raw file
Source viewDiff to previous
 
1
Really fixes gcc-4.7 related compile error:
2
../../include/beecrypt/c++/util/AbstractSet.h:59:27: error: 'containsAll' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
3
​
4
Downloaded from upstream bugtracker:
5
http://sourceforge.net/p/beecrypt/patches/10/
6
​
7
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
8
​
9
--- a/include/beecrypt/c++/util/AbstractSet.h
10
+++ b/include/beecrypt/c++/util/AbstractSet.h
11
@@ -56,7 +56,7 @@
12
                    if (c->size() != size())
13
                        return false;
14
 
15
-                   return containsAll(*c);
16
+                   return this->containsAll(*c);
17
                }
18
                return false;
19
            }
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.