Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thejohnfreeman/d57a570ba6e7ccbd260db6c6778eb97f to your computer and use it in GitHub Desktop.
Save thejohnfreeman/d57a570ba6e7ccbd260db6c6778eb97f to your computer and use it in GitHub Desktop.
In file included from ../../.nih_c/ninja/GNU_7.4.0/Debug/src/soci/include/soci/into-type.h:13:0,
from ../../.nih_c/ninja/GNU_7.4.0/Debug/src/soci/include/soci/blob-exchange.h:12,
from ../../.nih_c/ninja/GNU_7.4.0/Debug/src/soci/include/soci/soci.h:15,
from ../../src/ripple/core/SociDB.h:39,
from ../../src/ripple/core/DatabaseCon.h:24,
from ../../src/ripple/overlay/PeerReservationTable.h:24,
from ../../src/ripple/overlay/impl/PeerReservationTable.cpp:20:
../../.nih_c/ninja/GNU_7.4.0/Debug/src/soci/include/soci/exchange-traits.h: In instantiation of ‘struct soci::details::exchange_traits<ripple::PublicKey>’:
../../.nih_c/ninja/GNU_7.4.0/Debug/src/soci/include/soci/bind-values.h:111:76: required from ‘void soci::details::use_type_vector::exchange_(const soci::details::use_container<const T, void>&, ...) [with T = ripple::PublicKey]’
../../.nih_c/ninja/GNU_7.4.0/Debug/src/soci/include/soci/bind-values.h:40:9: required from ‘void soci::details::use_type_vector::exchange(const soci::details::use_container<T, Indicator>&) [with T = const ripple::PublicKey; Indicator = void]’
../../.nih_c/ninja/GNU_7.4.0/Debug/src/soci/include/soci/statement.h:55:7: required from ‘void soci::details::statement_impl::exchange(const soci::details::use_container<T, Indicator>&) [with T = const ripple::PublicKey; Indicator = void]’
../../.nih_c/ninja/GNU_7.4.0/Debug/src/soci/include/soci/statement.h:202:70: required from ‘void soci::statement::exchange(const soci::details::use_container<T, Indicator>&) [with T = const ripple::PublicKey; Indicator = void]’
../../.nih_c/ninja/GNU_7.4.0/Debug/src/soci/include/soci/ref-counted-statement.h:92:27: required from ‘void soci::details::ref_counted_statement::exchange(T&) [with T = const soci::details::use_container<const ripple::PublicKey, void>]’
../../.nih_c/ninja/GNU_7.4.0/Debug/src/soci/include/soci/once-temp-type.h:55:9: required from ‘soci::details::once_temp_type& soci::details::once_temp_type::operator,(const soci::details::use_container<T, Indicator>&) [with T = const ripple::PublicKey; Indicator = void]’
../../src/ripple/overlay/impl/PeerReservationTable.cpp:94:25: required from here
../../.nih_c/ninja/GNU_7.4.0/Debug/src/soci/include/soci/exchange-traits.h:36:5: error: incomplete type ‘soci::details::exchange_traits<ripple::PublicKey>’ used in nested name specifier
{
^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment