Skip to content

Commit

Permalink
modify for gcc 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
carfly committed Mar 20, 2013
1 parent 176aaf2 commit 0f02952
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/_srl/tree.hh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
#include <iterator>
#include <set>
#include <queue>
#include <cstddef>

// HP-style construct/destroy have gone from the standard,
// so here is a copy.
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/crfpp/param.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ namespace CRFPP {
return result;
}

template <>
/*template <>
//#ifdef _WIN32
static
//#endif
std::string lexical_cast<std::string, std::string>(std::string arg) {
return arg;
}
}*/

struct Option {
const char *name;
Expand Down
1 change: 1 addition & 0 deletions thirdparty/crfpp/path.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#ifndef CRFPP_PATH_H__
#define CRFPP_PATH_H__

#include <stdlib.h>
#include <vector>
#include "node.h"

Expand Down

0 comments on commit 0f02952

Please sign in to comment.