Skip to content

Commit

Permalink
Merge pull request themuseblockchain#2 from cwyyprog/cwyyprog-fix-for…
Browse files Browse the repository at this point in the history
…-build-with-gcc7.2-2

fix compile error
  • Loading branch information
cwyyprog authored Nov 14, 2017
2 parents 1296ebb + d157c2c commit 56d5d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fc/reflect/typename.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace fc {
class exception;
namespace ip { class address; }

template<typename T> class get_typename{};
template<typename... T> struct get_typename;
template<> struct get_typename<int32_t> { static const char* name() { return "int32_t"; } };
template<> struct get_typename<int64_t> { static const char* name() { return "int64_t"; } };
template<> struct get_typename<int16_t> { static const char* name() { return "int16_t"; } };
Expand Down

0 comments on commit 56d5d45

Please sign in to comment.