diff --git a/include/fc/network/ip.hpp b/include/fc/network/ip.hpp index 1f23c5e..8c5f548 100755 --- a/include/fc/network/ip.hpp +++ b/include/fc/network/ip.hpp @@ -113,7 +113,7 @@ namespace fc { } } // namespace fc -FC_REFLECT_TYPENAME( fc::ip::address ) +FC_REFLECT_EMPTY( fc::ip::address ) FC_REFLECT_TYPENAME( fc::ip::endpoint ) namespace std { diff --git a/src/exception.cpp b/src/exception.cpp index 0693f1a..a7fc4fe 100755 --- a/src/exception.cpp +++ b/src/exception.cpp @@ -15,7 +15,6 @@ namespace fc FC_IMPLEMENT_EXCEPTION( key_not_found_exception, key_not_found_exception_code, "Key Not Found" ) FC_IMPLEMENT_EXCEPTION( bad_cast_exception, bad_cast_exception_code, "Bad Cast" ) FC_IMPLEMENT_EXCEPTION( out_of_range_exception, out_of_range_exception_code, "Out of Range" ) - FC_IMPLEMENT_EXCEPTION( method_not_found_exception, method_not_found_exception_code, "Method Not Found" ); FC_IMPLEMENT_EXCEPTION( invalid_operation_exception, invalid_operation_exception_code, "Invalid Operation" ) FC_IMPLEMENT_EXCEPTION( unknown_host_exception, unknown_host_exception_code, "Unknown Host" ) FC_IMPLEMENT_EXCEPTION( canceled_exception, canceled_exception_code, "Canceled" )