Merge pull request #63 from mikezackles/bytecoin_for_merge

Misc fixes from bytecoin
This commit is contained in:
mikezackles 2014-07-17 19:23:49 -04:00
commit 905b67bc79
16 changed files with 53 additions and 61 deletions

View file

@ -80,7 +80,7 @@ inline void get(std::istream &input, std::vector<char> &res) {
}
}
#if !defined(_MSC_VER)
#if !defined(_MSC_VER) || _MSC_VER >= 1800
template<typename T, typename... TT>
typename std::enable_if<(sizeof...(TT) > 0), void>::type