Skip to content

Instantly share code, notes, and snippets.

@ibizaman
Created January 14, 2013 15:03
Show Gist options
  • Select an option

  • Save ibizaman/4530623 to your computer and use it in GitHub Desktop.

Select an option

Save ibizaman/4530623 to your computer and use it in GitHub Desktop.
g++ -c test/DBTableTest.cpp -o build/test/objects/test/DBTableTest.o -I. -std=c++11 -DTEST -O0 -g -Wall -Werror -Wmissing-include-dirs -Wextra -Wcast-qual -Wwrite-strings -Wconversion -pedantic -Winit-self -Wunused -Wfloat-equal -Wcast-align
In file included from ./database/DBTable.h:35:0,
from test/DBTableTest.cpp:3:
./database/DBTable.cpp:20:9: error: template instantiation depth exceeds maximum of 900 (use -ftemplate-depth= to increase the maximum) substituting 'template<int I> void DBTable::populateFromDB(std::shared_ptr<sql::ResultSet>) [with int I = I; Columns = {int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool}] [with int I = 899]'
./database/DBTable.cpp:20:9: recursively required from 'void DBTable<Columns>::populateFromDB(std::shared_ptr<sql::ResultSet>) [with int I = 1; Columns = {int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool}]'
./database/DBTable.cpp:20:9: required from 'void DBTable<Columns>::populateFromDB(std::shared_ptr<sql::ResultSet>) [with int I = 0; Columns = {int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool}]'
./database/DBTable.cpp:10:9: required from 'DBTable<Columns>::DBTable(const string&, DBTable<Columns>::Names, std::shared_ptr<sql::ResultSet>) [with Columns = {int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool}; std::string = std::basic_string<char>; DBTable<Columns>::Names = std::array<std::basic_string<char>, 3ul>]'
test/DBTableTest.cpp:13:57: required from here
./database/DBTable.cpp:20:9: error: no matching function for call to 'DBTable<int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool>::populateFromDB(std::shared_ptr<sql::ResultSet>&)'
./database/DBTable.cpp:20:9: note: candidate is:
In file included from test/DBTableTest.cpp:3:0:
./database/DBTable.h:26:26: note: template<int I> void DBTable::populateFromDB(std::shared_ptr<sql::ResultSet>) [with int I = I; Columns = {int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool}]
./database/DBTable.h:26:26: note: substitution of deduced template arguments resulted in errors seen above
In file included from /usr/local/include/gmock/gmock-generated-function-mockers.h:43:0,
from /usr/local/include/gmock/gmock.h:61,
from test/DBTableTest.cpp:2:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'testing::internal::UntypedActionResultHolderBase* testing::internal::FunctionMockerBase<F>::UntypedPerformDefaultAction(const void*, const string&) const [with F = void(long unsigned int); testing::internal::string = std::basic_string<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1448:75: error: no matching function for call to 'testing::internal::ActionResultHolder<void>::PerformDefaultAction(const testing::internal::FunctionMockerBase<void(long unsigned int)>* const, const ArgumentTuple&, const string&)'
/usr/local/include/gmock/gmock-spec-builders.h:1448:75: note: candidate is:
/usr/local/include/gmock/gmock-spec-builders.h:1363:30: note: template<class F> static testing::internal::ActionResultHolder<void>* testing::internal::ActionResultHolder<void>::PerformDefaultAction(const testing::internal::FunctionMockerBase<F>*, const typename testing::internal::Function<F>::ArgumentTuple&, const string&)
/usr/local/include/gmock/gmock-spec-builders.h:1363:30: note: template argument deduction/substitution failed:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'testing::internal::UntypedActionResultHolderBase* testing::internal::FunctionMockerBase<F>::UntypedPerformAction(const void*, const void*) const [with F = void(long unsigned int)]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1462:52: error: no matching function for call to 'testing::internal::ActionResultHolder<void>::PerformAction(const testing::Action<void(long unsigned int)>&, const ArgumentTuple&)'
/usr/local/include/gmock/gmock-spec-builders.h:1462:52: note: candidate is:
/usr/local/include/gmock/gmock-spec-builders.h:1373:30: note: template<class F> static testing::internal::ActionResultHolder<void>* testing::internal::ActionResultHolder<void>::PerformAction(const testing::Action<F>&, const typename testing::internal::Function<F>::ArgumentTuple&)
/usr/local/include/gmock/gmock-spec-builders.h:1373:30: note: template argument deduction/substitution failed:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'void testing::internal::FunctionMockerBase<F>::UntypedDescribeUninterestingCall(const void*, std::ostream*) const [with F = void(long unsigned int); std::ostream = std::basic_ostream<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1563:5: error: no matching function for call to 'UniversalPrint(const ArgumentTuple&, std::ostream*&)'
/usr/local/include/gmock/gmock-spec-builders.h:1563:5: note: candidate is:
In file included from /usr/local/include/gtest/internal/gtest-param-util.h:47:0,
from /usr/local/include/gtest/gtest-param-test.h:192,
from /usr/local/include/gtest/gtest.h:61,
from test/DBTableTest.cpp:1:
/usr/local/include/gtest/gtest-printers.h:696:6: note: template<class T> void testing::internal::UniversalPrint(const T&, std::ostream*)
/usr/local/include/gtest/gtest-printers.h:696:6: note: template argument deduction/substitution failed:
In file included from /usr/local/include/gmock/gmock-generated-function-mockers.h:43:0,
from /usr/local/include/gmock/gmock.h:61,
from test/DBTableTest.cpp:2:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'void testing::internal::FunctionMockerBase<F>::UntypedPrintArgs(const void*, std::ostream*) const [with F = void(long unsigned int); std::ostream = std::basic_ostream<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1612:5: error: no matching function for call to 'UniversalPrint(const ArgumentTuple&, std::ostream*&)'
/usr/local/include/gmock/gmock-spec-builders.h:1612:5: note: candidate is:
In file included from /usr/local/include/gtest/internal/gtest-param-util.h:47:0,
from /usr/local/include/gtest/gtest-param-test.h:192,
from /usr/local/include/gtest/gtest.h:61,
from test/DBTableTest.cpp:1:
/usr/local/include/gtest/gtest-printers.h:696:6: note: template<class T> void testing::internal::UniversalPrint(const T&, std::ostream*)
/usr/local/include/gtest/gtest-printers.h:696:6: note: template argument deduction/substitution failed:
In file included from /usr/local/include/gmock/gmock-generated-function-mockers.h:43:0,
from /usr/local/include/gmock/gmock.h:61,
from test/DBTableTest.cpp:2:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'testing::internal::UntypedActionResultHolderBase* testing::internal::FunctionMockerBase<F>::UntypedPerformDefaultAction(const void*, const string&) const [with F = sql::ResultSet::enum_type(); testing::internal::string = std::basic_string<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1448:75: error: no matching function for call to 'testing::internal::ActionResultHolder<sql::ResultSet::enum_type>::PerformDefaultAction(const testing::internal::FunctionMockerBase<sql::ResultSet::enum_type()>* const, const ArgumentTuple&, const string&)'
/usr/local/include/gmock/gmock-spec-builders.h:1448:75: note: candidate is:
/usr/local/include/gmock/gmock-spec-builders.h:1329:30: note: template<class F> static testing::internal::ActionResultHolder* testing::internal::ActionResultHolder::PerformDefaultAction(const testing::internal::FunctionMockerBase<F>*, const typename testing::internal::Function<F>::ArgumentTuple&, const string&) [with F = F; T = sql::ResultSet::enum_type]
/usr/local/include/gmock/gmock-spec-builders.h:1329:30: note: template argument deduction/substitution failed:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'testing::internal::UntypedActionResultHolderBase* testing::internal::FunctionMockerBase<F>::UntypedPerformAction(const void*, const void*) const [with F = sql::ResultSet::enum_type()]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1462:52: error: no matching function for call to 'testing::internal::ActionResultHolder<sql::ResultSet::enum_type>::PerformAction(const testing::Action<sql::ResultSet::enum_type()>&, const ArgumentTuple&)'
/usr/local/include/gmock/gmock-spec-builders.h:1462:52: note: candidate is:
/usr/local/include/gmock/gmock-spec-builders.h:1341:3: note: template<class F> static testing::internal::ActionResultHolder* testing::internal::ActionResultHolder::PerformAction(const testing::Action<Func>&, const typename testing::internal::Function<F>::ArgumentTuple&) [with F = F; T = sql::ResultSet::enum_type]
/usr/local/include/gmock/gmock-spec-builders.h:1341:3: note: template argument deduction/substitution failed:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'void testing::internal::FunctionMockerBase<F>::UntypedDescribeUninterestingCall(const void*, std::ostream*) const [with F = sql::ResultSet::enum_type(); std::ostream = std::basic_ostream<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1563:5: error: no matching function for call to 'UniversalPrint(const ArgumentTuple&, std::ostream*&)'
/usr/local/include/gmock/gmock-spec-builders.h:1563:5: note: candidate is:
In file included from /usr/local/include/gtest/internal/gtest-param-util.h:47:0,
from /usr/local/include/gtest/gtest-param-test.h:192,
from /usr/local/include/gtest/gtest.h:61,
from test/DBTableTest.cpp:1:
/usr/local/include/gtest/gtest-printers.h:696:6: note: template<class T> void testing::internal::UniversalPrint(const T&, std::ostream*)
/usr/local/include/gtest/gtest-printers.h:696:6: note: template argument deduction/substitution failed:
In file included from /usr/local/include/gmock/gmock-generated-function-mockers.h:43:0,
from /usr/local/include/gmock/gmock.h:61,
from test/DBTableTest.cpp:2:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'void testing::internal::FunctionMockerBase<F>::UntypedPrintArgs(const void*, std::ostream*) const [with F = sql::ResultSet::enum_type(); std::ostream = std::basic_ostream<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1612:5: error: no matching function for call to 'UniversalPrint(const ArgumentTuple&, std::ostream*&)'
/usr/local/include/gmock/gmock-spec-builders.h:1612:5: note: candidate is:
In file included from /usr/local/include/gtest/internal/gtest-param-util.h:47:0,
from /usr/local/include/gtest/gtest-param-test.h:192,
from /usr/local/include/gtest/gtest.h:61,
from test/DBTableTest.cpp:1:
/usr/local/include/gtest/gtest-printers.h:696:6: note: template<class T> void testing::internal::UniversalPrint(const T&, std::ostream*)
/usr/local/include/gtest/gtest-printers.h:696:6: note: template argument deduction/substitution failed:
In file included from /usr/local/include/gmock/gmock-generated-function-mockers.h:43:0,
from /usr/local/include/gmock/gmock.h:61,
from test/DBTableTest.cpp:2:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'testing::internal::UntypedActionResultHolderBase* testing::internal::FunctionMockerBase<F>::UntypedPerformDefaultAction(const void*, const string&) const [with F = sql::SQLString(const sql::SQLString&); testing::internal::string = std::basic_string<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1448:75: error: no matching function for call to 'testing::internal::ActionResultHolder<sql::SQLString>::PerformDefaultAction(const testing::internal::FunctionMockerBase<sql::SQLString(const sql::SQLString&)>* const, const ArgumentTuple&, const string&)'
/usr/local/include/gmock/gmock-spec-builders.h:1448:75: note: candidate is:
/usr/local/include/gmock/gmock-spec-builders.h:1329:30: note: template<class F> static testing::internal::ActionResultHolder* testing::internal::ActionResultHolder::PerformDefaultAction(const testing::internal::FunctionMockerBase<F>*, const typename testing::internal::Function<F>::ArgumentTuple&, const string&) [with F = F; T = sql::SQLString]
/usr/local/include/gmock/gmock-spec-builders.h:1329:30: note: template argument deduction/substitution failed:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'testing::internal::UntypedActionResultHolderBase* testing::internal::FunctionMockerBase<F>::UntypedPerformAction(const void*, const void*) const [with F = sql::SQLString(const sql::SQLString&)]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1462:52: error: no matching function for call to 'testing::internal::ActionResultHolder<sql::SQLString>::PerformAction(const testing::Action<sql::SQLString(const sql::SQLString&)>&, const ArgumentTuple&)'
/usr/local/include/gmock/gmock-spec-builders.h:1462:52: note: candidate is:
/usr/local/include/gmock/gmock-spec-builders.h:1341:3: note: template<class F> static testing::internal::ActionResultHolder* testing::internal::ActionResultHolder::PerformAction(const testing::Action<Func>&, const typename testing::internal::Function<F>::ArgumentTuple&) [with F = F; T = sql::SQLString]
/usr/local/include/gmock/gmock-spec-builders.h:1341:3: note: template argument deduction/substitution failed:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'void testing::internal::FunctionMockerBase<F>::UntypedDescribeUninterestingCall(const void*, std::ostream*) const [with F = sql::SQLString(const sql::SQLString&); std::ostream = std::basic_ostream<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1563:5: error: no matching function for call to 'UniversalPrint(const ArgumentTuple&, std::ostream*&)'
/usr/local/include/gmock/gmock-spec-builders.h:1563:5: note: candidate is:
In file included from /usr/local/include/gtest/internal/gtest-param-util.h:47:0,
from /usr/local/include/gtest/gtest-param-test.h:192,
from /usr/local/include/gtest/gtest.h:61,
from test/DBTableTest.cpp:1:
/usr/local/include/gtest/gtest-printers.h:696:6: note: template<class T> void testing::internal::UniversalPrint(const T&, std::ostream*)
/usr/local/include/gtest/gtest-printers.h:696:6: note: template argument deduction/substitution failed:
In file included from /usr/local/include/gmock/gmock-generated-function-mockers.h:43:0,
from /usr/local/include/gmock/gmock.h:61,
from test/DBTableTest.cpp:2:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'void testing::internal::FunctionMockerBase<F>::UntypedPrintArgs(const void*, std::ostream*) const [with F = sql::SQLString(const sql::SQLString&); std::ostream = std::basic_ostream<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1612:5: error: no matching function for call to 'UniversalPrint(const ArgumentTuple&, std::ostream*&)'
/usr/local/include/gmock/gmock-spec-builders.h:1612:5: note: candidate is:
In file included from /usr/local/include/gtest/internal/gtest-param-util.h:47:0,
from /usr/local/include/gtest/gtest-param-test.h:192,
from /usr/local/include/gtest/gtest.h:61,
from test/DBTableTest.cpp:1:
/usr/local/include/gtest/gtest-printers.h:696:6: note: template<class T> void testing::internal::UniversalPrint(const T&, std::ostream*)
/usr/local/include/gtest/gtest-printers.h:696:6: note: template argument deduction/substitution failed:
In file included from /usr/local/include/gmock/gmock-generated-function-mockers.h:43:0,
from /usr/local/include/gmock/gmock.h:61,
from test/DBTableTest.cpp:2:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'testing::internal::UntypedActionResultHolderBase* testing::internal::FunctionMockerBase<F>::UntypedPerformDefaultAction(const void*, const string&) const [with F = sql::SQLString(unsigned int); testing::internal::string = std::basic_string<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1448:75: error: no matching function for call to 'testing::internal::ActionResultHolder<sql::SQLString>::PerformDefaultAction(const testing::internal::FunctionMockerBase<sql::SQLString(unsigned int)>* const, const ArgumentTuple&, const string&)'
/usr/local/include/gmock/gmock-spec-builders.h:1448:75: note: candidate is:
/usr/local/include/gmock/gmock-spec-builders.h:1329:30: note: template<class F> static testing::internal::ActionResultHolder* testing::internal::ActionResultHolder::PerformDefaultAction(const testing::internal::FunctionMockerBase<F>*, const typename testing::internal::Function<F>::ArgumentTuple&, const string&) [with F = F; T = sql::SQLString]
/usr/local/include/gmock/gmock-spec-builders.h:1329:30: note: template argument deduction/substitution failed:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'testing::internal::UntypedActionResultHolderBase* testing::internal::FunctionMockerBase<F>::UntypedPerformAction(const void*, const void*) const [with F = sql::SQLString(unsigned int)]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1462:52: error: no matching function for call to 'testing::internal::ActionResultHolder<sql::SQLString>::PerformAction(const testing::Action<sql::SQLString(unsigned int)>&, const ArgumentTuple&)'
/usr/local/include/gmock/gmock-spec-builders.h:1462:52: note: candidate is:
/usr/local/include/gmock/gmock-spec-builders.h:1341:3: note: template<class F> static testing::internal::ActionResultHolder* testing::internal::ActionResultHolder::PerformAction(const testing::Action<Func>&, const typename testing::internal::Function<F>::ArgumentTuple&) [with F = F; T = sql::SQLString]
/usr/local/include/gmock/gmock-spec-builders.h:1341:3: note: template argument deduction/substitution failed:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'void testing::internal::FunctionMockerBase<F>::UntypedDescribeUninterestingCall(const void*, std::ostream*) const [with F = sql::SQLString(unsigned int); std::ostream = std::basic_ostream<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1563:5: error: no matching function for call to 'UniversalPrint(const ArgumentTuple&, std::ostream*&)'
/usr/local/include/gmock/gmock-spec-builders.h:1563:5: note: candidate is:
In file included from /usr/local/include/gtest/internal/gtest-param-util.h:47:0,
from /usr/local/include/gtest/gtest-param-test.h:192,
from /usr/local/include/gtest/gtest.h:61,
from test/DBTableTest.cpp:1:
/usr/local/include/gtest/gtest-printers.h:696:6: note: template<class T> void testing::internal::UniversalPrint(const T&, std::ostream*)
/usr/local/include/gtest/gtest-printers.h:696:6: note: template argument deduction/substitution failed:
In file included from /usr/local/include/gmock/gmock-generated-function-mockers.h:43:0,
from /usr/local/include/gmock/gmock.h:61,
from test/DBTableTest.cpp:2:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'void testing::internal::FunctionMockerBase<F>::UntypedPrintArgs(const void*, std::ostream*) const [with F = sql::SQLString(unsigned int); std::ostream = std::basic_ostream<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1612:5: error: no matching function for call to 'UniversalPrint(const ArgumentTuple&, std::ostream*&)'
/usr/local/include/gmock/gmock-spec-builders.h:1612:5: note: candidate is:
In file included from /usr/local/include/gtest/internal/gtest-param-util.h:47:0,
from /usr/local/include/gtest/gtest-param-test.h:192,
from /usr/local/include/gtest/gtest.h:61,
from test/DBTableTest.cpp:1:
/usr/local/include/gtest/gtest-printers.h:696:6: note: template<class T> void testing::internal::UniversalPrint(const T&, std::ostream*)
/usr/local/include/gtest/gtest-printers.h:696:6: note: template argument deduction/substitution failed:
In file included from /usr/local/include/gmock/gmock-generated-function-mockers.h:43:0,
from /usr/local/include/gmock/gmock.h:61,
from test/DBTableTest.cpp:2:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'testing::internal::UntypedActionResultHolderBase* testing::internal::FunctionMockerBase<F>::UntypedPerformDefaultAction(const void*, const string&) const [with F = const sql::Statement*(); testing::internal::string = std::basic_string<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1448:75: error: no matching function for call to 'testing::internal::ActionResultHolder<const sql::Statement*>::PerformDefaultAction(const testing::internal::FunctionMockerBase<const sql::Statement*()>* const, const ArgumentTuple&, const string&)'
/usr/local/include/gmock/gmock-spec-builders.h:1448:75: note: candidate is:
/usr/local/include/gmock/gmock-spec-builders.h:1329:30: note: template<class F> static testing::internal::ActionResultHolder* testing::internal::ActionResultHolder::PerformDefaultAction(const testing::internal::FunctionMockerBase<F>*, const typename testing::internal::Function<F>::ArgumentTuple&, const string&) [with F = F; T = const sql::Statement*]
/usr/local/include/gmock/gmock-spec-builders.h:1329:30: note: template argument deduction/substitution failed:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'testing::internal::UntypedActionResultHolderBase* testing::internal::FunctionMockerBase<F>::UntypedPerformAction(const void*, const void*) const [with F = const sql::Statement*()]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1462:52: error: no matching function for call to 'testing::internal::ActionResultHolder<const sql::Statement*>::PerformAction(const testing::Action<const sql::Statement*()>&, const ArgumentTuple&)'
/usr/local/include/gmock/gmock-spec-builders.h:1462:52: note: candidate is:
/usr/local/include/gmock/gmock-spec-builders.h:1341:3: note: template<class F> static testing::internal::ActionResultHolder* testing::internal::ActionResultHolder::PerformAction(const testing::Action<Func>&, const typename testing::internal::Function<F>::ArgumentTuple&) [with F = F; T = const sql::Statement*]
/usr/local/include/gmock/gmock-spec-builders.h:1341:3: note: template argument deduction/substitution failed:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'void testing::internal::FunctionMockerBase<F>::UntypedDescribeUninterestingCall(const void*, std::ostream*) const [with F = const sql::Statement*(); std::ostream = std::basic_ostream<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1563:5: error: no matching function for call to 'UniversalPrint(const ArgumentTuple&, std::ostream*&)'
/usr/local/include/gmock/gmock-spec-builders.h:1563:5: note: candidate is:
In file included from /usr/local/include/gtest/internal/gtest-param-util.h:47:0,
from /usr/local/include/gtest/gtest-param-test.h:192,
from /usr/local/include/gtest/gtest.h:61,
from test/DBTableTest.cpp:1:
/usr/local/include/gtest/gtest-printers.h:696:6: note: template<class T> void testing::internal::UniversalPrint(const T&, std::ostream*)
/usr/local/include/gtest/gtest-printers.h:696:6: note: template argument deduction/substitution failed:
In file included from /usr/local/include/gmock/gmock-generated-function-mockers.h:43:0,
from /usr/local/include/gmock/gmock.h:61,
from test/DBTableTest.cpp:2:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'void testing::internal::FunctionMockerBase<F>::UntypedPrintArgs(const void*, std::ostream*) const [with F = const sql::Statement*(); std::ostream = std::basic_ostream<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1612:5: error: no matching function for call to 'UniversalPrint(const ArgumentTuple&, std::ostream*&)'
/usr/local/include/gmock/gmock-spec-builders.h:1612:5: note: candidate is:
In file included from /usr/local/include/gtest/internal/gtest-param-util.h:47:0,
from /usr/local/include/gtest/gtest-param-test.h:192,
from /usr/local/include/gtest/gtest.h:61,
from test/DBTableTest.cpp:1:
/usr/local/include/gtest/gtest-printers.h:696:6: note: template<class T> void testing::internal::UniversalPrint(const T&, std::ostream*)
/usr/local/include/gtest/gtest-printers.h:696:6: note: template argument deduction/substitution failed:
In file included from /usr/local/include/gmock/gmock-generated-function-mockers.h:43:0,
from /usr/local/include/gmock/gmock.h:61,
from test/DBTableTest.cpp:2:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'testing::internal::UntypedActionResultHolderBase* testing::internal::FunctionMockerBase<F>::UntypedPerformDefaultAction(const void*, const string&) const [with F = sql::RowID*(const sql::SQLString&); testing::internal::string = std::basic_string<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1448:75: error: no matching function for call to 'testing::internal::ActionResultHolder<sql::RowID*>::PerformDefaultAction(const testing::internal::FunctionMockerBase<sql::RowID*(const sql::SQLString&)>* const, const ArgumentTuple&, const string&)'
/usr/local/include/gmock/gmock-spec-builders.h:1448:75: note: candidate is:
/usr/local/include/gmock/gmock-spec-builders.h:1329:30: note: template<class F> static testing::internal::ActionResultHolder* testing::internal::ActionResultHolder::PerformDefaultAction(const testing::internal::FunctionMockerBase<F>*, const typename testing::internal::Function<F>::ArgumentTuple&, const string&) [with F = F; T = sql::RowID*]
/usr/local/include/gmock/gmock-spec-builders.h:1329:30: note: template argument deduction/substitution failed:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'testing::internal::UntypedActionResultHolderBase* testing::internal::FunctionMockerBase<F>::UntypedPerformAction(const void*, const void*) const [with F = sql::RowID*(const sql::SQLString&)]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1462:52: error: no matching function for call to 'testing::internal::ActionResultHolder<sql::RowID*>::PerformAction(const testing::Action<sql::RowID*(const sql::SQLString&)>&, const ArgumentTuple&)'
/usr/local/include/gmock/gmock-spec-builders.h:1462:52: note: candidate is:
/usr/local/include/gmock/gmock-spec-builders.h:1341:3: note: template<class F> static testing::internal::ActionResultHolder* testing::internal::ActionResultHolder::PerformAction(const testing::Action<Func>&, const typename testing::internal::Function<F>::ArgumentTuple&) [with F = F; T = sql::RowID*]
/usr/local/include/gmock/gmock-spec-builders.h:1341:3: note: template argument deduction/substitution failed:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'void testing::internal::FunctionMockerBase<F>::UntypedDescribeUninterestingCall(const void*, std::ostream*) const [with F = sql::RowID*(const sql::SQLString&); std::ostream = std::basic_ostream<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1563:5: error: no matching function for call to 'UniversalPrint(const ArgumentTuple&, std::ostream*&)'
/usr/local/include/gmock/gmock-spec-builders.h:1563:5: note: candidate is:
In file included from /usr/local/include/gtest/internal/gtest-param-util.h:47:0,
from /usr/local/include/gtest/gtest-param-test.h:192,
from /usr/local/include/gtest/gtest.h:61,
from test/DBTableTest.cpp:1:
/usr/local/include/gtest/gtest-printers.h:696:6: note: template<class T> void testing::internal::UniversalPrint(const T&, std::ostream*)
/usr/local/include/gtest/gtest-printers.h:696:6: note: template argument deduction/substitution failed:
In file included from /usr/local/include/gmock/gmock-generated-function-mockers.h:43:0,
from /usr/local/include/gmock/gmock.h:61,
from test/DBTableTest.cpp:2:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'void testing::internal::FunctionMockerBase<F>::UntypedPrintArgs(const void*, std::ostream*) const [with F = sql::RowID*(const sql::SQLString&); std::ostream = std::basic_ostream<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1612:5: error: no matching function for call to 'UniversalPrint(const ArgumentTuple&, std::ostream*&)'
/usr/local/include/gmock/gmock-spec-builders.h:1612:5: note: candidate is:
In file included from /usr/local/include/gtest/internal/gtest-param-util.h:47:0,
from /usr/local/include/gtest/gtest-param-test.h:192,
from /usr/local/include/gtest/gtest.h:61,
from test/DBTableTest.cpp:1:
/usr/local/include/gtest/gtest-printers.h:696:6: note: template<class T> void testing::internal::UniversalPrint(const T&, std::ostream*)
/usr/local/include/gtest/gtest-printers.h:696:6: note: template argument deduction/substitution failed:
In file included from /usr/local/include/gmock/gmock-generated-function-mockers.h:43:0,
from /usr/local/include/gmock/gmock.h:61,
from test/DBTableTest.cpp:2:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'testing::internal::UntypedActionResultHolderBase* testing::internal::FunctionMockerBase<F>::UntypedPerformDefaultAction(const void*, const string&) const [with F = sql::RowID*(unsigned int); testing::internal::string = std::basic_string<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1448:75: error: no matching function for call to 'testing::internal::ActionResultHolder<sql::RowID*>::PerformDefaultAction(const testing::internal::FunctionMockerBase<sql::RowID*(unsigned int)>* const, const ArgumentTuple&, const string&)'
/usr/local/include/gmock/gmock-spec-builders.h:1448:75: note: candidate is:
/usr/local/include/gmock/gmock-spec-builders.h:1329:30: note: template<class F> static testing::internal::ActionResultHolder* testing::internal::ActionResultHolder::PerformDefaultAction(const testing::internal::FunctionMockerBase<F>*, const typename testing::internal::Function<F>::ArgumentTuple&, const string&) [with F = F; T = sql::RowID*]
/usr/local/include/gmock/gmock-spec-builders.h:1329:30: note: template argument deduction/substitution failed:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'testing::internal::UntypedActionResultHolderBase* testing::internal::FunctionMockerBase<F>::UntypedPerformAction(const void*, const void*) const [with F = sql::RowID*(unsigned int)]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1462:52: error: no matching function for call to 'testing::internal::ActionResultHolder<sql::RowID*>::PerformAction(const testing::Action<sql::RowID*(unsigned int)>&, const ArgumentTuple&)'
/usr/local/include/gmock/gmock-spec-builders.h:1462:52: note: candidate is:
/usr/local/include/gmock/gmock-spec-builders.h:1341:3: note: template<class F> static testing::internal::ActionResultHolder* testing::internal::ActionResultHolder::PerformAction(const testing::Action<Func>&, const typename testing::internal::Function<F>::ArgumentTuple&) [with F = F; T = sql::RowID*]
/usr/local/include/gmock/gmock-spec-builders.h:1341:3: note: template argument deduction/substitution failed:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'void testing::internal::FunctionMockerBase<F>::UntypedDescribeUninterestingCall(const void*, std::ostream*) const [with F = sql::RowID*(unsigned int); std::ostream = std::basic_ostream<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1563:5: error: no matching function for call to 'UniversalPrint(const ArgumentTuple&, std::ostream*&)'
/usr/local/include/gmock/gmock-spec-builders.h:1563:5: note: candidate is:
In file included from /usr/local/include/gtest/internal/gtest-param-util.h:47:0,
from /usr/local/include/gtest/gtest-param-test.h:192,
from /usr/local/include/gtest/gtest.h:61,
from test/DBTableTest.cpp:1:
/usr/local/include/gtest/gtest-printers.h:696:6: note: template<class T> void testing::internal::UniversalPrint(const T&, std::ostream*)
/usr/local/include/gtest/gtest-printers.h:696:6: note: template argument deduction/substitution failed:
In file included from /usr/local/include/gmock/gmock-generated-function-mockers.h:43:0,
from /usr/local/include/gmock/gmock.h:61,
from test/DBTableTest.cpp:2:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'void testing::internal::FunctionMockerBase<F>::UntypedPrintArgs(const void*, std::ostream*) const [with F = sql::RowID*(unsigned int); std::ostream = std::basic_ostream<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1612:5: error: no matching function for call to 'UniversalPrint(const ArgumentTuple&, std::ostream*&)'
/usr/local/include/gmock/gmock-spec-builders.h:1612:5: note: candidate is:
In file included from /usr/local/include/gtest/internal/gtest-param-util.h:47:0,
from /usr/local/include/gtest/gtest-param-test.h:192,
from /usr/local/include/gtest/gtest.h:61,
from test/DBTableTest.cpp:1:
/usr/local/include/gtest/gtest-printers.h:696:6: note: template<class T> void testing::internal::UniversalPrint(const T&, std::ostream*)
/usr/local/include/gtest/gtest-printers.h:696:6: note: template argument deduction/substitution failed:
In file included from /usr/local/include/gmock/gmock-generated-function-mockers.h:43:0,
from /usr/local/include/gmock/gmock.h:61,
from test/DBTableTest.cpp:2:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'testing::internal::UntypedActionResultHolderBase* testing::internal::FunctionMockerBase<F>::UntypedPerformDefaultAction(const void*, const string&) const [with F = sql::ResultSetMetaData*(); testing::internal::string = std::basic_string<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1448:75: error: no matching function for call to 'testing::internal::ActionResultHolder<sql::ResultSetMetaData*>::PerformDefaultAction(const testing::internal::FunctionMockerBase<sql::ResultSetMetaData*()>* const, const ArgumentTuple&, const string&)'
/usr/local/include/gmock/gmock-spec-builders.h:1448:75: note: candidate is:
/usr/local/include/gmock/gmock-spec-builders.h:1329:30: note: template<class F> static testing::internal::ActionResultHolder* testing::internal::ActionResultHolder::PerformDefaultAction(const testing::internal::FunctionMockerBase<F>*, const typename testing::internal::Function<F>::ArgumentTuple&, const string&) [with F = F; T = sql::ResultSetMetaData*]
/usr/local/include/gmock/gmock-spec-builders.h:1329:30: note: template argument deduction/substitution failed:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'testing::internal::UntypedActionResultHolderBase* testing::internal::FunctionMockerBase<F>::UntypedPerformAction(const void*, const void*) const [with F = sql::ResultSetMetaData*()]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1462:52: error: no matching function for call to 'testing::internal::ActionResultHolder<sql::ResultSetMetaData*>::PerformAction(const testing::Action<sql::ResultSetMetaData*()>&, const ArgumentTuple&)'
/usr/local/include/gmock/gmock-spec-builders.h:1462:52: note: candidate is:
/usr/local/include/gmock/gmock-spec-builders.h:1341:3: note: template<class F> static testing::internal::ActionResultHolder* testing::internal::ActionResultHolder::PerformAction(const testing::Action<Func>&, const typename testing::internal::Function<F>::ArgumentTuple&) [with F = F; T = sql::ResultSetMetaData*]
/usr/local/include/gmock/gmock-spec-builders.h:1341:3: note: template argument deduction/substitution failed:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'void testing::internal::FunctionMockerBase<F>::UntypedDescribeUninterestingCall(const void*, std::ostream*) const [with F = sql::ResultSetMetaData*(); std::ostream = std::basic_ostream<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1563:5: error: no matching function for call to 'UniversalPrint(const ArgumentTuple&, std::ostream*&)'
/usr/local/include/gmock/gmock-spec-builders.h:1563:5: note: candidate is:
In file included from /usr/local/include/gtest/internal/gtest-param-util.h:47:0,
from /usr/local/include/gtest/gtest-param-test.h:192,
from /usr/local/include/gtest/gtest.h:61,
from test/DBTableTest.cpp:1:
/usr/local/include/gtest/gtest-printers.h:696:6: note: template<class T> void testing::internal::UniversalPrint(const T&, std::ostream*)
/usr/local/include/gtest/gtest-printers.h:696:6: note: template argument deduction/substitution failed:
In file included from /usr/local/include/gmock/gmock-generated-function-mockers.h:43:0,
from /usr/local/include/gmock/gmock.h:61,
from test/DBTableTest.cpp:2:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'void testing::internal::FunctionMockerBase<F>::UntypedPrintArgs(const void*, std::ostream*) const [with F = sql::ResultSetMetaData*(); std::ostream = std::basic_ostream<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1612:5: error: no matching function for call to 'UniversalPrint(const ArgumentTuple&, std::ostream*&)'
/usr/local/include/gmock/gmock-spec-builders.h:1612:5: note: candidate is:
In file included from /usr/local/include/gtest/internal/gtest-param-util.h:47:0,
from /usr/local/include/gtest/gtest-param-test.h:192,
from /usr/local/include/gtest/gtest.h:61,
from test/DBTableTest.cpp:1:
/usr/local/include/gtest/gtest-printers.h:696:6: note: template<class T> void testing::internal::UniversalPrint(const T&, std::ostream*)
/usr/local/include/gtest/gtest-printers.h:696:6: note: template argument deduction/substitution failed:
In file included from /usr/local/include/gmock/gmock-generated-function-mockers.h:43:0,
from /usr/local/include/gmock/gmock.h:61,
from test/DBTableTest.cpp:2:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'testing::internal::UntypedActionResultHolderBase* testing::internal::FunctionMockerBase<F>::UntypedPerformDefaultAction(const void*, const string&) const [with F = long long unsigned int(const sql::SQLString&); testing::internal::string = std::basic_string<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1448:75: error: no matching function for call to 'testing::internal::ActionResultHolder<long long unsigned int>::PerformDefaultAction(const testing::internal::FunctionMockerBase<long long unsigned int(const sql::SQLString&)>* const, const ArgumentTuple&, const string&)'
/usr/local/include/gmock/gmock-spec-builders.h:1448:75: note: candidate is:
/usr/local/include/gmock/gmock-spec-builders.h:1329:30: note: template<class F> static testing::internal::ActionResultHolder* testing::internal::ActionResultHolder::PerformDefaultAction(const testing::internal::FunctionMockerBase<F>*, const typename testing::internal::Function<F>::ArgumentTuple&, const string&) [with F = F; T = long long unsigned int]
/usr/local/include/gmock/gmock-spec-builders.h:1329:30: note: template argument deduction/substitution failed:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'testing::internal::UntypedActionResultHolderBase* testing::internal::FunctionMockerBase<F>::UntypedPerformAction(const void*, const void*) const [with F = long long unsigned int(const sql::SQLString&)]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1462:52: error: no matching function for call to 'testing::internal::ActionResultHolder<long long unsigned int>::PerformAction(const testing::Action<long long unsigned int(const sql::SQLString&)>&, const ArgumentTuple&)'
/usr/local/include/gmock/gmock-spec-builders.h:1462:52: note: candidate is:
/usr/local/include/gmock/gmock-spec-builders.h:1341:3: note: template<class F> static testing::internal::ActionResultHolder* testing::internal::ActionResultHolder::PerformAction(const testing::Action<Func>&, const typename testing::internal::Function<F>::ArgumentTuple&) [with F = F; T = long long unsigned int]
/usr/local/include/gmock/gmock-spec-builders.h:1341:3: note: template argument deduction/substitution failed:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'void testing::internal::FunctionMockerBase<F>::UntypedDescribeUninterestingCall(const void*, std::ostream*) const [with F = long long unsigned int(const sql::SQLString&); std::ostream = std::basic_ostream<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1563:5: error: no matching function for call to 'UniversalPrint(const ArgumentTuple&, std::ostream*&)'
/usr/local/include/gmock/gmock-spec-builders.h:1563:5: note: candidate is:
In file included from /usr/local/include/gtest/internal/gtest-param-util.h:47:0,
from /usr/local/include/gtest/gtest-param-test.h:192,
from /usr/local/include/gtest/gtest.h:61,
from test/DBTableTest.cpp:1:
/usr/local/include/gtest/gtest-printers.h:696:6: note: template<class T> void testing::internal::UniversalPrint(const T&, std::ostream*)
/usr/local/include/gtest/gtest-printers.h:696:6: note: template argument deduction/substitution failed:
In file included from /usr/local/include/gmock/gmock-generated-function-mockers.h:43:0,
from /usr/local/include/gmock/gmock.h:61,
from test/DBTableTest.cpp:2:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'void testing::internal::FunctionMockerBase<F>::UntypedPrintArgs(const void*, std::ostream*) const [with F = long long unsigned int(const sql::SQLString&); std::ostream = std::basic_ostream<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1612:5: error: no matching function for call to 'UniversalPrint(const ArgumentTuple&, std::ostream*&)'
/usr/local/include/gmock/gmock-spec-builders.h:1612:5: note: candidate is:
In file included from /usr/local/include/gtest/internal/gtest-param-util.h:47:0,
from /usr/local/include/gtest/gtest-param-test.h:192,
from /usr/local/include/gtest/gtest.h:61,
from test/DBTableTest.cpp:1:
/usr/local/include/gtest/gtest-printers.h:696:6: note: template<class T> void testing::internal::UniversalPrint(const T&, std::ostream*)
/usr/local/include/gtest/gtest-printers.h:696:6: note: template argument deduction/substitution failed:
In file included from /usr/local/include/gmock/gmock-generated-function-mockers.h:43:0,
from /usr/local/include/gmock/gmock.h:61,
from test/DBTableTest.cpp:2:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'testing::internal::UntypedActionResultHolderBase* testing::internal::FunctionMockerBase<F>::UntypedPerformDefaultAction(const void*, const string&) const [with F = long long unsigned int(unsigned int); testing::internal::string = std::basic_string<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1448:75: error: no matching function for call to 'testing::internal::ActionResultHolder<long long unsigned int>::PerformDefaultAction(const testing::internal::FunctionMockerBase<long long unsigned int(unsigned int)>* const, const ArgumentTuple&, const string&)'
/usr/local/include/gmock/gmock-spec-builders.h:1448:75: note: candidate is:
/usr/local/include/gmock/gmock-spec-builders.h:1329:30: note: template<class F> static testing::internal::ActionResultHolder* testing::internal::ActionResultHolder::PerformDefaultAction(const testing::internal::FunctionMockerBase<F>*, const typename testing::internal::Function<F>::ArgumentTuple&, const string&) [with F = F; T = long long unsigned int]
/usr/local/include/gmock/gmock-spec-builders.h:1329:30: note: template argument deduction/substitution failed:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'testing::internal::UntypedActionResultHolderBase* testing::internal::FunctionMockerBase<F>::UntypedPerformAction(const void*, const void*) const [with F = long long unsigned int(unsigned int)]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1462:52: error: no matching function for call to 'testing::internal::ActionResultHolder<long long unsigned int>::PerformAction(const testing::Action<long long unsigned int(unsigned int)>&, const ArgumentTuple&)'
/usr/local/include/gmock/gmock-spec-builders.h:1462:52: note: candidate is:
/usr/local/include/gmock/gmock-spec-builders.h:1341:3: note: template<class F> static testing::internal::ActionResultHolder* testing::internal::ActionResultHolder::PerformAction(const testing::Action<Func>&, const typename testing::internal::Function<F>::ArgumentTuple&) [with F = F; T = long long unsigned int]
/usr/local/include/gmock/gmock-spec-builders.h:1341:3: note: template argument deduction/substitution failed:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'void testing::internal::FunctionMockerBase<F>::UntypedDescribeUninterestingCall(const void*, std::ostream*) const [with F = long long unsigned int(unsigned int); std::ostream = std::basic_ostream<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1563:5: error: no matching function for call to 'UniversalPrint(const ArgumentTuple&, std::ostream*&)'
/usr/local/include/gmock/gmock-spec-builders.h:1563:5: note: candidate is:
In file included from /usr/local/include/gtest/internal/gtest-param-util.h:47:0,
from /usr/local/include/gtest/gtest-param-test.h:192,
from /usr/local/include/gtest/gtest.h:61,
from test/DBTableTest.cpp:1:
/usr/local/include/gtest/gtest-printers.h:696:6: note: template<class T> void testing::internal::UniversalPrint(const T&, std::ostream*)
/usr/local/include/gtest/gtest-printers.h:696:6: note: template argument deduction/substitution failed:
In file included from /usr/local/include/gmock/gmock-generated-function-mockers.h:43:0,
from /usr/local/include/gmock/gmock.h:61,
from test/DBTableTest.cpp:2:
/usr/local/include/gmock/gmock-spec-builders.h: In instantiation of 'void testing::internal::FunctionMockerBase<F>::UntypedPrintArgs(const void*, std::ostream*) const [with F = long long unsigned int(unsigned int); std::ostream = std::basic_ostream<char>]':
test/DBTableTest.cpp:29:1: required from here
/usr/local/include/gmock/gmock-spec-builders.h:1612:5: error: no matching function for call to 'UniversalPrint(const ArgumentTuple&, std::ostream*&)'
/usr/local/include/gmock/gmock-spec-builders.h:1612:5: note: candidate is:
In file included from /usr/local/include/gtest/internal/gtest-param-util.h:47:0,
from /usr/local/include/gtest/gtest-param-test.h:192,
from /usr/local/include/gtest/gtest.h:61,
from test/DBTableTest.cpp:1:
/usr/local/include/gtest/gtest-printers.h:696:6: note: template<class T> void testing::internal::UniversalPrint(const T&, std::ostream*)
/usr/local/include/gtest/gtest-printers.h:696:6: note: template argument deduction/substitution failed:
In file included from /usr/local/include/gmock/gmock-generated-function-mockers.h:43:0,
from /usr/local/include/gmock/gmock.h:61,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment