Navigation Menu

Skip to content

Commit

Permalink
Got rid of larank deprecated warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Apr 11, 2012
1 parent c80508e commit a826101
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/shogun/classifier/svm/LaRank.h
Expand Up @@ -53,12 +53,11 @@
#include <vector>
#include <algorithm>
#include <sys/time.h>
#include <ext/hash_map>
#include <ext/hash_set>

#include <set>
#include <map>
#define STDEXT_NAMESPACE __gnu_cxx
#define std_hash_map STDEXT_NAMESPACE::hash_map
#define std_hash_set STDEXT_NAMESPACE::hash_set
#define std_hash_map std::map
#define std_hash_set std::set

#include <shogun/io/SGIO.h>
#include <shogun/kernel/Kernel.h>
Expand Down

0 comments on commit a826101

Please sign in to comment.