Skip to content

Commit fdc17a0

Browse files
committed
Compile with clang (needed some namespace and template annotations and reordering of includes)
git-svn-id: file:///Users/tack/GecodeGitMigration/gecode-svn-mirror/gecode/trunk@14443 e85b7adc-8362-4630-8c63-7469d557c915
1 parent 0aac758 commit fdc17a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gecode/search.hh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,7 @@ namespace Gecode {
753753
*/
754754
template<template<class> class E, class T>
755755
class RBS : public Search::EngineBase<T> {
756+
using Search::EngineBase<T>::e;
756757
public:
757758
/// Initialize engine for space \a s and options \a o
758759
RBS(T* s, const Search::Options& o);

0 commit comments

Comments
 (0)