=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for uriparser-0.9.5 Scanning dependencies of target uriparser Scanning dependencies of target testrunner [ 2%] Building C object CMakeFiles/uriparser.dir/src/UriCompare.c.o [ 5%] Building C object CMakeFiles/uriparser.dir/src/UriCommon.c.o [ 7%] Building C object CMakeFiles/uriparser.dir/src/UriEscape.c.o [ 10%] Building CXX object CMakeFiles/testrunner.dir/test/FourSuite.cpp.o In file included from /usr/include/g++/type_traits:35:0, from /usr/pkg/include/gtest/gtest.h:59, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /usr/include/g++/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options. #error This file requires compiler and library support \ ^ [ 13%] Building CXX object CMakeFiles/testrunner.dir/test/MemoryManagerSuite.cpp.o [ 15%] Building CXX object CMakeFiles/testrunner.dir/test/test.cpp.o In file included from /usr/include/g++/type_traits:35:0, from /usr/pkg/include/gtest/gtest.h:59, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:27: /usr/include/g++/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options. #error This file requires compiler and library support \ ^ In file included from /usr/include/g++/type_traits:35:0, from /usr/pkg/include/gtest/gtest.h:59, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /usr/include/g++/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options. #error This file requires compiler and library support \ ^ [ 18%] Building C object CMakeFiles/uriparser.dir/src/UriFile.c.o In file included from /usr/pkg/include/gtest/internal/gtest-internal.h:40:0, from /usr/pkg/include/gtest/gtest.h:62, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /usr/pkg/include/gtest/internal/gtest-port.h:835:12: error: 'std::get' has not been declared using std::get; ^ /usr/pkg/include/gtest/internal/gtest-port.h:836:12: error: 'std::make_tuple' has not been declared using std::make_tuple; ^ /usr/pkg/include/gtest/internal/gtest-port.h:837:12: error: 'std::tuple' has not been declared using std::tuple; ^ /usr/pkg/include/gtest/internal/gtest-port.h:838:12: error: 'std::tuple_element' has not been declared using std::tuple_element; ^ /usr/pkg/include/gtest/internal/gtest-port.h:839:12: error: 'std::tuple_size' has not been declared using std::tuple_size; ^ /usr/pkg/include/gtest/internal/gtest-port.h: In function 'void testing::internal::FlushInfoLog()': /usr/pkg/include/gtest/internal/gtest-port.h:972:37: error: 'nullptr' was not declared in this scope inline void FlushInfoLog() { fflush(nullptr); } ^ /usr/pkg/include/gtest/internal/gtest-port.h: In function 'To testing::internal::DownCast_(From*)': /usr/pkg/include/gtest/internal/gtest-port.h:1082:17: error: 'nullptr' was not declared in this scope const To to = nullptr; ^ /usr/pkg/include/gtest/internal/gtest-port.h:1088:3: error: 'nullptr' was not declared in this scope GTEST_CHECK_(f == nullptr || dynamic_cast(f) != nullptr); ^ /usr/pkg/include/gtest/internal/gtest-port.h: In function 'void testing::internal::SleepMilliseconds(int)': /usr/pkg/include/gtest/internal/gtest-port.h:1157:20: error: 'nullptr' was not declared in this scope nanosleep(&time, nullptr); ^ /usr/pkg/include/gtest/internal/gtest-port.h: In constructor 'testing::internal::Notification::Notification()': /usr/pkg/include/gtest/internal/gtest-port.h:1175:5: error: 'nullptr' was not declared in this scope GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_init(&mutex_, nullptr)); ^ /usr/pkg/include/gtest/internal/gtest-port.h: In function 'void* testing::internal::ThreadFuncWithCLinkage(void*)': /usr/pkg/include/gtest/internal/gtest-port.h:1285:10: error: 'nullptr' was not declared in this scope return nullptr; ^ /usr/pkg/include/gtest/internal/gtest-port.h: In constructor 'testing::internal::ThreadWithParam::ThreadWithParam(void (*)(T), T, testing::internal::Notification*)': /usr/pkg/include/gtest/internal/gtest-port.h:1313:5: error: 'nullptr' was not declared in this scope GTEST_CHECK_POSIX_SUCCESS_( ^ /usr/pkg/include/gtest/internal/gtest-port.h: In member function 'void testing::internal::ThreadWithParam::Join()': /usr/pkg/include/gtest/internal/gtest-port.h:1320:7: error: 'nullptr' was not declared in this scope GTEST_CHECK_POSIX_SUCCESS_(pthread_join(thread_, nullptr)); ^ /usr/pkg/include/gtest/internal/gtest-port.h: In member function 'void testing::internal::ThreadWithParam::Run()': /usr/pkg/include/gtest/internal/gtest-port.h:1326:30: error: 'nullptr' was not declared in this scope if (thread_can_start_ != nullptr) thread_can_start_->WaitForNotification(); ^ /usr/pkg/include/gtest/internal/gtest-port.h: In constructor 'testing::internal::Mutex::Mutex()': /usr/pkg/include/gtest/internal/gtest-port.h:1690:5: error: 'nullptr' was not declared in this scope GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_init(&mutex_, nullptr)); ^ /usr/pkg/include/gtest/internal/gtest-port.h: At global scope: /usr/pkg/include/gtest/internal/gtest-port.h:1832:8: error: 'unique_ptr' in namespace 'std' does not name a template type std::unique_ptr default_factory_; ^ /usr/pkg/include/gtest/internal/gtest-port.h: In constructor 'testing::internal::ThreadLocal::ThreadLocal()': /usr/pkg/include/gtest/internal/gtest-port.h:1743:28: error: class 'testing::internal::ThreadLocal' does not have any field named 'default_factory_' : key_(CreateKey()), default_factory_(new DefaultValueHolderFactory()) {} ^ /usr/pkg/include/gtest/internal/gtest-port.h: In constructor 'testing::internal::ThreadLocal::ThreadLocal(const T&)': /usr/pkg/include/gtest/internal/gtest-port.h:1746:9: error: class 'testing::internal::ThreadLocal' does not have any field named 'default_factory_' default_factory_(new InstanceValueHolderFactory(value)) {} ^ /usr/pkg/include/gtest/internal/gtest-port.h: In member function 'T* testing::internal::ThreadLocal::GetOrCreateValue() const': /usr/pkg/include/gtest/internal/gtest-port.h:1788:19: error: 'nullptr' was not declared in this scope if (holder != nullptr) { ^ /usr/pkg/include/gtest/internal/gtest-port.h:1792:37: error: 'default_factory_' was not declared in this scope ValueHolder* const new_holder = default_factory_->MakeNewHolder(); ^ /usr/pkg/include/gtest/internal/gtest-port.h: At global scope: /usr/pkg/include/gtest/internal/gtest-port.h:1891:1: error: expected unqualified-id before 'using' using bool_constant = std::integral_constant; ^ /usr/pkg/include/gtest/internal/gtest-port.h:2070:1: error: expected unqualified-id before '[' token [[noreturn]] inline void Abort() { abort(); } ^ In file included from /usr/pkg/include/gtest/internal/gtest-internal.h:64:0, from /usr/pkg/include/gtest/gtest.h:62, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /usr/pkg/include/gtest/gtest-message.h:190:14: error: 'unique_ptr' in namespace 'std' does not name a template type const std::unique_ptr< ::std::stringstream> ss_; ^ /usr/pkg/include/gtest/gtest-message.h: In copy constructor 'testing::Message::Message(const testing::Message&)': /usr/pkg/include/gtest/gtest-message.h:101:33: error: class 'testing::Message' does not have any field named 'ss_' Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT ^ /usr/pkg/include/gtest/gtest-message.h:102:6: error: 'ss_' was not declared in this scope *ss_ << msg.GetString(); ^ /usr/pkg/include/gtest/gtest-message.h: In constructor 'testing::Message::Message(const char*)': /usr/pkg/include/gtest/gtest-message.h:106:39: error: class 'testing::Message' does not have any field named 'ss_' explicit Message(const char* str) : ss_(new ::std::stringstream) { ^ /usr/pkg/include/gtest/gtest-message.h:107:6: error: 'ss_' was not declared in this scope *ss_ << str; ^ /usr/pkg/include/gtest/gtest-message.h: In member function 'testing::Message& testing::Message::operator<<(const T&)': /usr/pkg/include/gtest/gtest-message.h:128:6: error: 'ss_' was not declared in this scope *ss_ << val; ^ /usr/pkg/include/gtest/gtest-message.h: In member function 'testing::Message& testing::Message::operator<<(T* const&)': /usr/pkg/include/gtest/gtest-message.h:147:20: error: 'nullptr' was not declared in this scope if (pointer == nullptr) { ^ /usr/pkg/include/gtest/gtest-message.h:148:8: error: 'ss_' was not declared in this scope *ss_ << "(null)"; ^ /usr/pkg/include/gtest/gtest-message.h:150:8: error: 'ss_' was not declared in this scope *ss_ << pointer; ^ /usr/pkg/include/gtest/gtest-message.h: In member function 'testing::Message& testing::Message::operator<<(testing::Message::BasicNarrowIoManip)': /usr/pkg/include/gtest/gtest-message.h:162:6: error: 'ss_' was not declared in this scope *ss_ << val; ^ In file included from /usr/pkg/include/gtest/internal/gtest-internal.h:67:0, from /usr/pkg/include/gtest/gtest.h:62, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /usr/pkg/include/gtest/internal/gtest-type-util.h: In function 'std::string testing::internal::GetTypeName()': /usr/pkg/include/gtest/internal/gtest-type-util.h:91:52: error: 'nullptr' was not declared in this scope char* const readable_name = __cxa_demangle(name, nullptr, nullptr, &status); ^ [ 21%] Building C object CMakeFiles/uriparser.dir/src/UriIp4Base.c.o In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /usr/pkg/include/gtest/internal/gtest-internal.h: At global scope: /usr/pkg/include/gtest/internal/gtest-internal.h:121:27: error: 'enable_if' in namespace 'std' does not name a template type typename std::enable_if::value, ^ /usr/pkg/include/gtest/internal/gtest-internal.h:121:36: error: expected '>' before '<' token typename std::enable_if::value, ^ /usr/pkg/include/gtest/internal/gtest-internal.h:477:7: error: expected nested-name-specifier before 'SetUpTestSuiteFunc' using SetUpTestSuiteFunc = void (*)(); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:478:7: error: expected nested-name-specifier before 'TearDownTestSuiteFunc' using TearDownTestSuiteFunc = void (*)(); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:492:7: error: expected nested-name-specifier before 'SetUpTearDownSuiteFuncType' using SetUpTearDownSuiteFuncType = void (*)(); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:494:8: error: 'SetUpTearDownSuiteFuncType' does not name a type inline SetUpTearDownSuiteFuncType GetNotDefaultOrNull( ^ /usr/pkg/include/gtest/internal/gtest-internal.h:506:9: error: expected nested-name-specifier before 'Test' using Test = ^ /usr/pkg/include/gtest/internal/gtest-internal.h:509:10: error: 'SetUpTearDownSuiteFuncType' does not name a type static SetUpTearDownSuiteFuncType GetSetUpCaseOrSuite(const char* filename, ^ /usr/pkg/include/gtest/internal/gtest-internal.h:524:10: error: 'SetUpTearDownSuiteFuncType' does not name a type static SetUpTearDownSuiteFuncType GetTearDownCaseOrSuite(const char* filename, ^ /usr/pkg/include/gtest/internal/gtest-internal.h:561:30: error: 'SetUpTestSuiteFunc' has not been declared TypeId fixture_class_id, SetUpTestSuiteFunc set_up_tc, ^ /usr/pkg/include/gtest/internal/gtest-internal.h:562:5: error: 'TearDownTestSuiteFunc' has not been declared TearDownTestSuiteFunc tear_down_tc, TestFactoryBase* factory); ^ In file included from /usr/pkg/include/gtest/internal/gtest-internal.h:40:0, from /usr/pkg/include/gtest/gtest.h:62, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:27: /usr/pkg/include/gtest/internal/gtest-port.h:835:12: error: 'std::get' has not been declared using std::get; ^ /usr/pkg/include/gtest/internal/gtest-port.h:836:12: error: 'std::make_tuple' has not been declared using std::make_tuple; ^ /usr/pkg/include/gtest/internal/gtest-port.h:837:12: error: 'std::tuple' has not been declared using std::tuple; ^ /usr/pkg/include/gtest/internal/gtest-port.h:838:12: error: 'std::tuple_element' has not been declared using std::tuple_element; ^ /usr/pkg/include/gtest/internal/gtest-port.h:839:12: error: 'std::tuple_size' has not been declared using std::tuple_size; ^ /usr/pkg/include/gtest/internal/gtest-port.h: In function 'void testing::internal::FlushInfoLog()': /usr/pkg/include/gtest/internal/gtest-port.h:972:37: error: 'nullptr' was not declared in this scope inline void FlushInfoLog() { fflush(nullptr); } ^ /usr/pkg/include/gtest/internal/gtest-port.h: In function 'To testing::internal::DownCast_(From*)': /usr/pkg/include/gtest/internal/gtest-port.h:1082:17: error: 'nullptr' was not declared in this scope const To to = nullptr; ^ /usr/pkg/include/gtest/internal/gtest-port.h:1088:3: error: 'nullptr' was not declared in this scope GTEST_CHECK_(f == nullptr || dynamic_cast(f) != nullptr); ^ /usr/pkg/include/gtest/internal/gtest-port.h: In function 'void testing::internal::SleepMilliseconds(int)': /usr/pkg/include/gtest/internal/gtest-port.h:1157:20: error: 'nullptr' was not declared in this scope nanosleep(&time, nullptr); ^ /usr/pkg/include/gtest/internal/gtest-port.h: In constructor 'testing::internal::Notification::Notification()': /usr/pkg/include/gtest/internal/gtest-port.h:1175:5: error: 'nullptr' was not declared in this scope GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_init(&mutex_, nullptr)); ^ /usr/pkg/include/gtest/internal/gtest-port.h: In function 'void* testing::internal::ThreadFuncWithCLinkage(void*)': /usr/pkg/include/gtest/internal/gtest-port.h:1285:10: error: 'nullptr' was not declared in this scope return nullptr; ^ /usr/pkg/include/gtest/internal/gtest-port.h: In constructor 'testing::internal::ThreadWithParam::ThreadWithParam(void (*)(T), T, testing::internal::Notification*)': /usr/pkg/include/gtest/internal/gtest-port.h:1313:5: error: 'nullptr' was not declared in this scope GTEST_CHECK_POSIX_SUCCESS_( ^ /usr/pkg/include/gtest/internal/gtest-port.h: In member function 'void testing::internal::ThreadWithParam::Join()': /usr/pkg/include/gtest/internal/gtest-port.h:1320:7: error: 'nullptr' was not declared in this scope GTEST_CHECK_POSIX_SUCCESS_(pthread_join(thread_, nullptr)); ^ /usr/pkg/include/gtest/internal/gtest-port.h: In member function 'void testing::internal::ThreadWithParam::Run()': /usr/pkg/include/gtest/internal/gtest-port.h:1326:30: error: 'nullptr' was not declared in this scope if (thread_can_start_ != nullptr) thread_can_start_->WaitForNotification(); ^ /usr/pkg/include/gtest/internal/gtest-internal.h: In member function 'bool testing::internal::TypedTestSuitePState::AddTestName(const char*, int, const char*, const char*)': /usr/pkg/include/gtest/internal/gtest-internal.h:590:7: error: 'Abort' is not a member of 'testing::internal::posix' posix::Abort(); ^ /usr/pkg/include/gtest/internal/gtest-port.h: In constructor 'testing::internal::Mutex::Mutex()': /usr/pkg/include/gtest/internal/gtest-port.h:1690:5: error: 'nullptr' was not declared in this scope GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_init(&mutex_, nullptr)); ^ /usr/pkg/include/gtest/internal/gtest-port.h: At global scope: /usr/pkg/include/gtest/internal/gtest-port.h:1832:8: error: 'unique_ptr' in namespace 'std' does not name a template type std::unique_ptr default_factory_; ^ /usr/pkg/include/gtest/internal/gtest-port.h: In constructor 'testing::internal::ThreadLocal::ThreadLocal()': /usr/pkg/include/gtest/internal/gtest-port.h:1743:28: error: class 'testing::internal::ThreadLocal' does not have any field named 'default_factory_' : key_(CreateKey()), default_factory_(new DefaultValueHolderFactory()) {} ^ /usr/pkg/include/gtest/internal/gtest-internal.h: At global scope: /usr/pkg/include/gtest/internal/gtest-internal.h:622:7: error: expected nested-name-specifier before 'TypedTestCasePState' using TypedTestCasePState = TypedTestSuitePState; ^ /usr/pkg/include/gtest/internal/gtest-port.h: In constructor 'testing::internal::ThreadLocal::ThreadLocal(const T&)': /usr/pkg/include/gtest/internal/gtest-port.h:1746:9: error: class 'testing::internal::ThreadLocal' does not have any field named 'default_factory_' default_factory_(new InstanceValueHolderFactory(value)) {} ^ /usr/pkg/include/gtest/internal/gtest-internal.h: In function 'const char* testing::internal::SkipComma(const char*)': /usr/pkg/include/gtest/internal/gtest-internal.h:631:16: error: 'nullptr' was not declared in this scope if (comma == nullptr) { ^ /usr/pkg/include/gtest/internal/gtest-internal.h: In function 'std::string testing::internal::GetPrefixUntilComma(const char*)': /usr/pkg/include/gtest/internal/gtest-internal.h:642:19: error: 'nullptr' was not declared in this scope return comma == nullptr ? str : std::string(str, comma); ^ /usr/pkg/include/gtest/internal/gtest-port.h: In member function 'T* testing::internal::ThreadLocal::GetOrCreateValue() const': /usr/pkg/include/gtest/internal/gtest-port.h:1788:19: error: 'nullptr' was not declared in this scope if (holder != nullptr) { ^ /usr/pkg/include/gtest/internal/gtest-port.h:1792:37: error: 'default_factory_' was not declared in this scope ValueHolder* const new_holder = default_factory_->MakeNewHolder(); ^ /usr/pkg/include/gtest/internal/gtest-port.h: At global scope: /usr/pkg/include/gtest/internal/gtest-port.h:1891:1: error: expected unqualified-id before 'using' using bool_constant = std::integral_constant; ^ /usr/pkg/include/gtest/internal/gtest-port.h:2070:1: error: expected unqualified-id before '[' token [[noreturn]] inline void Abort() { abort(); } ^ /usr/pkg/include/gtest/internal/gtest-internal.h: In static member function 'static bool testing::internal::TypeParameterizedTest::Register(const char*, const testing::internal::CodeLocation&, const char*, const char*, int, const std::vector >&)': /usr/pkg/include/gtest/internal/gtest-internal.h:711:9: error: 'nullptr' was not declared in this scope nullptr, // No value parameter. ^ /usr/pkg/include/gtest/internal/gtest-internal.h: In static member function 'static bool testing::internal::TypeParameterizedTestSuite::Register(const char*, testing::internal::CodeLocation, const testing::internal::TypedTestSuitePState*, const char*, const char*, const std::vector >&)': /usr/pkg/include/gtest/internal/gtest-internal.h:763:7: error: 'Abort' is not a member of 'testing::internal::posix' posix::Abort(); ^ /usr/pkg/include/gtest/internal/gtest-internal.h: At global scope: /usr/pkg/include/gtest/internal/gtest-internal.h:858:27: error: expected template-name before '<' token : public bool_constant< ^ /usr/pkg/include/gtest/internal/gtest-internal.h:858:27: error: expected '{' before '<' token /usr/pkg/include/gtest/internal/gtest-internal.h:858:27: error: expected unqualified-id before '<' token /usr/pkg/include/gtest/internal/gtest-internal.h:887:28: error: expected type-specifier before 'decltype' class Iterator = decltype(::std::declval().begin()), ^ /usr/pkg/include/gtest/internal/gtest-internal.h:887:28: error: expected '>' before 'decltype' /usr/pkg/include/gtest/internal/gtest-internal.h:892:44: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 IsContainer IsContainerTest(int /* dummy */) { ^ /usr/pkg/include/gtest/internal/gtest-internal.h:915:44: error: 'nullptr' was not declared in this scope static const bool value = sizeof(test(nullptr, nullptr)) == sizeof(int); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:915:53: error: 'nullptr' was not declared in this scope static const bool value = sizeof(test(nullptr, nullptr)) == sizeof(int); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:926:68: error: expected class-name before '{' token struct IsRecursiveContainerImpl : public std::false_type {}; ^ /usr/pkg/include/gtest/internal/gtest-internal.h:934:9: error: expected nested-name-specifier before 'value_type' using value_type = decltype(*std::declval()); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:935:9: error: expected nested-name-specifier before 'type' using type = ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1072:17: error: expected identifier before '!' token static_assert(!std::is_const::value, "Type must not be const"); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1072:17: error: expected ',' or '...' before '!' token /usr/pkg/include/gtest/internal/gtest-internal.h:1073:17: error: expected identifier before '!' token static_assert(!std::is_reference::value, ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1073:17: error: expected ',' or '...' before '!' token /usr/pkg/include/gtest/internal/gtest-internal.h:1073:3: error: 'int testing::internal::NativeArray::static_assert(int)' cannot be overloaded static_assert(!std::is_reference::value, ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1072:3: error: with 'int testing::internal::NativeArray::static_assert(int)' static_assert(!std::is_const::value, "Type must not be const"); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1102:9: error: expected nested-name-specifier before 'type' using type = IndexSequence; ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1110:9: error: expected nested-name-specifier before 'type' using type = IndexSequence; ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1114:9: error: expected nested-name-specifier before 'type' using type = IndexSequence; ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1135:9: error: expected nested-name-specifier before 'type' using type = T; ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1155:9: error: expected nested-name-specifier before 'value_type' using value_type = ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1159:41: error: expected ')' before 't' explicit FlatTupleElemBase(value_type t) : value(std::move(t)) {} ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1160:3: error: 'value_type' does not name a type value_type value; ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1167:59: error: '>>' should be '> >' within a nested template argument list struct FlatTupleBase, IndexSequence> ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1169:9: error: expected nested-name-specifier before 'Indices' using Indices = IndexSequence; ^ /usr/pkg/include/gtest/internal/gtest-internal.h: In constructor 'testing::internal::FlatTupleBase, testing::internal::IndexSequence >::FlatTupleBase(T ...)': /usr/pkg/include/gtest/internal/gtest-internal.h:1172:49: error: 'move' is not a member of 'std' : FlatTupleElemBase, Idx>(std::move(t))... {} ^ /usr/pkg/include/gtest/internal/gtest-internal.h: At global scope: /usr/pkg/include/gtest/internal/gtest-internal.h:1188:9: error: expected nested-name-specifier before 'Indices' using Indices = typename FlatTuple::FlatTupleBase::Indices; ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1195:34: error: 'Indices' was not declared in this scope const typename ElemFromList::type& Get() const { ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1195:47: error: template argument 2 is invalid const typename ElemFromList::type& Get() const { ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1200:28: error: 'Indices' was not declared in this scope typename ElemFromList::type& Get() { ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1200:41: error: template argument 2 is invalid typename ElemFromList::type& Get() { ^ /usr/pkg/include/gtest/internal/gtest-internal.h: In constructor 'testing::internal::FlatTuple::FlatTuple(T ...)': /usr/pkg/include/gtest/internal/gtest-internal.h:1192:57: error: 'move' is not a member of 'std' explicit FlatTuple(T... t) : FlatTuple::FlatTupleBase(std::move(t)...) {} ^ /usr/pkg/include/gtest/internal/gtest-internal.h: At global scope: /usr/pkg/include/gtest/internal/gtest-internal.h:1210:1: error: 'constexpr' does not name a type constexpr bool InstantiateTestCase_P_IsDeprecated() { return true; } ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1210:1: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 /usr/pkg/include/gtest/internal/gtest-internal.h:1215:1: error: 'constexpr' does not name a type constexpr bool TypedTestCase_P_IsDeprecated() { return true; } ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1215:1: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 /usr/pkg/include/gtest/internal/gtest-internal.h:1220:1: error: 'constexpr' does not name a type constexpr bool TypedTestCaseIsDeprecated() { return true; } ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1220:1: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 /usr/pkg/include/gtest/internal/gtest-internal.h:1225:1: error: 'constexpr' does not name a type constexpr bool RegisterTypedTestCase_P_IsDeprecated() { return true; } ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1225:1: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 /usr/pkg/include/gtest/internal/gtest-internal.h:1230:1: error: 'constexpr' does not name a type constexpr bool InstantiateTypedTestCase_P_IsDeprecated() { return true; } ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1230:1: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 In file included from /usr/pkg/include/gtest/gtest-matchers.h:47:0, from /usr/pkg/include/gtest/internal/gtest-death-test-internal.h:39, from /usr/pkg/include/gtest/gtest-death-test.h:41, from /usr/pkg/include/gtest/gtest.h:64, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /usr/pkg/include/gtest/gtest-printers.h: In static member function 'static void testing::internal2::TypeWithoutFormatter::PrintValue(const T&, std::ostream*)': /usr/pkg/include/gtest/gtest-printers.h:156:43: error: 'addressof' is not a member of 'std' reinterpret_cast(std::addressof(value))), ^ /usr/pkg/include/gtest/gtest-printers.h: In function 'std::basic_ostream<_CharT, _Traits>& testing::internal2::operator<<(std::basic_ostream<_CharT, _Traits>&, const T&)': /usr/pkg/include/gtest/gtest-printers.h:236:34: error: 'is_convertible' is not a member of 'std' : std::is_convertible< ^ /usr/pkg/include/gtest/gtest-printers.h:237:68: error: template argument 2 is invalid const T&, internal::BiggestInt>::value ^ /usr/pkg/include/gtest/gtest-printers.h:238:38: error: qualified-id in declaration before '?' token ? kConvertibleToInteger ^ /usr/pkg/include/gtest/gtest-printers.h: In function 'void testing::internal::DefaultPrintTo(testing::internal::WrapPrinterType<(testing::internal::DefaultPrinterType)1u>, T*, std::ostream*)': /usr/pkg/include/gtest/gtest-printers.h:441:12: error: 'nullptr' was not declared in this scope if (p == nullptr) { ^ /usr/pkg/include/gtest/gtest-printers.h: In function 'void testing::internal::DefaultPrintTo(testing::internal::WrapPrinterType<(testing::internal::DefaultPrinterType)2u>, T*, std::ostream*)': /usr/pkg/include/gtest/gtest-printers.h:453:12: error: 'nullptr' was not declared in this scope if (p == nullptr) { ^ /usr/pkg/include/gtest/gtest-printers.h: In function 'void testing::internal::PrintTo(const T&, std::ostream*)': /usr/pkg/include/gtest/gtest-printers.h:508:14: error: 'is_pointer' is not a member of 'std' : !std::is_pointer::value ^ /usr/pkg/include/gtest/gtest-printers.h:504:7: error: parse error in template argument list WrapPrinterType < ^ /usr/pkg/include/gtest/gtest-printers.h:510:19: error: 'is_function' is not a member of 'std' : std::is_function::type>::value ^ /usr/pkg/include/gtest/gtest-printers.h:510:50: error: 'remove_pointer' in namespace 'std' does not name a template type : std::is_function::type>::value ^ /usr/pkg/include/gtest/gtest-printers.h:510:64: error: expected '(' before '<' token : std::is_function::type>::value ^ /usr/pkg/include/gtest/gtest-printers.h:510:66: error: expected primary-expression before '>' token : std::is_function::type>::value ^ /usr/pkg/include/gtest/gtest-printers.h:510:67: error: '::type' has not been declared : std::is_function::type>::value ^ /usr/pkg/include/gtest/gtest-printers.h:510:74: error: '::value' has not been declared : std::is_function::type>::value ^ /usr/pkg/include/gtest/gtest-printers.h:512:42: error: expected primary-expression before ')' token : kPrintPointer > (), ^ /usr/pkg/include/gtest/gtest-printers.h: At global scope: /usr/pkg/include/gtest/gtest-printers.h:613:26: error: variable or field 'PrintTo' declared void inline void PrintTo(std::nullptr_t, ::std::ostream* os) { *os << "(nullptr)"; } ^ /usr/pkg/include/gtest/gtest-printers.h:613:21: error: 'nullptr_t' is not a member of 'std' inline void PrintTo(std::nullptr_t, ::std::ostream* os) { *os << "(nullptr)"; } ^ /usr/pkg/include/gtest/gtest-printers.h:613:51: error: expected primary-expression before '*' token inline void PrintTo(std::nullptr_t, ::std::ostream* os) { *os << "(nullptr)"; } ^ /usr/pkg/include/gtest/gtest-printers.h:613:53: error: 'os' was not declared in this scope inline void PrintTo(std::nullptr_t, ::std::ostream* os) { *os << "(nullptr)"; } ^ /usr/pkg/include/gtest/gtest-printers.h:616:19: error: variable or field 'PrintTo' declared void void PrintTo(std::reference_wrapper ref, ::std::ostream* os) { ^ /usr/pkg/include/gtest/gtest-printers.h:616:14: error: 'reference_wrapper' is not a member of 'std' void PrintTo(std::reference_wrapper ref, ::std::ostream* os) { ^ /usr/pkg/include/gtest/gtest-printers.h:616:38: error: expected primary-expression before '>' token void PrintTo(std::reference_wrapper ref, ::std::ostream* os) { ^ /usr/pkg/include/gtest/gtest-printers.h:616:40: error: 'ref' was not declared in this scope void PrintTo(std::reference_wrapper ref, ::std::ostream* os) { ^ /usr/pkg/include/gtest/gtest-printers.h:616:59: error: expected primary-expression before '*' token void PrintTo(std::reference_wrapper ref, ::std::ostream* os) { ^ /usr/pkg/include/gtest/gtest-printers.h:616:61: error: 'os' was not declared in this scope void PrintTo(std::reference_wrapper ref, ::std::ostream* os) { ^ /usr/pkg/include/gtest/gtest-printers.h:623:34: error: 'std::integral_constant' has not been declared void PrintTupleTo(const T&, std::integral_constant, ^ /usr/pkg/include/gtest/gtest-printers.h:623:51: error: expected ',' or '...' before '<' token void PrintTupleTo(const T&, std::integral_constant, ^ /usr/pkg/include/gtest/gtest-printers.h:627:36: error: 'std::integral_constant' has not been declared void PrintTupleTo(const T& t, std::integral_constant, ^ /usr/pkg/include/gtest/gtest-printers.h:627:53: error: expected ',' or '...' before '<' token void PrintTupleTo(const T& t, std::integral_constant, ^ /usr/pkg/include/gtest/gtest-printers.h: In function 'void testing::internal::PrintTupleTo(const T&, int)': /usr/pkg/include/gtest/gtest-printers.h:629:19: error: 'integral_constant' is not a member of 'std' PrintTupleTo(t, std::integral_constant(), os); ^ /usr/pkg/include/gtest/gtest-printers.h:629:48: error: expected primary-expression before ',' token PrintTupleTo(t, std::integral_constant(), os); ^ /usr/pkg/include/gtest/gtest-printers.h:629:57: error: expected primary-expression before ')' token PrintTupleTo(t, std::integral_constant(), os); ^ /usr/pkg/include/gtest/gtest-printers.h:629:60: error: 'os' was not declared in this scope PrintTupleTo(t, std::integral_constant(), os); ^ /usr/pkg/include/gtest/gtest-printers.h:635:34: error: 'tuple_element' in namespace 'std' does not name a template type UniversalPrinter::type>::Print( ^ /usr/pkg/include/gtest/gtest-printers.h:635:47: error: expected template-argument before '<' token UniversalPrinter::type>::Print( ^ /usr/pkg/include/gtest/gtest-printers.h:635:47: error: expected '>' before '<' token /usr/pkg/include/gtest/gtest-printers.h:635:63: error: template argument 1 is invalid UniversalPrinter::type>::Print( ^ /usr/pkg/include/gtest/gtest-printers.h:636:7: error: 'get' is not a member of 'std' std::get(t), os); ^ /usr/pkg/include/gtest/gtest-printers.h:636:29: error: expression list treated as compound expression in initializer [-fpermissive] std::get(t), os); ^ /usr/pkg/include/gtest/gtest-printers.h: At global scope: /usr/pkg/include/gtest/gtest-printers.h:640:27: error: 'tuple' in namespace 'std' does not name a template type void PrintTo(const ::std::tuple& t, ::std::ostream* os) { ^ /usr/pkg/include/gtest/gtest-printers.h:640:32: error: expected ',' or '...' before '<' token void PrintTo(const ::std::tuple& t, ::std::ostream* os) { ^ /usr/pkg/include/gtest/gtest-printers.h: In function 'void testing::internal::PrintTo(int)': /usr/pkg/include/gtest/gtest-printers.h:641:4: error: 'os' was not declared in this scope *os << "("; ^ /usr/pkg/include/gtest/gtest-printers.h:642:16: error: 't' was not declared in this scope PrintTupleTo(t, std::integral_constant(), os); ^ /usr/pkg/include/gtest/gtest-printers.h:642:19: error: 'integral_constant' is not a member of 'std' PrintTupleTo(t, std::integral_constant(), os); ^ /usr/pkg/include/gtest/gtest-printers.h:642:48: error: expected primary-expression before ',' token PrintTupleTo(t, std::integral_constant(), os); ^ /usr/pkg/include/gtest/gtest-printers.h:642:68: error: expected primary-expression before ')' token PrintTupleTo(t, std::integral_constant(), os); ^ /usr/pkg/include/gtest/gtest-printers.h: In static member function 'static void testing::internal::UniversalTersePrinter::Print(const char*, std::ostream*)': /usr/pkg/include/gtest/gtest-printers.h:818:16: error: 'nullptr' was not declared in this scope if (str == nullptr) { ^ /usr/pkg/include/gtest/gtest-printers.h: In static member function 'static void testing::internal::UniversalTersePrinter::Print(const wchar_t*, std::ostream*)': /usr/pkg/include/gtest/gtest-printers.h:838:16: error: 'nullptr' was not declared in this scope if (str == nullptr) { ^ /usr/pkg/include/gtest/gtest-printers.h: At global scope: /usr/pkg/include/gtest/gtest-printers.h:877:51: error: 'std::integral_constant' has not been declared void TersePrintPrefixToStrings(const Tuple&, std::integral_constant, ^ /usr/pkg/include/gtest/gtest-printers.h:877:68: error: expected ',' or '...' before '<' token void TersePrintPrefixToStrings(const Tuple&, std::integral_constant, ^ /usr/pkg/include/gtest/gtest-printers.h:881:37: error: 'std::integral_constant' has not been declared std::integral_constant, ^ /usr/pkg/include/gtest/gtest-printers.h:881:54: error: expected ',' or '...' before '<' token std::integral_constant, ^ /usr/pkg/include/gtest/gtest-printers.h: In function 'void testing::internal::TersePrintPrefixToStrings(const Tuple&, int)': /usr/pkg/include/gtest/gtest-printers.h:883:32: error: 'integral_constant' is not a member of 'std' TersePrintPrefixToStrings(t, std::integral_constant(), ^ /usr/pkg/include/gtest/gtest-printers.h:883:61: error: expected primary-expression before ',' token TersePrintPrefixToStrings(t, std::integral_constant(), ^ /usr/pkg/include/gtest/gtest-printers.h:883:70: error: expected primary-expression before ')' token TersePrintPrefixToStrings(t, std::integral_constant(), ^ /usr/pkg/include/gtest/gtest-printers.h:884:29: error: 'strings' was not declared in this scope strings); ^ /usr/pkg/include/gtest/gtest-printers.h:886:23: error: 'get' is not a member of 'std' UniversalTersePrint(std::get(t), &ss); ^ /usr/pkg/include/gtest/gtest-printers.h: In function 'testing::internal::Strings testing::internal::UniversalTersePrintTupleFieldsToStrings(const Tuple&)': /usr/pkg/include/gtest/gtest-printers.h:897:14: error: 'integral_constant' is not a member of 'std' value, std::integral_constant::value>(), ^ /usr/pkg/include/gtest/gtest-printers.h:897:43: error: expected primary-expression before ',' token value, std::integral_constant::value>(), ^ /usr/pkg/include/gtest/gtest-printers.h:897:45: error: 'tuple_size' is not a member of 'std' value, std::integral_constant::value>(), ^ /usr/pkg/include/gtest/gtest-printers.h:897:66: error: expected primary-expression before '>' token value, std::integral_constant::value>(), ^ /usr/pkg/include/gtest/gtest-printers.h:897:67: error: '::value' has not been declared value, std::integral_constant::value>(), ^ /usr/pkg/include/gtest/gtest-printers.h:897:76: error: expected primary-expression before ')' token value, std::integral_constant::value>(), ^ In file included from /usr/pkg/include/gtest/internal/gtest-death-test-internal.h:39:0, from /usr/pkg/include/gtest/gtest-death-test.h:41, from /usr/pkg/include/gtest/gtest.h:64, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /usr/pkg/include/gtest/gtest-matchers.h: In member function 'testing::MatchResultListener& testing::MatchResultListener::operator<<(const T&)': /usr/pkg/include/gtest/gtest-matchers.h:92:20: error: 'nullptr' was not declared in this scope if (stream_ != nullptr) *stream_ << x; ^ /usr/pkg/include/gtest/gtest-matchers.h: In member function 'bool testing::MatchResultListener::IsInterested() const': /usr/pkg/include/gtest/gtest-matchers.h:103:49: error: 'nullptr' was not declared in this scope bool IsInterested() const { return stream_ != nullptr; } ^ /usr/pkg/include/gtest/gtest-matchers.h: In constructor 'testing::internal::DummyMatchResultListener::DummyMatchResultListener()': /usr/pkg/include/gtest/gtest-matchers.h:237:52: error: 'nullptr' was not declared in this scope DummyMatchResultListener() : MatchResultListener(nullptr) {} ^ /usr/pkg/include/gtest/gtest-matchers.h: At global scope: /usr/pkg/include/gtest/gtest-matchers.h:303:21: error: 'enable_if' in namespace 'std' does not name a template type typename std::enable_if::value>::type* = ^ /usr/pkg/include/gtest/gtest-matchers.h:303:30: error: expected ',' or '...' before '<' token typename std::enable_if::value>::type* = ^ /usr/pkg/include/gtest/gtest-matchers.h:309:26: error: expected ',' or '...' before '&&' token MatcherBase(MatcherBase&&) = default; ^ /usr/pkg/include/gtest/gtest-matchers.h:309:32: error: invalid constructor; you probably meant 'testing::internal::MatcherBase (const testing::internal::MatcherBase&)' MatcherBase(MatcherBase&&) = default; ^ /usr/pkg/include/gtest/gtest-matchers.h:310:37: error: expected ',' or '...' before '&&' token MatcherBase& operator=(MatcherBase&&) = default; ^ /usr/pkg/include/gtest/gtest-matchers.h:315:8: error: 'shared_ptr' in namespace 'std' does not name a template type std::shared_ptr> impl_; ^ /usr/pkg/include/gtest/gtest-matchers.h: In member function 'bool testing::internal::MatcherBase::MatchAndExplain(const T&, testing::MatchResultListener*) const': /usr/pkg/include/gtest/gtest-matchers.h:264:12: error: 'impl_' was not declared in this scope return impl_->MatchAndExplain(x, listener); ^ /usr/pkg/include/gtest/gtest-matchers.h: In member function 'void testing::internal::MatcherBase::DescribeTo(std::ostream*) const': /usr/pkg/include/gtest/gtest-matchers.h:274:47: error: 'impl_' was not declared in this scope void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } ^ /usr/pkg/include/gtest/gtest-matchers.h: In member function 'void testing::internal::MatcherBase::DescribeNegationTo(std::ostream*) const': /usr/pkg/include/gtest/gtest-matchers.h:278:5: error: 'impl_' was not declared in this scope impl_->DescribeNegationTo(os); ^ /usr/pkg/include/gtest/gtest-matchers.h: In member function 'const testing::MatcherDescriberInterface* testing::internal::MatcherBase::GetDescriber() const': /usr/pkg/include/gtest/gtest-matchers.h:291:12: error: 'impl_' was not declared in this scope return impl_.get(); ^ /usr/pkg/include/gtest/gtest-matchers.h: In constructor 'testing::internal::MatcherBase::MatcherBase(const testing::MatcherInterface*)': /usr/pkg/include/gtest/gtest-matchers.h:298:66: error: class 'testing::internal::MatcherBase' does not have any field named 'impl_' explicit MatcherBase(const MatcherInterface* impl) : impl_(impl) {} ^ /usr/pkg/include/gtest/gtest-matchers.h: In constructor 'testing::internal::MatcherBase::MatcherBase(const testing::MatcherInterface*, int)': /usr/pkg/include/gtest/gtest-matchers.h:305:9: error: class 'testing::internal::MatcherBase' does not have any field named 'impl_' : impl_(new internal::MatcherInterfaceAdapter(impl)) {} ^ /usr/pkg/include/gtest/gtest-matchers.h: At global scope: /usr/pkg/include/gtest/gtest-matchers.h:339:21: error: 'enable_if' in namespace 'std' does not name a template type typename std::enable_if::value>::type* = ^ /usr/pkg/include/gtest/gtest-matchers.h:339:30: error: expected ',' or '...' before '<' token typename std::enable_if::value>::type* = ^ /usr/pkg/include/gtest/gtest-matchers.h: In instantiation of 'class testing::internal::MatcherBase&>': /usr/pkg/include/gtest/gtest-matchers.h:353:24: required from here /usr/pkg/include/gtest/gtest-matchers.h:310:16: error: defaulted declaration 'testing::internal::MatcherBase& testing::internal::MatcherBase::operator=(testing::internal::MatcherBase) [with T = const std::basic_string&; testing::internal::MatcherBase = testing::internal::MatcherBase&>]' MatcherBase& operator=(MatcherBase&&) = default; ^ /usr/pkg/include/gtest/gtest-matchers.h:310:16: error: does not match expected signature 'testing::internal::MatcherBase&>& testing::internal::MatcherBase&>::operator=(testing::internal::MatcherBase&>&)' /usr/pkg/include/gtest/gtest-matchers.h: In instantiation of 'class testing::internal::MatcherBase >': /usr/pkg/include/gtest/gtest-matchers.h:370:24: required from here /usr/pkg/include/gtest/gtest-matchers.h:310:16: error: defaulted declaration 'testing::internal::MatcherBase& testing::internal::MatcherBase::operator=(testing::internal::MatcherBase) [with T = std::basic_string; testing::internal::MatcherBase = testing::internal::MatcherBase >]' /usr/pkg/include/gtest/gtest-matchers.h:310:16: error: does not match expected signature 'testing::internal::MatcherBase >& testing::internal::MatcherBase >::operator=(testing::internal::MatcherBase >&)' /usr/pkg/include/gtest/gtest-matchers.h: In constructor 'testing::Matcher >::Matcher(const testing::MatcherInterface >*)': /usr/pkg/include/gtest/gtest-matchers.h:377:48: error: no matching function for call to 'testing::internal::MatcherBase >::MatcherBase(const testing::MatcherInterface >*&)' : internal::MatcherBase(impl) {} ^ /usr/pkg/include/gtest/gtest-matchers.h:307:3: note: candidate: testing::internal::MatcherBase::MatcherBase(const testing::internal::MatcherBase&) [with T = std::basic_string] MatcherBase(const MatcherBase&) = default; ^ /usr/pkg/include/gtest/gtest-matchers.h:307:3: note: no known conversion for argument 1 from 'const testing::MatcherInterface >*' to 'const testing::internal::MatcherBase >&' /usr/pkg/include/gtest/gtest-matchers.h:301:12: note: candidate: template testing::internal::MatcherBase::MatcherBase(const testing::MatcherInterface*, int) explicit MatcherBase( ^ /usr/pkg/include/gtest/gtest-matchers.h:301:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/gtest-matchers.h:377:48: note: candidate expects 2 arguments, 1 provided : internal::MatcherBase(impl) {} ^ /usr/pkg/include/gtest/gtest-matchers.h:298:12: note: candidate: testing::internal::MatcherBase::MatcherBase(const testing::MatcherInterface*) [with T = std::basic_string] explicit MatcherBase(const MatcherInterface* impl) : impl_(impl) {} ^ /usr/pkg/include/gtest/gtest-matchers.h:298:12: note: no known conversion for argument 1 from 'const testing::MatcherInterface >*' to 'const testing::MatcherInterface&>*' /usr/pkg/include/gtest/gtest-matchers.h:295:3: note: candidate: testing::internal::MatcherBase::MatcherBase() [with T = std::basic_string] MatcherBase() {} ^ /usr/pkg/include/gtest/gtest-matchers.h:295:3: note: candidate expects 0 arguments, 1 provided /usr/pkg/include/gtest/gtest-matchers.h: At global scope: /usr/pkg/include/gtest/gtest-matchers.h:541:26: error: 'reference_wrapper' is not a member of 'std' static const T& Unwrap(std::reference_wrapper v) { return v; } ^ /usr/pkg/include/gtest/gtest-matchers.h:541:50: error: expected primary-expression before '>' token static const T& Unwrap(std::reference_wrapper v) { return v; } ^ /usr/pkg/include/gtest/gtest-matchers.h:541:52: error: 'v' was not declared in this scope static const T& Unwrap(std::reference_wrapper v) { return v; } ^ /usr/pkg/include/gtest/gtest-matchers.h:541:55: error: expected ';' before '{' token static const T& Unwrap(std::reference_wrapper v) { return v; } ^ /usr/pkg/include/gtest/gtest-matchers.h:541:67: error: 'template template const T& testing::internal::ComparisonBase::Unwrap' conflicts with a previous declaration static const T& Unwrap(std::reference_wrapper v) { return v; } ^ /usr/pkg/include/gtest/gtest-matchers.h:539:19: note: previous declaration 'static const T& testing::internal::ComparisonBase::Unwrap(const T&)' static const T& Unwrap(const T& v) { return v; } ^ /usr/pkg/include/gtest/gtest-matchers.h:664:14: error: 'shared_ptr' in namespace 'std' does not name a template type const std::shared_ptr regex_; ^ /usr/pkg/include/gtest/gtest-matchers.h: In constructor 'testing::internal::MatchesRegexMatcher::MatchesRegexMatcher(const testing::internal::RE*, bool)': /usr/pkg/include/gtest/gtest-matchers.h:621:9: error: class 'testing::internal::MatchesRegexMatcher' does not have any field named 'regex_' : regex_(regex), full_match_(full_match) {} ^ /usr/pkg/include/gtest/gtest-matchers.h: In member function 'bool testing::internal::MatchesRegexMatcher::MatchAndExplain(CharType*, testing::MatchResultListener*) const': /usr/pkg/include/gtest/gtest-matchers.h:637:17: error: 'nullptr' was not declared in this scope return s != nullptr && MatchAndExplain(std::string(s), listener); ^ /usr/pkg/include/gtest/gtest-matchers.h: In member function 'bool testing::internal::MatchesRegexMatcher::MatchAndExplain(const MatcheeStringType&, testing::MatchResultListener*) const': /usr/pkg/include/gtest/gtest-matchers.h:648:45: error: 'regex_' was not declared in this scope return full_match_ ? RE::FullMatch(s2, *regex_) ^ /usr/pkg/include/gtest/gtest-matchers.h: In member function 'void testing::internal::MatchesRegexMatcher::DescribeTo(std::ostream*) const': /usr/pkg/include/gtest/gtest-matchers.h:654:42: error: 'regex_' was not declared in this scope UniversalPrinter::Print(regex_->pattern(), os); ^ /usr/pkg/include/gtest/gtest-matchers.h: In member function 'void testing::internal::MatchesRegexMatcher::DescribeNegationTo(std::ostream*) const': /usr/pkg/include/gtest/gtest-matchers.h:660:42: error: 'regex_' was not declared in this scope UniversalPrinter::Print(regex_->pattern(), os); ^ In file included from /usr/pkg/include/gtest/internal/gtest-internal.h:64:0, from /usr/pkg/include/gtest/gtest.h:62, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:27: /usr/pkg/include/gtest/gtest-message.h:190:14: error: 'unique_ptr' in namespace 'std' does not name a template type const std::unique_ptr< ::std::stringstream> ss_; ^ /usr/pkg/include/gtest/gtest-message.h: In copy constructor 'testing::Message::Message(const testing::Message&)': /usr/pkg/include/gtest/gtest-message.h:101:33: error: class 'testing::Message' does not have any field named 'ss_' Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT ^ /usr/pkg/include/gtest/gtest-message.h:102:6: error: 'ss_' was not declared in this scope *ss_ << msg.GetString(); ^ /usr/pkg/include/gtest/gtest-message.h: In constructor 'testing::Message::Message(const char*)': /usr/pkg/include/gtest/gtest-message.h:106:39: error: class 'testing::Message' does not have any field named 'ss_' explicit Message(const char* str) : ss_(new ::std::stringstream) { ^ /usr/pkg/include/gtest/gtest-message.h:107:6: error: 'ss_' was not declared in this scope *ss_ << str; ^ /usr/pkg/include/gtest/gtest-message.h: In member function 'testing::Message& testing::Message::operator<<(const T&)': /usr/pkg/include/gtest/gtest-message.h:128:6: error: 'ss_' was not declared in this scope *ss_ << val; ^ /usr/pkg/include/gtest/gtest-message.h: In member function 'testing::Message& testing::Message::operator<<(T* const&)': /usr/pkg/include/gtest/gtest-message.h:147:20: error: 'nullptr' was not declared in this scope if (pointer == nullptr) { ^ /usr/pkg/include/gtest/gtest-message.h:148:8: error: 'ss_' was not declared in this scope *ss_ << "(null)"; ^ /usr/pkg/include/gtest/gtest-message.h:150:8: error: 'ss_' was not declared in this scope *ss_ << pointer; ^ /usr/pkg/include/gtest/gtest-message.h: In member function 'testing::Message& testing::Message::operator<<(testing::Message::BasicNarrowIoManip)': /usr/pkg/include/gtest/gtest-message.h:162:6: error: 'ss_' was not declared in this scope *ss_ << val; ^ In file included from /usr/pkg/include/gtest/gtest-param-test.h:181:0, from /usr/pkg/include/gtest/gtest.h:67, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /usr/pkg/include/gtest/internal/gtest-param-util.h: At global scope: /usr/pkg/include/gtest/internal/gtest-param-util.h:158:8: error: 'unique_ptr' in namespace 'std' does not name a template type std::unique_ptr > impl_; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In copy constructor 'testing::internal::ParamIterator::ParamIterator(const testing::internal::ParamIterator&)': /usr/pkg/include/gtest/internal/gtest-param-util.h:128:47: error: class 'testing::internal::ParamIterator' does not have any field named 'impl_' ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'testing::internal::ParamIterator& testing::internal::ParamIterator::operator=(const testing::internal::ParamIterator&)': /usr/pkg/include/gtest/internal/gtest-param-util.h:131:7: error: 'impl_' was not declared in this scope impl_.reset(other.impl_->Clone()); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'const T& testing::internal::ParamIterator::operator*() const': /usr/pkg/include/gtest/internal/gtest-param-util.h:135:40: error: 'impl_' was not declared in this scope const T& operator*() const { return *impl_->Current(); } ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'const T* testing::internal::ParamIterator::operator->() const': /usr/pkg/include/gtest/internal/gtest-param-util.h:136:40: error: 'impl_' was not declared in this scope const T* operator->() const { return impl_->Current(); } ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'testing::internal::ParamIterator& testing::internal::ParamIterator::operator++()': /usr/pkg/include/gtest/internal/gtest-param-util.h:139:5: error: 'impl_' was not declared in this scope impl_->Advance(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'testing::internal::ParamIterator testing::internal::ParamIterator::operator++(int)': /usr/pkg/include/gtest/internal/gtest-param-util.h:144:40: error: 'impl_' was not declared in this scope ParamIteratorInterface* clone = impl_->Clone(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'bool testing::internal::ParamIterator::operator==(const testing::internal::ParamIterator&) const': /usr/pkg/include/gtest/internal/gtest-param-util.h:149:12: error: 'impl_' was not declared in this scope return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In constructor 'testing::internal::ParamIterator::ParamIterator(testing::internal::ParamIteratorInterface*)': /usr/pkg/include/gtest/internal/gtest-param-util.h:157:61: error: class 'testing::internal::ParamIterator' does not have any field named 'impl_' explicit ParamIterator(ParamIteratorInterface* impl) : impl_(impl) {} ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: At global scope: /usr/pkg/include/gtest/internal/gtest-param-util.h:197:8: error: 'shared_ptr' in namespace 'std' does not name a template type std::shared_ptr > impl_; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In constructor 'testing::internal::ParamGenerator< >::ParamGenerator(testing::internal::ParamGeneratorInterface*)': /usr/pkg/include/gtest/internal/gtest-param-util.h:185:63: error: class 'testing::internal::ParamGenerator< >' does not have any field named 'impl_' explicit ParamGenerator(ParamGeneratorInterface* impl) : impl_(impl) {} ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In copy constructor 'testing::internal::ParamGenerator< >::ParamGenerator(const testing::internal::ParamGenerator< >&)': /usr/pkg/include/gtest/internal/gtest-param-util.h:186:49: error: class 'testing::internal::ParamGenerator< >' does not have any field named 'impl_' ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'testing::internal::ParamGenerator< >& testing::internal::ParamGenerator< >::operator=(const testing::internal::ParamGenerator< >&)': /usr/pkg/include/gtest/internal/gtest-param-util.h:189:5: error: 'impl_' was not declared in this scope impl_ = other.impl_; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'testing::internal::ParamGenerator< >::iterator testing::internal::ParamGenerator< >::begin() const': /usr/pkg/include/gtest/internal/gtest-param-util.h:193:44: error: 'impl_' was not declared in this scope iterator begin() const { return iterator(impl_->Begin()); } ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'testing::internal::ParamGenerator< >::iterator testing::internal::ParamGenerator< >::end() const': /usr/pkg/include/gtest/internal/gtest-param-util.h:194:42: error: 'impl_' was not declared in this scope iterator end() const { return iterator(impl_->End()); } ^ In file included from /usr/pkg/include/gtest/internal/gtest-internal.h:67:0, from /usr/pkg/include/gtest/gtest.h:62, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:27: /usr/pkg/include/gtest/internal/gtest-type-util.h: In function 'std::string testing::internal::GetTypeName()': /usr/pkg/include/gtest/internal/gtest-type-util.h:91:52: error: 'nullptr' was not declared in this scope char* const readable_name = __cxa_demangle(name, nullptr, nullptr, &status); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: At global scope: /usr/pkg/include/gtest/internal/gtest-param-util.h:360:18: error: 'unique_ptr' in namespace 'std' does not name a template type mutable std::unique_ptr value_; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'void testing::internal::ValuesInIteratorRangeGenerator::Iterator::Advance()': /usr/pkg/include/gtest/internal/gtest-param-util.h:319:7: error: 'value_' was not declared in this scope value_.reset(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'const T* testing::internal::ValuesInIteratorRangeGenerator::Iterator::Current() const': /usr/pkg/include/gtest/internal/gtest-param-util.h:332:11: error: 'value_' was not declared in this scope if (value_.get() == nullptr) value_.reset(new T(*iterator_)); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:332:27: error: 'nullptr' was not declared in this scope if (value_.get() == nullptr) value_.reset(new T(*iterator_)); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:333:14: error: 'value_' was not declared in this scope return value_.get(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: At global scope: /usr/pkg/include/gtest/internal/gtest-param-util.h:381:19: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 void TestNotEmpty() { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In function 'void testing::internal::TestNotEmpty()': /usr/pkg/include/gtest/internal/gtest-param-util.h:382:67: error: there are no arguments to '_Static_assert' that depend on a template parameter, so a declaration of '_Static_assert' must be available [-fpermissive] static_assert(sizeof(T) == 0, "Empty arguments are not allowed."); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:382:67: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated) /usr/pkg/include/gtest/internal/gtest-param-util.h: At global scope: /usr/pkg/include/gtest/internal/gtest-param-util.h:385:27: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 void TestNotEmpty(const T&) {} ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:432:9: error: expected nested-name-specifier before 'ParamType' using ParamType = typename TestSuite::ParamType; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:436:20: error: expected ';' at end of member declaration TestFactoryBase* CreateTestFactory(ParamType parameter) override { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:436:48: error: expected ')' before 'parameter' TestFactoryBase* CreateTestFactory(ParamType parameter) override { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:488:9: error: expected nested-name-specifier before 'ParamType' using ParamType = typename TestSuite::ParamType; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:490:26: error: 'ParamType' was not declared in this scope typedef ParamGenerator(GeneratorCreationFunc)(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:490:35: error: template argument 1 is invalid typedef ParamGenerator(GeneratorCreationFunc)(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:491:9: error: expected nested-name-specifier before 'ParamNameGeneratorFunc' using ParamNameGeneratorFunc = std::string(const TestParamInfo&); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:510:43: error: 'ParamType' was not declared in this scope TestMetaFactoryBase* meta_factory) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:510:52: error: template argument 1 is invalid TestMetaFactoryBase* meta_factory) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:518:33: error: 'ParamNameGeneratorFunc' has not been declared ParamNameGeneratorFunc* name_func, ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:590:34: error: 'ParamType' was not declared in this scope TestMetaFactoryBase* a_test_meta_factory) ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:590:43: error: template argument 1 is invalid TestMetaFactoryBase* a_test_meta_factory) ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:597:16: error: 'unique_ptr' in namespace 'std' does not name a template type const std::unique_ptr > test_meta_factory; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:599:9: error: expected nested-name-specifier before 'TestInfoContainer' using TestInfoContainer = ::std::vector >; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:606:25: error: 'ParamNameGeneratorFunc' has not been declared ParamNameGeneratorFunc* name_func_in, ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:617:7: error: 'ParamNameGeneratorFunc' does not name a type ParamNameGeneratorFunc* name_func; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:639:3: error: 'TestInfoContainer' does not name a type TestInfoContainer tests_; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'void testing::internal::ParameterizedTestSuiteInfo::AddTestPattern(const char*, const char*, int*)': /usr/pkg/include/gtest/internal/gtest-param-util.h:511:5: error: 'tests_' was not declared in this scope tests_.push_back(std::shared_ptr( ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:511:22: error: 'shared_ptr' is not a member of 'std' tests_.push_back(std::shared_ptr( ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:511:46: error: expected primary-expression before '>' token tests_.push_back(std::shared_ptr( ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'void testing::internal::ParameterizedTestSuiteInfo::RegisterTests()': /usr/pkg/include/gtest/internal/gtest-param-util.h:530:36: error: expected ';' before '::' token for (typename TestInfoContainer::iterator test_it = tests_.begin(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:530:36: error: '::iterator' has not been declared /usr/pkg/include/gtest/internal/gtest-param-util.h:530:36: note: suggested alternatives: In file included from /usr/include/g++/bits/stl_algobase.h:65:0, from /usr/include/g++/memory:62, from /usr/pkg/include/gtest/gtest.h:57, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /usr/include/g++/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator' struct iterator ^ /usr/include/g++/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator' In file included from /usr/pkg/include/gtest/gtest-param-test.h:181:0, from /usr/pkg/include/gtest/gtest.h:67, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /usr/pkg/include/gtest/internal/gtest-param-util.h:530:47: error: expected ';' before 'test_it' for (typename TestInfoContainer::iterator test_it = tests_.begin(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:530:47: error: 'test_it' was not declared in this scope /usr/pkg/include/gtest/internal/gtest-param-util.h:530:57: error: 'tests_' was not declared in this scope for (typename TestInfoContainer::iterator test_it = tests_.begin(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:530:71: error: expected ')' before ';' token for (typename TestInfoContainer::iterator test_it = tests_.begin(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:531:10: error: 'test_it' was not declared in this scope test_it != tests_.end(); ++test_it) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:531:21: error: 'tests_' was not declared in this scope test_it != tests_.end(); ++test_it) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In constructor 'testing::internal::ParameterizedTestSuiteInfo::TestInfo::TestInfo(const char*, const char*, int*)': /usr/pkg/include/gtest/internal/gtest-param-util.h:593:11: error: class 'testing::internal::ParameterizedTestSuiteInfo::TestInfo' does not have any field named 'test_meta_factory' test_meta_factory(a_test_meta_factory) {} ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In constructor 'testing::internal::ParameterizedTestSuiteInfo::InstantiationInfo::InstantiationInfo(const string&, int (*)(), int*, const char*, int)': /usr/pkg/include/gtest/internal/gtest-param-util.h:611:13: error: class 'testing::internal::ParameterizedTestSuiteInfo::InstantiationInfo' does not have any field named 'name_func' name_func(name_func_in), ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: At global scope: /usr/pkg/include/gtest/internal/gtest-param-util.h:648:1: error: expected unqualified-id before 'using' using ParameterizedTestCaseInfo = ParameterizedTestSuiteInfo; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:705:3: error: 'ParameterizedTestCaseInfo' does not name a type ParameterizedTestCaseInfo* GetTestCasePatternHolder( ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:713:9: error: expected nested-name-specifier before 'TestSuiteInfoContainer' using TestSuiteInfoContainer = ::std::vector; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:715:3: error: 'TestSuiteInfoContainer' does not name a type TestSuiteInfoContainer test_suite_infos_; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In destructor 'testing::internal::ParameterizedTestSuiteRegistry::~ParameterizedTestSuiteRegistry()': /usr/pkg/include/gtest/internal/gtest-param-util.h:661:34: error: 'test_suite_infos_' was not declared in this scope for (auto& test_suite_info : test_suite_infos_) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:662:14: error: type 'int' argument given to 'delete', expected pointer delete test_suite_info; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'testing::internal::ParameterizedTestSuiteInfo* testing::internal::ParameterizedTestSuiteRegistry::GetTestSuitePatternHolder(const char*, testing::internal::CodeLocation)': /usr/pkg/include/gtest/internal/gtest-param-util.h:671:62: error: 'nullptr' was not declared in this scope ParameterizedTestSuiteInfo* typed_test_info = nullptr; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:672:34: error: 'test_suite_infos_' was not declared in this scope for (auto& test_suite_info : test_suite_infos_) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:673:26: error: base operand of '->' is not a pointer if (test_suite_info->GetTestSuiteName() == test_suite_name) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:674:28: error: base operand of '->' is not a pointer if (test_suite_info->GetTestSuiteTypeId() != GetTypeId()) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:679:11: error: 'Abort' is not a member of 'testing::internal::posix' posix::Abort(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'void testing::internal::ParameterizedTestSuiteRegistry::RegisterTests()': /usr/pkg/include/gtest/internal/gtest-param-util.h:698:34: error: 'test_suite_infos_' was not declared in this scope for (auto& test_suite_info : test_suite_infos_) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:699:22: error: base operand of '->' is not a pointer test_suite_info->RegisterTests(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In constructor 'testing::internal::ValueArray::ValueArray(Ts ...)': /usr/pkg/include/gtest/internal/gtest-param-util.h:734:28: error: 'move' is not a member of 'std' ValueArray(Ts... v) : v_{std::move(v)...} {} ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: At global scope: /usr/pkg/include/gtest/internal/gtest-param-util.h:752:39: error: 'tuple' is not a member of 'std' : public ParamGeneratorInterface<::std::tuple> { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:752:39: error: 'tuple' is not a member of 'std' /usr/pkg/include/gtest/internal/gtest-param-util.h:752:52: error: expected parameter pack before '...' : public ParamGeneratorInterface<::std::tuple> { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:752:55: error: spurious '>>', use '>' to terminate a template argument list : public ParamGeneratorInterface<::std::tuple> { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:752:39: error: 'tuple' is not a member of 'std' : public ParamGeneratorInterface<::std::tuple> { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:752:39: error: 'tuple' is not a member of 'std' /usr/pkg/include/gtest/internal/gtest-param-util.h:752:52: error: expected parameter pack before '...' : public ParamGeneratorInterface<::std::tuple> { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:752:55: error: spurious '>>', use '>' to terminate a template argument list : public ParamGeneratorInterface<::std::tuple> { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:752:37: error: expected '<' before '<:' token : public ParamGeneratorInterface<::std::tuple> { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:752:37: error: expected '{' before '<:' token /usr/pkg/include/gtest/internal/gtest-param-util.h:752:37: error: expected unqualified-id before '<:' token /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' /usr/pkg/include/gtest/internal/gtest-param-util.h:871:41: error: expected parameter pack before '...' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:44: error: spurious '>>', use '>' to terminate a template argument list operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' /usr/pkg/include/gtest/internal/gtest-param-util.h:871:41: error: expected parameter pack before '...' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:44: error: spurious '>>', use '>' to terminate a template argument list operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' /usr/pkg/include/gtest/internal/gtest-param-util.h:871:41: error: expected parameter pack before '...' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:44: error: spurious '>>', use '>' to terminate a template argument list operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' /usr/pkg/include/gtest/internal/gtest-param-util.h:871:41: error: expected parameter pack before '...' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:44: error: spurious '>>', use '>' to terminate a template argument list operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' /usr/pkg/include/gtest/internal/gtest-param-util.h:871:41: error: expected parameter pack before '...' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:44: error: spurious '>>', use '>' to terminate a template argument list operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' /usr/pkg/include/gtest/internal/gtest-param-util.h:871:41: error: expected parameter pack before '...' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:44: error: spurious '>>', use '>' to terminate a template argument list operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:12: error: invalid use of template-name 'testing::internal::ParamGenerator' without an argument list operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:877:8: error: 'tuple' in namespace 'std' does not name a template type std::tuple generators_; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In constructor 'testing::internal::CartesianProductHolder::CartesianProductHolder(const Gen& ...)': /usr/pkg/include/gtest/internal/gtest-param-util.h:869:45: error: class 'testing::internal::CartesianProductHolder' does not have any field named 'generators_' CartesianProductHolder(const Gen&... g) : generators_(g...) {} ^ In file included from /usr/pkg/include/gtest/gtest.h:67:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /usr/pkg/include/gtest/gtest-param-test.h: In function 'testing::internal::ValueArray testing::Values(T ...)': /usr/pkg/include/gtest/gtest-param-test.h:336:37: error: 'move' is not a member of 'std' return internal::ValueArray(std::move(v)...); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /usr/pkg/include/gtest/internal/gtest-internal.h: In instantiation of 'struct testing::internal::MakeIndexSequence<1ul>': /usr/pkg/include/gtest/internal/gtest-internal.h:1120:8: required from 'struct testing::internal::MakeIndexSequence<2ul>' /usr/pkg/include/gtest/internal/gtest-internal.h:1185:7: required from 'class testing::internal::FlatTuple' /usr/pkg/include/gtest/internal/gtest-param-util.h:747:20: required from 'class testing::internal::ValueArray' /usr/pkg/include/gtest/gtest-param-test.h:360:28: required from here /usr/pkg/include/gtest/internal/gtest-internal.h:1120:8: error: no type named 'type' in 'struct testing::internal::MakeIndexSequence<0ul>' struct MakeIndexSequence ^ /usr/pkg/include/gtest/internal/gtest-internal.h: In instantiation of 'struct testing::internal::MakeIndexSequence<2ul>': /usr/pkg/include/gtest/internal/gtest-internal.h:1185:7: required from 'class testing::internal::FlatTuple' /usr/pkg/include/gtest/internal/gtest-param-util.h:747:20: required from 'class testing::internal::ValueArray' /usr/pkg/include/gtest/gtest-param-test.h:360:28: required from here /usr/pkg/include/gtest/internal/gtest-internal.h:1120:8: error: no type named 'type' in 'struct testing::internal::MakeIndexSequence<1ul>' /usr/pkg/include/gtest/internal/gtest-internal.h: In instantiation of 'class testing::internal::FlatTuple': /usr/pkg/include/gtest/internal/gtest-param-util.h:747:20: required from 'class testing::internal::ValueArray' /usr/pkg/include/gtest/gtest-param-test.h:360:28: required from here /usr/pkg/include/gtest/internal/gtest-internal.h:1185:7: error: no type named 'type' in 'struct testing::internal::MakeIndexSequence<2ul>' class FlatTuple ^ In file included from /usr/pkg/include/gtest/gtest.h:70:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /usr/pkg/include/gtest/gtest-test-part.h: In constructor 'testing::TestPartResult::TestPartResult(testing::TestPartResult::Type, const char*, int, const char*)': /usr/pkg/include/gtest/gtest-test-part.h:66:35: error: 'nullptr' was not declared in this scope file_name_(a_file_name == nullptr ? "" : a_file_name), ^ /usr/pkg/include/gtest/gtest-test-part.h: In member function 'const char* testing::TestPartResult::file_name() const': /usr/pkg/include/gtest/gtest-test-part.h:77:33: error: 'nullptr' was not declared in this scope return file_name_.empty() ? nullptr : file_name_.c_str(); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h: At global scope: /usr/pkg/include/gtest/gtest.h:191:7: error: expected nested-name-specifier before 'TestCase' using TestCase = TestSuite; ^ /usr/pkg/include/gtest/gtest.h:295:21: error: 'enable_if' in namespace 'std' does not name a template type typename std::enable_if< ^ /usr/pkg/include/gtest/gtest.h:295:30: error: expected ',' or '...' before '<' token typename std::enable_if< ^ /usr/pkg/include/gtest/gtest.h:357:8: error: 'unique_ptr' in namespace 'std' does not name a template type std::unique_ptr< ::std::string> message_; ^ /usr/pkg/include/gtest/gtest.h: In member function 'const char* testing::AssertionResult::message() const': /usr/pkg/include/gtest/gtest.h:322:12: error: 'message_' was not declared in this scope return message_.get() != nullptr ? message_->c_str() : ""; ^ /usr/pkg/include/gtest/gtest.h:322:30: error: 'nullptr' was not declared in this scope return message_.get() != nullptr ? message_->c_str() : ""; ^ /usr/pkg/include/gtest/gtest.h: In member function 'void testing::AssertionResult::AppendMessage(const testing::Message&)': /usr/pkg/include/gtest/gtest.h:344:9: error: 'message_' was not declared in this scope if (message_.get() == nullptr) message_.reset(new ::std::string); ^ /usr/pkg/include/gtest/gtest.h:344:27: error: 'nullptr' was not declared in this scope if (message_.get() == nullptr) message_.reset(new ::std::string); ^ /usr/pkg/include/gtest/gtest.h:345:5: error: 'message_' was not declared in this scope message_->append(a_message.GetString().c_str()); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h: At global scope: /usr/pkg/include/gtest/gtest.h:494:14: error: 'unique_ptr' in namespace 'std' does not name a template type const std::unique_ptr gtest_flag_saver_; ^ /usr/pkg/include/gtest/gtest.h: In member function 'virtual testing::Test::Setup_should_be_spelled_SetUp* testing::Test::Setup()': /usr/pkg/include/gtest/gtest.h:513:59: error: 'nullptr' was not declared in this scope virtual Setup_should_be_spelled_SetUp* Setup() { return nullptr; } ^ [ 23%] Building C object CMakeFiles/uriparser.dir/src/UriIp4.c.o /usr/pkg/include/gtest/gtest.h: At global scope: /usr/pkg/include/gtest/gtest.h:774:52: error: 'testing::internal::SetUpTestSuiteFunc' has not been declared internal::TypeId fixture_class_id, internal::SetUpTestSuiteFunc set_up_tc, ^ /usr/pkg/include/gtest/gtest.h:775:17: error: 'testing::internal::TearDownTestSuiteFunc' has not been declared internal::TearDownTestSuiteFunc tear_down_tc, ^ /usr/pkg/include/gtest/gtest.h:806:14: error: 'unique_ptr' in namespace 'std' does not name a template type const std::unique_ptr type_param_; ^ /usr/pkg/include/gtest/gtest.h:809:14: error: 'unique_ptr' in namespace 'std' does not name a template type const std::unique_ptr value_param_; ^ /usr/pkg/include/gtest/gtest.h: In member function 'const char* testing::TestInfo::type_param() const': /usr/pkg/include/gtest/gtest.h:715:9: error: 'type_param_' was not declared in this scope if (type_param_.get() != nullptr) return type_param_->c_str(); ^ /usr/pkg/include/gtest/gtest.h:715:30: error: 'nullptr' was not declared in this scope if (type_param_.get() != nullptr) return type_param_->c_str(); ^ /usr/pkg/include/gtest/gtest.h:716:12: error: 'nullptr' was not declared in this scope return nullptr; ^ /usr/pkg/include/gtest/gtest.h: In member function 'const char* testing::TestInfo::value_param() const': /usr/pkg/include/gtest/gtest.h:722:9: error: 'value_param_' was not declared in this scope if (value_param_.get() != nullptr) return value_param_->c_str(); ^ /usr/pkg/include/gtest/gtest.h:722:31: error: 'nullptr' was not declared in this scope if (value_param_.get() != nullptr) return value_param_->c_str(); ^ /usr/pkg/include/gtest/gtest.h:723:12: error: 'nullptr' was not declared in this scope return nullptr; ^ /usr/pkg/include/gtest/gtest.h: At global scope: /usr/pkg/include/gtest/gtest.h:845:23: error: 'testing::internal::SetUpTestSuiteFunc' has not been declared internal::SetUpTestSuiteFunc set_up_tc, ^ /usr/pkg/include/gtest/gtest.h:846:23: error: 'testing::internal::TearDownTestSuiteFunc' has not been declared internal::TearDownTestSuiteFunc tear_down_tc); ^ /usr/pkg/include/gtest/gtest.h:1005:14: error: 'unique_ptr' in namespace 'std' does not name a template type const std::unique_ptr type_param_; ^ /usr/pkg/include/gtest/gtest.h:1014:13: error: 'SetUpTestSuiteFunc' in namespace 'testing::internal' does not name a type internal::SetUpTestSuiteFunc set_up_tc_; ^ /usr/pkg/include/gtest/gtest.h:1016:13: error: 'TearDownTestSuiteFunc' in namespace 'testing::internal' does not name a type internal::TearDownTestSuiteFunc tear_down_tc_; ^ /usr/pkg/include/gtest/gtest.h: In member function 'const char* testing::TestSuite::type_param() const': /usr/pkg/include/gtest/gtest.h:857:9: error: 'type_param_' was not declared in this scope if (type_param_.get() != nullptr) return type_param_->c_str(); ^ /usr/pkg/include/gtest/gtest.h:857:30: error: 'nullptr' was not declared in this scope if (type_param_.get() != nullptr) return type_param_->c_str(); ^ /usr/pkg/include/gtest/gtest.h:858:12: error: 'nullptr' was not declared in this scope return nullptr; ^ /usr/pkg/include/gtest/gtest.h: In member function 'void testing::TestSuite::RunSetUpTestSuite()': /usr/pkg/include/gtest/gtest.h:946:9: error: 'set_up_tc_' was not declared in this scope if (set_up_tc_ != nullptr) { ^ /usr/pkg/include/gtest/gtest.h:946:23: error: 'nullptr' was not declared in this scope if (set_up_tc_ != nullptr) { ^ /usr/pkg/include/gtest/gtest.h: In member function 'void testing::TestSuite::RunTearDownTestSuite()': /usr/pkg/include/gtest/gtest.h:954:9: error: 'tear_down_tc_' was not declared in this scope if (tear_down_tc_ != nullptr) { ^ /usr/pkg/include/gtest/gtest.h:954:26: error: 'nullptr' was not declared in this scope if (tear_down_tc_ != nullptr) { ^ /usr/pkg/include/gtest/gtest.h: In member function 'virtual testing::Environment::Setup_should_be_spelled_SetUp* testing::Environment::Setup()': /usr/pkg/include/gtest/gtest.h:1059:59: error: 'nullptr' was not declared in this scope virtual Setup_should_be_spelled_SetUp* Setup() { return nullptr; } ^ In file included from /usr/pkg/include/gtest/internal/gtest-internal.h:40:0, from /usr/pkg/include/gtest/gtest.h:62, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /usr/pkg/include/gtest/internal/gtest-port.h:835:12: error: 'std::get' has not been declared using std::get; ^ /usr/pkg/include/gtest/internal/gtest-port.h:836:12: error: 'std::make_tuple' has not been declared using std::make_tuple; ^ /usr/pkg/include/gtest/internal/gtest-port.h:837:12: error: 'std::tuple' has not been declared using std::tuple; ^ /usr/pkg/include/gtest/internal/gtest-port.h:838:12: error: 'std::tuple_element' has not been declared using std::tuple_element; ^ /usr/pkg/include/gtest/internal/gtest-port.h:839:12: error: 'std::tuple_size' has not been declared using std::tuple_size; ^ /usr/pkg/include/gtest/gtest.h: At global scope: /usr/pkg/include/gtest/gtest.h:1100:38: error: 'TestCase' does not name a type virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} ^ /usr/pkg/include/gtest/gtest.h:1119:36: error: 'TestCase' does not name a type virtual void OnTestCaseEnd(const TestCase& /*test_case*/) {} ^ /usr/pkg/include/gtest/internal/gtest-port.h: In function 'void testing::internal::FlushInfoLog()': /usr/pkg/include/gtest/internal/gtest-port.h:972:37: error: 'nullptr' was not declared in this scope inline void FlushInfoLog() { fflush(nullptr); } ^ /usr/pkg/include/gtest/gtest.h:1151:30: error: 'TestCase' does not name a type void OnTestCaseStart(const TestCase& /*test_case*/) override {} ^ /usr/pkg/include/gtest/internal/gtest-port.h: In function 'To testing::internal::DownCast_(From*)': /usr/pkg/include/gtest/internal/gtest-port.h:1082:17: error: 'nullptr' was not declared in this scope const To to = nullptr; ^ /usr/pkg/include/gtest/internal/gtest-port.h:1088:3: error: 'nullptr' was not declared in this scope GTEST_CHECK_(f == nullptr || dynamic_cast(f) != nullptr); ^ /usr/pkg/include/gtest/gtest.h:1159:28: error: 'TestCase' does not name a type void OnTestCaseEnd(const TestCase& /*test_case*/) override {} ^ /usr/pkg/include/gtest/internal/gtest-port.h: In function 'void testing::internal::SleepMilliseconds(int)': /usr/pkg/include/gtest/internal/gtest-port.h:1157:20: error: 'nullptr' was not declared in this scope nanosleep(&time, nullptr); ^ /usr/pkg/include/gtest/gtest.h:1282:9: error: 'TestCase' does not name a type const TestCase* current_test_case() const GTEST_LOCK_EXCLUDED_(mutex_); ^ /usr/pkg/include/gtest/internal/gtest-port.h: In constructor 'testing::internal::Notification::Notification()': /usr/pkg/include/gtest/internal/gtest-port.h:1175:5: error: 'nullptr' was not declared in this scope GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_init(&mutex_, nullptr)); ^ /usr/pkg/include/gtest/gtest.h:1366:9: error: 'TestCase' does not name a type const TestCase* GetTestCase(int i) const; ^ /usr/pkg/include/gtest/internal/gtest-port.h: In function 'void* testing::internal::ThreadFuncWithCLinkage(void*)': /usr/pkg/include/gtest/internal/gtest-port.h:1285:10: error: 'nullptr' was not declared in this scope return nullptr; ^ /usr/pkg/include/gtest/internal/gtest-port.h: In constructor 'testing::internal::ThreadWithParam::ThreadWithParam(void (*)(T), T, testing::internal::Notification*)': /usr/pkg/include/gtest/internal/gtest-port.h:1313:5: error: 'nullptr' was not declared in this scope GTEST_CHECK_POSIX_SUCCESS_( ^ /usr/pkg/include/gtest/gtest.h:1549:21: error: 'enable_if' in namespace 'std' does not name a template type typename std::enable_if::value || ^ /usr/pkg/include/gtest/gtest.h:1549:30: error: expected '>' before '<' token typename std::enable_if::value || ^ /usr/pkg/include/gtest/gtest.h:1574:12: error: 'std::nullptr_t' has not been declared std::nullptr_t /* lhs */, T* rhs) { ^ /usr/pkg/include/gtest/internal/gtest-port.h: In member function 'void testing::internal::ThreadWithParam::Join()': /usr/pkg/include/gtest/internal/gtest-port.h:1320:7: error: 'nullptr' was not declared in this scope GTEST_CHECK_POSIX_SUCCESS_(pthread_join(thread_, nullptr)); ^ /usr/pkg/include/gtest/gtest.h: In static member function 'static testing::AssertionResult testing::internal::EqHelper::Compare(const char*, const char*, int, T*)': /usr/pkg/include/gtest/gtest.h:1576:72: error: 'nullptr' was not declared in this scope return CmpHelperEQ(lhs_expression, rhs_expression, static_cast(nullptr), ^ /usr/pkg/include/gtest/internal/gtest-port.h: In member function 'void testing::internal::ThreadWithParam::Run()': /usr/pkg/include/gtest/internal/gtest-port.h:1326:30: error: 'nullptr' was not declared in this scope if (thread_can_start_ != nullptr) thread_can_start_->WaitForNotification(); ^ /usr/pkg/include/gtest/internal/gtest-port.h: In constructor 'testing::internal::Mutex::Mutex()': /usr/pkg/include/gtest/internal/gtest-port.h:1690:5: error: 'nullptr' was not declared in this scope GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_init(&mutex_, nullptr)); ^ In file included from /usr/pkg/include/gtest/internal/gtest-internal.h:40:0, from /usr/pkg/include/gtest/gtest.h:62, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /usr/pkg/include/gtest/gtest.h: In static member function 'static const ParamType& testing::WithParamInterface::GetParam()': /usr/pkg/include/gtest/gtest.h:1857:5: error: 'nullptr' was not declared in this scope GTEST_CHECK_(parameter_ != nullptr) ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h: At global scope: /usr/pkg/include/gtest/gtest.h:1878:46: error: 'nullptr' was not declared in this scope const T* WithParamInterface::parameter_ = nullptr; ^ /usr/pkg/include/gtest/internal/gtest-port.h: At global scope: /usr/pkg/include/gtest/internal/gtest-port.h:1832:8: error: 'unique_ptr' in namespace 'std' does not name a template type std::unique_ptr default_factory_; ^ /usr/pkg/include/gtest/internal/gtest-port.h: In constructor 'testing::internal::ThreadLocal::ThreadLocal()': /usr/pkg/include/gtest/internal/gtest-port.h:1743:28: error: class 'testing::internal::ThreadLocal' does not have any field named 'default_factory_' : key_(CreateKey()), default_factory_(new DefaultValueHolderFactory()) {} ^ /usr/pkg/include/gtest/internal/gtest-port.h: In constructor 'testing::internal::ThreadLocal::ThreadLocal(const T&)': /usr/pkg/include/gtest/internal/gtest-port.h:1746:9: error: class 'testing::internal::ThreadLocal' does not have any field named 'default_factory_' default_factory_(new InstanceValueHolderFactory(value)) {} ^ /usr/pkg/include/gtest/gtest.h:2300:1: error: 'constexpr' does not name a type constexpr bool StaticAssertTypeEq() noexcept { ^ /usr/pkg/include/gtest/gtest.h:2300:1: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 /usr/pkg/include/gtest/gtest.h: In function 'testing::TestInfo* testing::RegisterTest(const char*, const char*, const char*, const char*, const char*, int, Factory)': /usr/pkg/include/gtest/gtest.h:2441:9: error: expected nested-name-specifier before 'TestT' using TestT = typename std::remove_pointer::type; ^ /usr/pkg/include/gtest/gtest.h: In constructor 'testing::RegisterTest(const char*, const char*, const char*, const char*, const char*, int, Factory)::FactoryImpl::FactoryImpl(Factory)': /usr/pkg/include/gtest/gtest.h:2445:48: error: 'move' is not a member of 'std' explicit FactoryImpl(Factory f) : factory_(std::move(f)) {} ^ /usr/pkg/include/gtest/internal/gtest-port.h: In member function 'T* testing::internal::ThreadLocal::GetOrCreateValue() const': /usr/pkg/include/gtest/internal/gtest-port.h:1788:19: error: 'nullptr' was not declared in this scope if (holder != nullptr) { ^ /usr/pkg/include/gtest/internal/gtest-port.h:1792:37: error: 'default_factory_' was not declared in this scope ValueHolder* const new_holder = default_factory_->MakeNewHolder(); ^ /usr/pkg/include/gtest/gtest.h: In function 'testing::TestInfo* testing::RegisterTest(const char*, const char*, const char*, const char*, const char*, int, Factory)': /usr/pkg/include/gtest/gtest.h:2454:63: error: 'TestT' was not declared in this scope internal::CodeLocation(file, line), internal::GetTypeId(), ^ /usr/pkg/include/gtest/gtest.h:2455:39: error: type/value mismatch at argument 1 in template parameter list for 'template struct testing::internal::SuiteApiResolver' internal::SuiteApiResolver::GetSetUpCaseOrSuite(file, line), ^ /usr/pkg/include/gtest/gtest.h:2455:39: note: expected a type, got 'TestT' /usr/pkg/include/gtest/gtest.h:2456:39: error: type/value mismatch at argument 1 in template parameter list for 'template struct testing::internal::SuiteApiResolver' internal::SuiteApiResolver::GetTearDownCaseOrSuite(file, line), ^ /usr/pkg/include/gtest/gtest.h:2456:39: note: expected a type, got 'TestT' /usr/pkg/include/gtest/gtest.h:2457:23: error: 'move' is not a member of 'std' new FactoryImpl{std::move(factory)}); ^ /usr/pkg/include/gtest/internal/gtest-port.h: At global scope: /usr/pkg/include/gtest/internal/gtest-port.h:1891:1: error: expected unqualified-id before 'using' using bool_constant = std::integral_constant; ^ /usr/pkg/include/gtest/internal/gtest-port.h:2070:1: error: expected unqualified-id before '[' token [[noreturn]] inline void Abort() { abort(); } ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:101:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FourSuite, AbsolutizeTestCases) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:101:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FourSuite, AbsolutizeTestCases) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:101:1: error: 'nullptr' was not declared in this scope TEST(FourSuite, AbsolutizeTestCases) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:101:1: error: 'nullptr' was not declared in this scope TEST(FourSuite, AbsolutizeTestCases) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:101:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FourSuite, AbsolutizeTestCases) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:101:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FourSuite, AbsolutizeTestCases) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp: In member function 'virtual void FourSuite_AbsolutizeTestCases_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:112:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../c", "foo:a/b", "foo:c")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:112:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../c", "foo:a/b", "foo:c")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:27: /usr/pkg/include/gtest/internal/gtest-internal.h: At global scope: /usr/pkg/include/gtest/internal/gtest-internal.h:121:27: error: 'enable_if' in namespace 'std' does not name a template type typename std::enable_if::value, ^ /usr/pkg/include/gtest/internal/gtest-internal.h:121:36: error: expected '>' before '<' token typename std::enable_if::value, ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:113:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("foo:.", "foo:a", "foo:")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:113:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("foo:.", "foo:a", "foo:")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:114:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("/foo/../../../bar", "zz:abc", "zz:/bar")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:114:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("/foo/../../../bar", "zz:abc", "zz:/bar")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:115:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("/foo/../bar", "zz:abc", "zz:/bar")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:115:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("/foo/../bar", "zz:abc", "zz:/bar")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:116:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("foo/../../../bar", "zz:abc", "zz:bar")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:116:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("foo/../../../bar", "zz:abc", "zz:bar")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:117:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("foo/../bar", "zz:abc", "zz:bar")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:117:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("foo/../bar", "zz:abc", "zz:bar")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:118:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("zz:.", "zz:abc", "zz:")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:118:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("zz:.", "zz:abc", "zz:")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:119:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("/.", BASE_URI[0], "http://a/")); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:477:7: error: expected nested-name-specifier before 'SetUpTestSuiteFunc' using SetUpTestSuiteFunc = void (*)(); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:478:7: error: expected nested-name-specifier before 'TearDownTestSuiteFunc' using TearDownTestSuiteFunc = void (*)(); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:119:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("/.", BASE_URI[0], "http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-internal.h:492:7: error: expected nested-name-specifier before 'SetUpTearDownSuiteFuncType' using SetUpTearDownSuiteFuncType = void (*)(); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:494:8: error: 'SetUpTearDownSuiteFuncType' does not name a type inline SetUpTearDownSuiteFuncType GetNotDefaultOrNull( ^ /usr/pkg/include/gtest/internal/gtest-internal.h:506:9: error: expected nested-name-specifier before 'Test' using Test = ^ /usr/pkg/include/gtest/internal/gtest-internal.h:509:10: error: 'SetUpTearDownSuiteFuncType' does not name a type static SetUpTearDownSuiteFuncType GetSetUpCaseOrSuite(const char* filename, ^ /usr/pkg/include/gtest/internal/gtest-internal.h:524:10: error: 'SetUpTearDownSuiteFuncType' does not name a type static SetUpTearDownSuiteFuncType GetTearDownCaseOrSuite(const char* filename, ^ /usr/pkg/include/gtest/internal/gtest-internal.h:561:30: error: 'SetUpTestSuiteFunc' has not been declared TypeId fixture_class_id, SetUpTestSuiteFunc set_up_tc, ^ /usr/pkg/include/gtest/internal/gtest-internal.h:562:5: error: 'TearDownTestSuiteFunc' has not been declared TearDownTestSuiteFunc tear_down_tc, TestFactoryBase* factory); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:120:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("/.foo", BASE_URI[0], "http://a/.foo")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:120:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("/.foo", BASE_URI[0], "http://a/.foo")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:121:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper(".foo", BASE_URI[0], "http://a/b/c/.foo")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:121:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper(".foo", BASE_URI[0], "http://a/b/c/.foo")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:125:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g:h", BASE_URI[0], "g:h")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:125:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g:h", BASE_URI[0], "g:h")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:126:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g", BASE_URI[0], "http://a/b/c/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:126:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g", BASE_URI[0], "http://a/b/c/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:127:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("./g", BASE_URI[0], "http://a/b/c/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:127:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("./g", BASE_URI[0], "http://a/b/c/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:128:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g/", BASE_URI[0], "http://a/b/c/g/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:128:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g/", BASE_URI[0], "http://a/b/c/g/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:129:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("/g", BASE_URI[0], "http://a/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:129:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("/g", BASE_URI[0], "http://a/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:130:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("//g", BASE_URI[0], "http://g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:130:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("//g", BASE_URI[0], "http://g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:133:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("?y", BASE_URI[0], "http://a/b/c/d;p?y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:133:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("?y", BASE_URI[0], "http://a/b/c/d;p?y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:134:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g?y", BASE_URI[0], "http://a/b/c/g?y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:134:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g?y", BASE_URI[0], "http://a/b/c/g?y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:137:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("#s", BASE_URI[0], "http://a/b/c/d;p?q#s")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:137:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("#s", BASE_URI[0], "http://a/b/c/d;p?q#s")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:138:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g#s", BASE_URI[0], "http://a/b/c/g#s")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:138:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g#s", BASE_URI[0], "http://a/b/c/g#s")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:139:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g?y#s", BASE_URI[0], "http://a/b/c/g?y#s")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:139:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g?y#s", BASE_URI[0], "http://a/b/c/g?y#s")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:140:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper(";x", BASE_URI[0], "http://a/b/c/;x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:140:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper(";x", BASE_URI[0], "http://a/b/c/;x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-internal.h: In member function 'bool testing::internal::TypedTestSuitePState::AddTestName(const char*, int, const char*, const char*)': /usr/pkg/include/gtest/internal/gtest-internal.h:590:7: error: 'Abort' is not a member of 'testing::internal::posix' posix::Abort(); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:141:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g;x", BASE_URI[0], "http://a/b/c/g;x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:141:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g;x", BASE_URI[0], "http://a/b/c/g;x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:142:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g;x?y#s", BASE_URI[0], "http://a/b/c/g;x?y#s")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:142:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g;x?y#s", BASE_URI[0], "http://a/b/c/g;x?y#s")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:145:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("", BASE_URI[0], "http://a/b/c/d;p?q")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:145:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("", BASE_URI[0], "http://a/b/c/d;p?q")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:146:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper(".", BASE_URI[0], "http://a/b/c/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:146:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper(".", BASE_URI[0], "http://a/b/c/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:147:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("./", BASE_URI[0], "http://a/b/c/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:147:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("./", BASE_URI[0], "http://a/b/c/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-internal.h: At global scope: /usr/pkg/include/gtest/internal/gtest-internal.h:622:7: error: expected nested-name-specifier before 'TypedTestCasePState' using TypedTestCasePState = TypedTestSuitePState; ^ /usr/pkg/include/gtest/internal/gtest-internal.h: In function 'const char* testing::internal::SkipComma(const char*)': /usr/pkg/include/gtest/internal/gtest-internal.h:631:16: error: 'nullptr' was not declared in this scope if (comma == nullptr) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:148:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("..", BASE_URI[0], "http://a/b/")); ^ /usr/pkg/include/gtest/internal/gtest-internal.h: In function 'std::string testing::internal::GetPrefixUntilComma(const char*)': /usr/pkg/include/gtest/internal/gtest-internal.h:642:19: error: 'nullptr' was not declared in this scope return comma == nullptr ? str : std::string(str, comma); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:148:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("..", BASE_URI[0], "http://a/b/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:149:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../", BASE_URI[0], "http://a/b/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:149:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../", BASE_URI[0], "http://a/b/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:150:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../g", BASE_URI[0], "http://a/b/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:150:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../g", BASE_URI[0], "http://a/b/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:151:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../..", BASE_URI[0], "http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:151:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../..", BASE_URI[0], "http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:152:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../../", BASE_URI[0], "http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:152:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../../", BASE_URI[0], "http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:153:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../../g", BASE_URI[0], "http://a/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:153:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../../g", BASE_URI[0], "http://a/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:154:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../../../g", BASE_URI[0], "http://a/g")); // http://a/../g ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:154:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../../../g", BASE_URI[0], "http://a/g")); // http://a/../g ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:155:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../../../../g", BASE_URI[0], "http://a/g")); // http://a/../../g ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:155:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../../../../g", BASE_URI[0], "http://a/g")); // http://a/../../g ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:158:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("/./g", BASE_URI[0], "http://a/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:158:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("/./g", BASE_URI[0], "http://a/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-internal.h: In static member function 'static bool testing::internal::TypeParameterizedTest::Register(const char*, const testing::internal::CodeLocation&, const char*, const char*, int, const std::vector >&)': /usr/pkg/include/gtest/internal/gtest-internal.h:711:9: error: 'nullptr' was not declared in this scope nullptr, // No value parameter. ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:161:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("/../g", BASE_URI[0], "http://a/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:161:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("/../g", BASE_URI[0], "http://a/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:162:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g.", BASE_URI[0], "http://a/b/c/g.")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/internal/gtest-internal.h: In static member function 'static bool testing::internal::TypeParameterizedTestSuite::Register(const char*, testing::internal::CodeLocation, const testing::internal::TypedTestSuitePState*, const char*, const char*, const std::vector >&)': /usr/pkg/include/gtest/internal/gtest-internal.h:763:7: error: 'Abort' is not a member of 'testing::internal::posix' posix::Abort(); ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:162:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g.", BASE_URI[0], "http://a/b/c/g.")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:163:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper(".g", BASE_URI[0], "http://a/b/c/.g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:163:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper(".g", BASE_URI[0], "http://a/b/c/.g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:164:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g..", BASE_URI[0], "http://a/b/c/g..")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/internal/gtest-internal.h: At global scope: /usr/pkg/include/gtest/internal/gtest-internal.h:858:27: error: expected template-name before '<' token : public bool_constant< ^ /usr/pkg/include/gtest/internal/gtest-internal.h:858:27: error: expected '{' before '<' token /usr/pkg/include/gtest/internal/gtest-internal.h:858:27: error: expected unqualified-id before '<' token /usr/pkg/include/gtest/internal/gtest-internal.h:887:28: error: expected type-specifier before 'decltype' class Iterator = decltype(::std::declval().begin()), ^ /usr/pkg/include/gtest/internal/gtest-internal.h:887:28: error: expected '>' before 'decltype' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:164:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g..", BASE_URI[0], "http://a/b/c/g..")); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:892:44: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 IsContainer IsContainerTest(int /* dummy */) { ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-internal.h:915:44: error: 'nullptr' was not declared in this scope static const bool value = sizeof(test(nullptr, nullptr)) == sizeof(int); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:915:53: error: 'nullptr' was not declared in this scope static const bool value = sizeof(test(nullptr, nullptr)) == sizeof(int); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:926:68: error: expected class-name before '{' token struct IsRecursiveContainerImpl : public std::false_type {}; ^ /usr/pkg/include/gtest/internal/gtest-internal.h:934:9: error: expected nested-name-specifier before 'value_type' using value_type = decltype(*std::declval()); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:935:9: error: expected nested-name-specifier before 'type' using type = ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:165:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("..g", BASE_URI[0], "http://a/b/c/..g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:165:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("..g", BASE_URI[0], "http://a/b/c/..g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:166:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("./../g", BASE_URI[0], "http://a/b/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:166:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("./../g", BASE_URI[0], "http://a/b/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:167:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("./g/.", BASE_URI[0], "http://a/b/c/g/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:167:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("./g/.", BASE_URI[0], "http://a/b/c/g/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-internal.h:1072:17: error: expected identifier before '!' token static_assert(!std::is_const::value, "Type must not be const"); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1072:17: error: expected ',' or '...' before '!' token /usr/pkg/include/gtest/internal/gtest-internal.h:1073:17: error: expected identifier before '!' token static_assert(!std::is_reference::value, ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1073:17: error: expected ',' or '...' before '!' token In file included from /usr/include/g++/cassert:43:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:24: /usr/pkg/include/gtest/internal/gtest-internal.h:1073:3: error: 'int testing::internal::NativeArray::_Static_assert(int)' cannot be overloaded static_assert(!std::is_reference::value, ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1072:3: error: with 'int testing::internal::NativeArray::_Static_assert(int)' static_assert(!std::is_const::value, "Type must not be const"); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:168:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g/./h", BASE_URI[0], "http://a/b/c/g/h")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:168:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g/./h", BASE_URI[0], "http://a/b/c/g/h")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:27: /usr/pkg/include/gtest/internal/gtest-internal.h:1102:9: error: expected nested-name-specifier before 'type' using type = IndexSequence; ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:169:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g/../h", BASE_URI[0], "http://a/b/c/h")); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1110:9: error: expected nested-name-specifier before 'type' using type = IndexSequence; ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/internal/gtest-internal.h:1114:9: error: expected nested-name-specifier before 'type' using type = IndexSequence; ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:169:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g/../h", BASE_URI[0], "http://a/b/c/h")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-internal.h:1135:9: error: expected nested-name-specifier before 'type' using type = T; ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:170:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g;x=1/./y", BASE_URI[0], "http://a/b/c/g;x=1/y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/internal/gtest-internal.h:1155:9: error: expected nested-name-specifier before 'value_type' using value_type = ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:170:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g;x=1/./y", BASE_URI[0], "http://a/b/c/g;x=1/y")); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1159:41: error: expected ')' before 't' explicit FlatTupleElemBase(value_type t) : value(std::move(t)) {} ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1160:3: error: 'value_type' does not name a type value_type value; ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1167:59: error: '>>' should be '> >' within a nested template argument list struct FlatTupleBase, IndexSequence> ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-internal.h:1169:9: error: expected nested-name-specifier before 'Indices' using Indices = IndexSequence; ^ /usr/pkg/include/gtest/internal/gtest-internal.h: In constructor 'testing::internal::FlatTupleBase, testing::internal::IndexSequence >::FlatTupleBase(T ...)': /usr/pkg/include/gtest/internal/gtest-internal.h:1172:49: error: 'move' is not a member of 'std' : FlatTupleElemBase, Idx>(std::move(t))... {} ^ /usr/pkg/include/gtest/internal/gtest-internal.h: At global scope: /usr/pkg/include/gtest/internal/gtest-internal.h:1188:9: error: expected nested-name-specifier before 'Indices' using Indices = typename FlatTuple::FlatTupleBase::Indices; ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:171:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g;x=1/../y", BASE_URI[0], "http://a/b/c/y")); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1195:34: error: 'Indices' was not declared in this scope const typename ElemFromList::type& Get() const { ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1195:47: error: template argument 2 is invalid const typename ElemFromList::type& Get() const { ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/internal/gtest-internal.h:1200:28: error: 'Indices' was not declared in this scope typename ElemFromList::type& Get() { ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1200:41: error: template argument 2 is invalid typename ElemFromList::type& Get() { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:171:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g;x=1/../y", BASE_URI[0], "http://a/b/c/y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/internal/gtest-internal.h: In constructor 'testing::internal::FlatTuple::FlatTuple(T ...)': /usr/pkg/include/gtest/internal/gtest-internal.h:1192:57: error: 'move' is not a member of 'std' explicit FlatTuple(T... t) : FlatTuple::FlatTupleBase(std::move(t)...) {} ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-internal.h: At global scope: /usr/pkg/include/gtest/internal/gtest-internal.h:1210:1: error: 'constexpr' does not name a type constexpr bool InstantiateTestCase_P_IsDeprecated() { return true; } ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1210:1: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 /usr/pkg/include/gtest/internal/gtest-internal.h:1215:1: error: 'constexpr' does not name a type constexpr bool TypedTestCase_P_IsDeprecated() { return true; } ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1215:1: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 /usr/pkg/include/gtest/internal/gtest-internal.h:1220:1: error: 'constexpr' does not name a type constexpr bool TypedTestCaseIsDeprecated() { return true; } ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1220:1: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 /usr/pkg/include/gtest/internal/gtest-internal.h:1225:1: error: 'constexpr' does not name a type constexpr bool RegisterTypedTestCase_P_IsDeprecated() { return true; } ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1225:1: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 /usr/pkg/include/gtest/internal/gtest-internal.h:1230:1: error: 'constexpr' does not name a type constexpr bool InstantiateTypedTestCase_P_IsDeprecated() { return true; } ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1230:1: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:172:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g?y/./x", BASE_URI[0], "http://a/b/c/g?y/./x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:172:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g?y/./x", BASE_URI[0], "http://a/b/c/g?y/./x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest-matchers.h:47:0, from /usr/pkg/include/gtest/internal/gtest-death-test-internal.h:39, from /usr/pkg/include/gtest/gtest-death-test.h:41, from /usr/pkg/include/gtest/gtest.h:64, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:27: /usr/pkg/include/gtest/gtest-printers.h: In static member function 'static void testing::internal2::TypeWithoutFormatter::PrintValue(const T&, std::ostream*)': /usr/pkg/include/gtest/gtest-printers.h:156:43: error: 'addressof' is not a member of 'std' reinterpret_cast(std::addressof(value))), ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:173:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g?y/../x", BASE_URI[0], "http://a/b/c/g?y/../x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:173:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g?y/../x", BASE_URI[0], "http://a/b/c/g?y/../x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:174:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g#s/./x", BASE_URI[0], "http://a/b/c/g#s/./x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:174:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g#s/./x", BASE_URI[0], "http://a/b/c/g#s/./x")); ^ /usr/pkg/include/gtest/gtest-printers.h: In function 'std::basic_ostream<_CharT, _Traits>& testing::internal2::operator<<(std::basic_ostream<_CharT, _Traits>&, const T&)': /usr/pkg/include/gtest/gtest-printers.h:236:34: error: 'is_convertible' is not a member of 'std' : std::is_convertible< ^ /usr/pkg/include/gtest/gtest-printers.h:237:68: error: template argument 2 is invalid const T&, internal::BiggestInt>::value ^ /usr/pkg/include/gtest/gtest-printers.h:238:38: error: qualified-id in declaration before '?' token ? kConvertibleToInteger ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:175:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g#s/../x", BASE_URI[0], "http://a/b/c/g#s/../x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:175:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g#s/../x", BASE_URI[0], "http://a/b/c/g#s/../x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:176:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("http:g", BASE_URI[0], "http:g")); // http://a/b/c/g ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:176:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("http:g", BASE_URI[0], "http:g")); // http://a/b/c/g ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:177:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("http:", BASE_URI[0], "http:")); // BASE_URI[0] ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:177:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("http:", BASE_URI[0], "http:")); // BASE_URI[0] ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:180:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("/a/b/c/./../../g", BASE_URI[0], "http://a/a/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:180:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("/a/b/c/./../../g", BASE_URI[0], "http://a/a/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:184:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g", BASE_URI[1], "http://a/b/c/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:184:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g", BASE_URI[1], "http://a/b/c/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:185:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("./g", BASE_URI[1], "http://a/b/c/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:185:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("./g", BASE_URI[1], "http://a/b/c/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-printers.h: In function 'void testing::internal::DefaultPrintTo(testing::internal::WrapPrinterType<(testing::internal::DefaultPrinterType)1u>, T*, std::ostream*)': /usr/pkg/include/gtest/gtest-printers.h:441:12: error: 'nullptr' was not declared in this scope if (p == nullptr) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:186:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g/", BASE_URI[1], "http://a/b/c/g/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest-printers.h: In function 'void testing::internal::DefaultPrintTo(testing::internal::WrapPrinterType<(testing::internal::DefaultPrinterType)2u>, T*, std::ostream*)': /usr/pkg/include/gtest/gtest-printers.h:453:12: error: 'nullptr' was not declared in this scope if (p == nullptr) { ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:186:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g/", BASE_URI[1], "http://a/b/c/g/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:187:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("/g", BASE_URI[1], "http://a/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/gtest-printers.h: In function 'void testing::internal::PrintTo(const T&, std::ostream*)': /usr/pkg/include/gtest/gtest-printers.h:508:14: error: 'is_pointer' is not a member of 'std' : !std::is_pointer::value ^ /usr/pkg/include/gtest/gtest-printers.h:504:7: error: parse error in template argument list WrapPrinterType < ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:187:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("/g", BASE_URI[1], "http://a/g")); ^ /usr/pkg/include/gtest/gtest-printers.h:510:19: error: 'is_function' is not a member of 'std' : std::is_function::type>::value ^ /usr/pkg/include/gtest/gtest-printers.h:510:50: error: 'remove_pointer' in namespace 'std' does not name a template type : std::is_function::type>::value ^ /usr/pkg/include/gtest/gtest-printers.h:510:64: error: expected '(' before '<' token : std::is_function::type>::value ^ /usr/pkg/include/gtest/gtest-printers.h:510:66: error: expected primary-expression before '>' token : std::is_function::type>::value ^ /usr/pkg/include/gtest/gtest-printers.h:510:67: error: '::type' has not been declared : std::is_function::type>::value ^ /usr/pkg/include/gtest/gtest-printers.h:510:74: error: '::value' has not been declared : std::is_function::type>::value ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest-printers.h:512:42: error: expected primary-expression before ')' token : kPrintPointer > (), ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:188:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("//g", BASE_URI[1], "http://g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:188:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("//g", BASE_URI[1], "http://g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:192:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("?y", BASE_URI[1], "http://a/b/c/d;p?y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:192:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("?y", BASE_URI[1], "http://a/b/c/d;p?y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:193:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g?y", BASE_URI[1], "http://a/b/c/g?y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:193:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g?y", BASE_URI[1], "http://a/b/c/g?y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:194:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g?y/./x", BASE_URI[1], "http://a/b/c/g?y/./x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:194:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g?y/./x", BASE_URI[1], "http://a/b/c/g?y/./x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-printers.h: At global scope: /usr/pkg/include/gtest/gtest-printers.h:613:26: error: variable or field 'PrintTo' declared void inline void PrintTo(std::nullptr_t, ::std::ostream* os) { *os << "(nullptr)"; } ^ /usr/pkg/include/gtest/gtest-printers.h:613:21: error: 'nullptr_t' is not a member of 'std' inline void PrintTo(std::nullptr_t, ::std::ostream* os) { *os << "(nullptr)"; } ^ /usr/pkg/include/gtest/gtest-printers.h:613:51: error: expected primary-expression before '*' token inline void PrintTo(std::nullptr_t, ::std::ostream* os) { *os << "(nullptr)"; } ^ /usr/pkg/include/gtest/gtest-printers.h:613:53: error: 'os' was not declared in this scope inline void PrintTo(std::nullptr_t, ::std::ostream* os) { *os << "(nullptr)"; } ^ /usr/pkg/include/gtest/gtest-printers.h:616:19: error: variable or field 'PrintTo' declared void void PrintTo(std::reference_wrapper ref, ::std::ostream* os) { ^ /usr/pkg/include/gtest/gtest-printers.h:616:14: error: 'reference_wrapper' is not a member of 'std' void PrintTo(std::reference_wrapper ref, ::std::ostream* os) { ^ /usr/pkg/include/gtest/gtest-printers.h:616:38: error: expected primary-expression before '>' token void PrintTo(std::reference_wrapper ref, ::std::ostream* os) { ^ /usr/pkg/include/gtest/gtest-printers.h:616:40: error: 'ref' was not declared in this scope void PrintTo(std::reference_wrapper ref, ::std::ostream* os) { ^ /usr/pkg/include/gtest/gtest-printers.h:616:59: error: expected primary-expression before '*' token void PrintTo(std::reference_wrapper ref, ::std::ostream* os) { ^ /usr/pkg/include/gtest/gtest-printers.h:616:61: error: 'os' was not declared in this scope void PrintTo(std::reference_wrapper ref, ::std::ostream* os) { ^ /usr/pkg/include/gtest/gtest-printers.h:623:34: error: 'std::integral_constant' has not been declared void PrintTupleTo(const T&, std::integral_constant, ^ /usr/pkg/include/gtest/gtest-printers.h:623:51: error: expected ',' or '...' before '<' token void PrintTupleTo(const T&, std::integral_constant, ^ /usr/pkg/include/gtest/gtest-printers.h:627:36: error: 'std::integral_constant' has not been declared void PrintTupleTo(const T& t, std::integral_constant, ^ /usr/pkg/include/gtest/gtest-printers.h:627:53: error: expected ',' or '...' before '<' token void PrintTupleTo(const T& t, std::integral_constant, ^ /usr/pkg/include/gtest/gtest-printers.h: In function 'void testing::internal::PrintTupleTo(const T&, int)': /usr/pkg/include/gtest/gtest-printers.h:629:19: error: 'integral_constant' is not a member of 'std' PrintTupleTo(t, std::integral_constant(), os); ^ /usr/pkg/include/gtest/gtest-printers.h:629:48: error: expected primary-expression before ',' token PrintTupleTo(t, std::integral_constant(), os); ^ /usr/pkg/include/gtest/gtest-printers.h:629:57: error: expected primary-expression before ')' token PrintTupleTo(t, std::integral_constant(), os); ^ /usr/pkg/include/gtest/gtest-printers.h:629:60: error: 'os' was not declared in this scope PrintTupleTo(t, std::integral_constant(), os); ^ /usr/pkg/include/gtest/gtest-printers.h:635:34: error: 'tuple_element' in namespace 'std' does not name a template type UniversalPrinter::type>::Print( ^ /usr/pkg/include/gtest/gtest-printers.h:635:47: error: expected template-argument before '<' token UniversalPrinter::type>::Print( ^ /usr/pkg/include/gtest/gtest-printers.h:635:47: error: expected '>' before '<' token /usr/pkg/include/gtest/gtest-printers.h:635:63: error: template argument 1 is invalid UniversalPrinter::type>::Print( ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:195:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g?y/../x", BASE_URI[1], "http://a/b/c/g?y/../x")); ^ /usr/pkg/include/gtest/gtest-printers.h:636:7: error: 'get' is not a member of 'std' std::get(t), os); ^ /usr/pkg/include/gtest/gtest-printers.h:636:29: error: expression list treated as compound expression in initializer [-fpermissive] std::get(t), os); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest-printers.h: At global scope: /usr/pkg/include/gtest/gtest-printers.h:640:27: error: 'tuple' in namespace 'std' does not name a template type void PrintTo(const ::std::tuple& t, ::std::ostream* os) { ^ /usr/pkg/include/gtest/gtest-printers.h:640:32: error: expected ',' or '...' before '<' token void PrintTo(const ::std::tuple& t, ::std::ostream* os) { ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/gtest-printers.h: In function 'void testing::internal::PrintTo(int)': /usr/pkg/include/gtest/gtest-printers.h:641:4: error: 'os' was not declared in this scope *os << "("; ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:195:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g?y/../x", BASE_URI[1], "http://a/b/c/g?y/../x")); ^ /usr/pkg/include/gtest/gtest-printers.h:642:16: error: 't' was not declared in this scope PrintTupleTo(t, std::integral_constant(), os); ^ /usr/pkg/include/gtest/gtest-printers.h:642:19: error: 'integral_constant' is not a member of 'std' PrintTupleTo(t, std::integral_constant(), os); ^ /usr/pkg/include/gtest/gtest-printers.h:642:48: error: expected primary-expression before ',' token PrintTupleTo(t, std::integral_constant(), os); ^ /usr/pkg/include/gtest/gtest-printers.h:642:68: error: expected primary-expression before ')' token PrintTupleTo(t, std::integral_constant(), os); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:196:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g#s", BASE_URI[1], "http://a/b/c/g#s")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:196:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g#s", BASE_URI[1], "http://a/b/c/g#s")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:197:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g#s/./x", BASE_URI[1], "http://a/b/c/g#s/./x")); ^ In file included from /usr/pkg/include/gtest/internal/gtest-internal.h:64:0, from /usr/pkg/include/gtest/gtest.h:62, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /usr/pkg/include/gtest/gtest-message.h:190:14: error: 'unique_ptr' in namespace 'std' does not name a template type const std::unique_ptr< ::std::stringstream> ss_; ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/gtest-message.h: In copy constructor 'testing::Message::Message(const testing::Message&)': /usr/pkg/include/gtest/gtest-message.h:101:33: error: class 'testing::Message' does not have any field named 'ss_' Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:197:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g#s/./x", BASE_URI[1], "http://a/b/c/g#s/./x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-message.h:102:6: error: 'ss_' was not declared in this scope *ss_ << msg.GetString(); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:198:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g#s/../x", BASE_URI[1], "http://a/b/c/g#s/../x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest-message.h: In constructor 'testing::Message::Message(const char*)': /usr/pkg/include/gtest/gtest-message.h:106:39: error: class 'testing::Message' does not have any field named 'ss_' explicit Message(const char* str) : ss_(new ::std::stringstream) { ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:198:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g#s/../x", BASE_URI[1], "http://a/b/c/g#s/../x")); ^ /usr/pkg/include/gtest/gtest-message.h:107:6: error: 'ss_' was not declared in this scope *ss_ << str; ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-message.h: In member function 'testing::Message& testing::Message::operator<<(const T&)': /usr/pkg/include/gtest/gtest-message.h:128:6: error: 'ss_' was not declared in this scope *ss_ << val; ^ /usr/pkg/include/gtest/gtest-message.h: In member function 'testing::Message& testing::Message::operator<<(T* const&)': /usr/pkg/include/gtest/gtest-message.h:147:20: error: 'nullptr' was not declared in this scope if (pointer == nullptr) { ^ /usr/pkg/include/gtest/gtest-message.h:148:8: error: 'ss_' was not declared in this scope *ss_ << "(null)"; ^ /usr/pkg/include/gtest/gtest-message.h:150:8: error: 'ss_' was not declared in this scope *ss_ << pointer; ^ /usr/pkg/include/gtest/gtest-message.h: In member function 'testing::Message& testing::Message::operator<<(testing::Message::BasicNarrowIoManip)': /usr/pkg/include/gtest/gtest-message.h:162:6: error: 'ss_' was not declared in this scope *ss_ << val; ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:199:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("./", BASE_URI[1], "http://a/b/c/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:199:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("./", BASE_URI[1], "http://a/b/c/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:200:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../", BASE_URI[1], "http://a/b/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:200:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../", BASE_URI[1], "http://a/b/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest-printers.h: In static member function 'static void testing::internal::UniversalTersePrinter::Print(const char*, std::ostream*)': /usr/pkg/include/gtest/gtest-printers.h:818:16: error: 'nullptr' was not declared in this scope if (str == nullptr) { ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:201:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../g", BASE_URI[1], "http://a/b/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:201:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../g", BASE_URI[1], "http://a/b/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-printers.h: In static member function 'static void testing::internal::UniversalTersePrinter::Print(const wchar_t*, std::ostream*)': /usr/pkg/include/gtest/gtest-printers.h:838:16: error: 'nullptr' was not declared in this scope if (str == nullptr) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:202:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../../", BASE_URI[1], "http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:202:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../../", BASE_URI[1], "http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:203:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../../g", BASE_URI[1], "http://a/g")); ^ /usr/pkg/include/gtest/gtest-printers.h: At global scope: /usr/pkg/include/gtest/gtest-printers.h:877:51: error: 'std::integral_constant' has not been declared void TersePrintPrefixToStrings(const Tuple&, std::integral_constant, ^ /usr/pkg/include/gtest/gtest-printers.h:877:68: error: expected ',' or '...' before '<' token void TersePrintPrefixToStrings(const Tuple&, std::integral_constant, ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/gtest-printers.h:881:37: error: 'std::integral_constant' has not been declared std::integral_constant, ^ /usr/pkg/include/gtest/gtest-printers.h:881:54: error: expected ',' or '...' before '<' token std::integral_constant, ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:203:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../../g", BASE_URI[1], "http://a/g")); ^ /usr/pkg/include/gtest/gtest-printers.h: In function 'void testing::internal::TersePrintPrefixToStrings(const Tuple&, int)': /usr/pkg/include/gtest/gtest-printers.h:883:32: error: 'integral_constant' is not a member of 'std' TersePrintPrefixToStrings(t, std::integral_constant(), ^ /usr/pkg/include/gtest/gtest-printers.h:883:61: error: expected primary-expression before ',' token TersePrintPrefixToStrings(t, std::integral_constant(), ^ /usr/pkg/include/gtest/gtest-printers.h:883:70: error: expected primary-expression before ')' token TersePrintPrefixToStrings(t, std::integral_constant(), ^ /usr/pkg/include/gtest/gtest-printers.h:884:29: error: 'strings' was not declared in this scope strings); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-printers.h:886:23: error: 'get' is not a member of 'std' UniversalTersePrint(std::get(t), &ss); ^ /usr/pkg/include/gtest/gtest-printers.h: In function 'testing::internal::Strings testing::internal::UniversalTersePrintTupleFieldsToStrings(const Tuple&)': /usr/pkg/include/gtest/gtest-printers.h:897:14: error: 'integral_constant' is not a member of 'std' value, std::integral_constant::value>(), ^ /usr/pkg/include/gtest/gtest-printers.h:897:43: error: expected primary-expression before ',' token value, std::integral_constant::value>(), ^ /usr/pkg/include/gtest/gtest-printers.h:897:45: error: 'tuple_size' is not a member of 'std' value, std::integral_constant::value>(), ^ /usr/pkg/include/gtest/gtest-printers.h:897:66: error: expected primary-expression before '>' token value, std::integral_constant::value>(), ^ /usr/pkg/include/gtest/gtest-printers.h:897:67: error: '::value' has not been declared value, std::integral_constant::value>(), ^ /usr/pkg/include/gtest/gtest-printers.h:897:76: error: expected primary-expression before ')' token value, std::integral_constant::value>(), ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:208:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g", BASE_URI[2], "http://a/b/c/d;p=1/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:208:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g", BASE_URI[2], "http://a/b/c/d;p=1/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:209:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("./g", BASE_URI[2], "http://a/b/c/d;p=1/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ In file included from /usr/pkg/include/gtest/internal/gtest-death-test-internal.h:39:0, from /usr/pkg/include/gtest/gtest-death-test.h:41, from /usr/pkg/include/gtest/gtest.h:64, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:27: /usr/pkg/include/gtest/gtest-matchers.h: In member function 'testing::MatchResultListener& testing::MatchResultListener::operator<<(const T&)': /usr/pkg/include/gtest/gtest-matchers.h:92:20: error: 'nullptr' was not declared in this scope if (stream_ != nullptr) *stream_ << x; ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:209:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("./g", BASE_URI[2], "http://a/b/c/d;p=1/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest-matchers.h: In member function 'bool testing::MatchResultListener::IsInterested() const': /usr/pkg/include/gtest/gtest-matchers.h:103:49: error: 'nullptr' was not declared in this scope bool IsInterested() const { return stream_ != nullptr; } ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:210:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g/", BASE_URI[2], "http://a/b/c/d;p=1/g/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:210:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g/", BASE_URI[2], "http://a/b/c/d;p=1/g/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:211:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g?y", BASE_URI[2], "http://a/b/c/d;p=1/g?y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:211:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g?y", BASE_URI[2], "http://a/b/c/d;p=1/g?y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:212:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper(";x", BASE_URI[2], "http://a/b/c/d;p=1/;x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:212:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper(";x", BASE_URI[2], "http://a/b/c/d;p=1/;x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:213:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g;x", BASE_URI[2], "http://a/b/c/d;p=1/g;x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:213:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g;x", BASE_URI[2], "http://a/b/c/d;p=1/g;x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-matchers.h: In constructor 'testing::internal::DummyMatchResultListener::DummyMatchResultListener()': /usr/pkg/include/gtest/gtest-matchers.h:237:52: error: 'nullptr' was not declared in this scope DummyMatchResultListener() : MatchResultListener(nullptr) {} ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:214:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g;x=1/./y", BASE_URI[2], "http://a/b/c/d;p=1/g;x=1/y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:214:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g;x=1/./y", BASE_URI[2], "http://a/b/c/d;p=1/g;x=1/y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:215:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g;x=1/../y", BASE_URI[2], "http://a/b/c/d;p=1/y")); ^ /usr/pkg/include/gtest/gtest-matchers.h: At global scope: /usr/pkg/include/gtest/gtest-matchers.h:303:21: error: 'enable_if' in namespace 'std' does not name a template type typename std::enable_if::value>::type* = ^ /usr/pkg/include/gtest/gtest-matchers.h:303:30: error: expected ',' or '...' before '<' token typename std::enable_if::value>::type* = ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/gtest-matchers.h:309:26: error: expected ',' or '...' before '&&' token MatcherBase(MatcherBase&&) = default; ^ /usr/pkg/include/gtest/gtest-matchers.h:309:32: error: invalid constructor; you probably meant 'testing::internal::MatcherBase (const testing::internal::MatcherBase&)' MatcherBase(MatcherBase&&) = default; ^ /usr/pkg/include/gtest/gtest-matchers.h:310:37: error: expected ',' or '...' before '&&' token MatcherBase& operator=(MatcherBase&&) = default; ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:215:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g;x=1/../y", BASE_URI[2], "http://a/b/c/d;p=1/y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest-matchers.h:315:8: error: 'shared_ptr' in namespace 'std' does not name a template type std::shared_ptr> impl_; ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-matchers.h: In member function 'bool testing::internal::MatcherBase::MatchAndExplain(const T&, testing::MatchResultListener*) const': /usr/pkg/include/gtest/gtest-matchers.h:264:12: error: 'impl_' was not declared in this scope return impl_->MatchAndExplain(x, listener); ^ /usr/pkg/include/gtest/gtest-matchers.h: In member function 'void testing::internal::MatcherBase::DescribeTo(std::ostream*) const': /usr/pkg/include/gtest/gtest-matchers.h:274:47: error: 'impl_' was not declared in this scope void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } ^ /usr/pkg/include/gtest/gtest-matchers.h: In member function 'void testing::internal::MatcherBase::DescribeNegationTo(std::ostream*) const': /usr/pkg/include/gtest/gtest-matchers.h:278:5: error: 'impl_' was not declared in this scope impl_->DescribeNegationTo(os); ^ /usr/pkg/include/gtest/gtest-matchers.h: In member function 'const testing::MatcherDescriberInterface* testing::internal::MatcherBase::GetDescriber() const': /usr/pkg/include/gtest/gtest-matchers.h:291:12: error: 'impl_' was not declared in this scope return impl_.get(); ^ /usr/pkg/include/gtest/gtest-matchers.h: In constructor 'testing::internal::MatcherBase::MatcherBase(const testing::MatcherInterface*)': /usr/pkg/include/gtest/gtest-matchers.h:298:66: error: class 'testing::internal::MatcherBase' does not have any field named 'impl_' explicit MatcherBase(const MatcherInterface* impl) : impl_(impl) {} ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:216:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("./", BASE_URI[2], "http://a/b/c/d;p=1/")); ^ /usr/pkg/include/gtest/gtest-matchers.h: In constructor 'testing::internal::MatcherBase::MatcherBase(const testing::MatcherInterface*, int)': /usr/pkg/include/gtest/gtest-matchers.h:305:9: error: class 'testing::internal::MatcherBase' does not have any field named 'impl_' : impl_(new internal::MatcherInterfaceAdapter(impl)) {} ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:216:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("./", BASE_URI[2], "http://a/b/c/d;p=1/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-matchers.h: At global scope: /usr/pkg/include/gtest/gtest-matchers.h:339:21: error: 'enable_if' in namespace 'std' does not name a template type typename std::enable_if::value>::type* = ^ /usr/pkg/include/gtest/gtest-matchers.h:339:30: error: expected ',' or '...' before '<' token typename std::enable_if::value>::type* = ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:217:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../", BASE_URI[2], "http://a/b/c/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:217:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../", BASE_URI[2], "http://a/b/c/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-matchers.h: In instantiation of 'class testing::internal::MatcherBase&>': /usr/pkg/include/gtest/gtest-matchers.h:353:24: required from here /usr/pkg/include/gtest/gtest-matchers.h:310:16: error: defaulted declaration 'testing::internal::MatcherBase& testing::internal::MatcherBase::operator=(testing::internal::MatcherBase) [with T = const std::basic_string&; testing::internal::MatcherBase = testing::internal::MatcherBase&>]' MatcherBase& operator=(MatcherBase&&) = default; ^ /usr/pkg/include/gtest/gtest-matchers.h:310:16: error: does not match expected signature 'testing::internal::MatcherBase&>& testing::internal::MatcherBase&>::operator=(testing::internal::MatcherBase&>&)' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:218:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../g", BASE_URI[2], "http://a/b/c/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:218:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../g", BASE_URI[2], "http://a/b/c/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:219:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../../", BASE_URI[2], "http://a/b/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/gtest-matchers.h: In instantiation of 'class testing::internal::MatcherBase >': /usr/pkg/include/gtest/gtest-matchers.h:370:24: required from here /usr/pkg/include/gtest/gtest-matchers.h:310:16: error: defaulted declaration 'testing::internal::MatcherBase& testing::internal::MatcherBase::operator=(testing::internal::MatcherBase) [with T = std::basic_string; testing::internal::MatcherBase = testing::internal::MatcherBase >]' /usr/pkg/include/gtest/gtest-matchers.h:310:16: error: does not match expected signature 'testing::internal::MatcherBase >& testing::internal::MatcherBase >::operator=(testing::internal::MatcherBase >&)' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:219:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../../", BASE_URI[2], "http://a/b/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:220:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../../g", BASE_URI[2], "http://a/b/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:220:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../../g", BASE_URI[2], "http://a/b/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/internal/gtest-internal.h:67:0, from /usr/pkg/include/gtest/gtest.h:62, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /usr/pkg/include/gtest/internal/gtest-type-util.h: In function 'std::string testing::internal::GetTypeName()': /usr/pkg/include/gtest/internal/gtest-type-util.h:91:52: error: 'nullptr' was not declared in this scope char* const readable_name = __cxa_demangle(name, nullptr, nullptr, &status); ^ /usr/pkg/include/gtest/gtest-matchers.h: In constructor 'testing::Matcher >::Matcher(const testing::MatcherInterface >*)': /usr/pkg/include/gtest/gtest-matchers.h:377:48: error: no matching function for call to 'testing::internal::MatcherBase >::MatcherBase(const testing::MatcherInterface >*&)' : internal::MatcherBase(impl) {} ^ /usr/pkg/include/gtest/gtest-matchers.h:307:3: note: candidate: testing::internal::MatcherBase::MatcherBase(const testing::internal::MatcherBase&) [with T = std::basic_string] MatcherBase(const MatcherBase&) = default; ^ /usr/pkg/include/gtest/gtest-matchers.h:307:3: note: no known conversion for argument 1 from 'const testing::MatcherInterface >*' to 'const testing::internal::MatcherBase >&' /usr/pkg/include/gtest/gtest-matchers.h:301:12: note: candidate: template testing::internal::MatcherBase::MatcherBase(const testing::MatcherInterface*, int) explicit MatcherBase( ^ /usr/pkg/include/gtest/gtest-matchers.h:301:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/gtest-matchers.h:377:48: note: candidate expects 2 arguments, 1 provided : internal::MatcherBase(impl) {} ^ /usr/pkg/include/gtest/gtest-matchers.h:298:12: note: candidate: testing::internal::MatcherBase::MatcherBase(const testing::MatcherInterface*) [with T = std::basic_string] explicit MatcherBase(const MatcherInterface* impl) : impl_(impl) {} ^ /usr/pkg/include/gtest/gtest-matchers.h:298:12: note: no known conversion for argument 1 from 'const testing::MatcherInterface >*' to 'const testing::MatcherInterface&>*' /usr/pkg/include/gtest/gtest-matchers.h:295:3: note: candidate: testing::internal::MatcherBase::MatcherBase() [with T = std::basic_string] MatcherBase() {} ^ /usr/pkg/include/gtest/gtest-matchers.h:295:3: note: candidate expects 0 arguments, 1 provided In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:224:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g:h", BASE_URI[3], "g:h")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:224:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g:h", BASE_URI[3], "g:h")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:225:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g", BASE_URI[3], "fred:///s//a/b/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:225:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g", BASE_URI[3], "fred:///s//a/b/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:226:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("./g", BASE_URI[3], "fred:///s//a/b/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest-matchers.h: At global scope: /usr/pkg/include/gtest/gtest-matchers.h:541:26: error: 'reference_wrapper' is not a member of 'std' static const T& Unwrap(std::reference_wrapper v) { return v; } ^ /usr/pkg/include/gtest/gtest-matchers.h:541:50: error: expected primary-expression before '>' token static const T& Unwrap(std::reference_wrapper v) { return v; } ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/gtest-matchers.h:541:52: error: 'v' was not declared in this scope static const T& Unwrap(std::reference_wrapper v) { return v; } ^ /usr/pkg/include/gtest/gtest-matchers.h:541:55: error: expected ';' before '{' token static const T& Unwrap(std::reference_wrapper v) { return v; } ^ /usr/pkg/include/gtest/gtest-matchers.h:541:67: error: 'template template const T& testing::internal::ComparisonBase::Unwrap' conflicts with a previous declaration static const T& Unwrap(std::reference_wrapper v) { return v; } ^ /usr/pkg/include/gtest/gtest-matchers.h:539:19: note: previous declaration 'static const T& testing::internal::ComparisonBase::Unwrap(const T&)' static const T& Unwrap(const T& v) { return v; } ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:226:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("./g", BASE_URI[3], "fred:///s//a/b/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:227:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g/", BASE_URI[3], "fred:///s//a/b/g/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:227:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g/", BASE_URI[3], "fred:///s//a/b/g/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:228:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("/g", BASE_URI[3], "fred:///g")); // may change to fred:///s//a/g ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:228:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("/g", BASE_URI[3], "fred:///g")); // may change to fred:///s//a/g ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:229:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("//g", BASE_URI[3], "fred://g")); // may change to fred:///s//g ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:229:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("//g", BASE_URI[3], "fred://g")); // may change to fred:///s//g ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:230:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("//g/x", BASE_URI[3], "fred://g/x")); // may change to fred:///s//g/x ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest-matchers.h:664:14: error: 'shared_ptr' in namespace 'std' does not name a template type const std::shared_ptr regex_; ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:230:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("//g/x", BASE_URI[3], "fred://g/x")); // may change to fred:///s//g/x ^ /usr/pkg/include/gtest/gtest-matchers.h: In constructor 'testing::internal::MatchesRegexMatcher::MatchesRegexMatcher(const testing::internal::RE*, bool)': /usr/pkg/include/gtest/gtest-matchers.h:621:9: error: class 'testing::internal::MatchesRegexMatcher' does not have any field named 'regex_' : regex_(regex), full_match_(full_match) {} ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-matchers.h: In member function 'bool testing::internal::MatchesRegexMatcher::MatchAndExplain(CharType*, testing::MatchResultListener*) const': /usr/pkg/include/gtest/gtest-matchers.h:637:17: error: 'nullptr' was not declared in this scope return s != nullptr && MatchAndExplain(std::string(s), listener); ^ /usr/pkg/include/gtest/gtest-matchers.h: In member function 'bool testing::internal::MatchesRegexMatcher::MatchAndExplain(const MatcheeStringType&, testing::MatchResultListener*) const': /usr/pkg/include/gtest/gtest-matchers.h:648:45: error: 'regex_' was not declared in this scope return full_match_ ? RE::FullMatch(s2, *regex_) ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:231:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("///g", BASE_URI[3], "fred:///g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:231:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("///g", BASE_URI[3], "fred:///g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-matchers.h: In member function 'void testing::internal::MatchesRegexMatcher::DescribeTo(std::ostream*) const': /usr/pkg/include/gtest/gtest-matchers.h:654:42: error: 'regex_' was not declared in this scope UniversalPrinter::Print(regex_->pattern(), os); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:232:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("./", BASE_URI[3], "fred:///s//a/b/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:232:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("./", BASE_URI[3], "fred:///s//a/b/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-matchers.h: In member function 'void testing::internal::MatchesRegexMatcher::DescribeNegationTo(std::ostream*) const': /usr/pkg/include/gtest/gtest-matchers.h:660:42: error: 'regex_' was not declared in this scope UniversalPrinter::Print(regex_->pattern(), os); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:233:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../", BASE_URI[3], "fred:///s//a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:233:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../", BASE_URI[3], "fred:///s//a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:234:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../g", BASE_URI[3], "fred:///s//a/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:234:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../g", BASE_URI[3], "fred:///s//a/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:235:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../../", BASE_URI[3], "fred:///s//")); // may change to fred:///s//a/../ ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:235:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../../", BASE_URI[3], "fred:///s//")); // may change to fred:///s//a/../ ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:236:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../../g", BASE_URI[3], "fred:///s//g")); // may change to fred:///s//a/../g ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:236:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../../g", BASE_URI[3], "fred:///s//g")); // may change to fred:///s//a/../g ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:237:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../../../g", BASE_URI[3], "fred:///s/g")); // may change to fred:///s//a/../../g ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:237:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../../../g", BASE_URI[3], "fred:///s/g")); // may change to fred:///s//a/../../g ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:238:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../../../../g", BASE_URI[3], "fred:///g")); // may change to fred:///s//a/../../../g ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:238:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../../../../g", BASE_URI[3], "fred:///g")); // may change to fred:///s//a/../../../g ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:242:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g:h", BASE_URI[4], "g:h")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:242:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g:h", BASE_URI[4], "g:h")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:243:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g", BASE_URI[4], "http:///s//a/b/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:243:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g", BASE_URI[4], "http:///s//a/b/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:244:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("./g", BASE_URI[4], "http:///s//a/b/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:244:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("./g", BASE_URI[4], "http:///s//a/b/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:245:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("g/", BASE_URI[4], "http:///s//a/b/g/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:245:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("g/", BASE_URI[4], "http:///s//a/b/g/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:246:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("/g", BASE_URI[4], "http:///g")); // may change to http:///s//a/g ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:246:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("/g", BASE_URI[4], "http:///g")); // may change to http:///s//a/g ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:247:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("//g", BASE_URI[4], "http://g")); // may change to http:///s//g ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:247:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("//g", BASE_URI[4], "http://g")); // may change to http:///s//g ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:248:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("//g/x", BASE_URI[4], "http://g/x")); // may change to http:///s//g/x ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:248:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("//g/x", BASE_URI[4], "http://g/x")); // may change to http:///s//g/x ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:249:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("///g", BASE_URI[4], "http:///g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:249:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("///g", BASE_URI[4], "http:///g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:250:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("./", BASE_URI[4], "http:///s//a/b/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:250:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("./", BASE_URI[4], "http:///s//a/b/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest-param-test.h:181:0, from /usr/pkg/include/gtest/gtest.h:67, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:27: /usr/pkg/include/gtest/internal/gtest-param-util.h: At global scope: /usr/pkg/include/gtest/internal/gtest-param-util.h:158:8: error: 'unique_ptr' in namespace 'std' does not name a template type std::unique_ptr > impl_; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In copy constructor 'testing::internal::ParamIterator::ParamIterator(const testing::internal::ParamIterator&)': /usr/pkg/include/gtest/internal/gtest-param-util.h:128:47: error: class 'testing::internal::ParamIterator' does not have any field named 'impl_' ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'testing::internal::ParamIterator& testing::internal::ParamIterator::operator=(const testing::internal::ParamIterator&)': /usr/pkg/include/gtest/internal/gtest-param-util.h:131:7: error: 'impl_' was not declared in this scope impl_.reset(other.impl_->Clone()); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'const T& testing::internal::ParamIterator::operator*() const': /usr/pkg/include/gtest/internal/gtest-param-util.h:135:40: error: 'impl_' was not declared in this scope const T& operator*() const { return *impl_->Current(); } ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'const T* testing::internal::ParamIterator::operator->() const': /usr/pkg/include/gtest/internal/gtest-param-util.h:136:40: error: 'impl_' was not declared in this scope const T* operator->() const { return impl_->Current(); } ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'testing::internal::ParamIterator& testing::internal::ParamIterator::operator++()': /usr/pkg/include/gtest/internal/gtest-param-util.h:139:5: error: 'impl_' was not declared in this scope impl_->Advance(); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:251:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../", BASE_URI[4], "http:///s//a/")); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'testing::internal::ParamIterator testing::internal::ParamIterator::operator++(int)': /usr/pkg/include/gtest/internal/gtest-param-util.h:144:40: error: 'impl_' was not declared in this scope ParamIteratorInterface* clone = impl_->Clone(); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'bool testing::internal::ParamIterator::operator==(const testing::internal::ParamIterator&) const': /usr/pkg/include/gtest/internal/gtest-param-util.h:149:12: error: 'impl_' was not declared in this scope return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_); ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:251:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../", BASE_URI[4], "http:///s//a/")); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In constructor 'testing::internal::ParamIterator::ParamIterator(testing::internal::ParamIteratorInterface*)': /usr/pkg/include/gtest/internal/gtest-param-util.h:157:61: error: class 'testing::internal::ParamIterator' does not have any field named 'impl_' explicit ParamIterator(ParamIteratorInterface* impl) : impl_(impl) {} ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:252:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../g", BASE_URI[4], "http:///s//a/g")); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: At global scope: /usr/pkg/include/gtest/internal/gtest-param-util.h:197:8: error: 'shared_ptr' in namespace 'std' does not name a template type std::shared_ptr > impl_; ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In constructor 'testing::internal::ParamGenerator< >::ParamGenerator(testing::internal::ParamGeneratorInterface*)': /usr/pkg/include/gtest/internal/gtest-param-util.h:185:63: error: class 'testing::internal::ParamGenerator< >' does not have any field named 'impl_' explicit ParamGenerator(ParamGeneratorInterface* impl) : impl_(impl) {} ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:252:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../g", BASE_URI[4], "http:///s//a/g")); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In copy constructor 'testing::internal::ParamGenerator< >::ParamGenerator(const testing::internal::ParamGenerator< >&)': /usr/pkg/include/gtest/internal/gtest-param-util.h:186:49: error: class 'testing::internal::ParamGenerator< >' does not have any field named 'impl_' ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'testing::internal::ParamGenerator< >& testing::internal::ParamGenerator< >::operator=(const testing::internal::ParamGenerator< >&)': /usr/pkg/include/gtest/internal/gtest-param-util.h:189:5: error: 'impl_' was not declared in this scope impl_ = other.impl_; ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'testing::internal::ParamGenerator< >::iterator testing::internal::ParamGenerator< >::begin() const': /usr/pkg/include/gtest/internal/gtest-param-util.h:193:44: error: 'impl_' was not declared in this scope iterator begin() const { return iterator(impl_->Begin()); } ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'testing::internal::ParamGenerator< >::iterator testing::internal::ParamGenerator< >::end() const': /usr/pkg/include/gtest/internal/gtest-param-util.h:194:42: error: 'impl_' was not declared in this scope iterator end() const { return iterator(impl_->End()); } ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:253:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../../", BASE_URI[4], "http:///s//")); // may change to http:///s//a/../ ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:253:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../../", BASE_URI[4], "http:///s//")); // may change to http:///s//a/../ ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:254:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../../g", BASE_URI[4], "http:///s//g")); // may change to http:///s//a/../g ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:254:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../../g", BASE_URI[4], "http:///s//g")); // may change to http:///s//a/../g ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:255:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../../../g", BASE_URI[4], "http:///s/g")); // may change to http:///s//a/../../g ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:255:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../../../g", BASE_URI[4], "http:///s/g")); // may change to http:///s//a/../../g ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:256:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../../../../g", BASE_URI[4], "http:///g")); // may change to http:///s//a/../../../g ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:256:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../../../../g", BASE_URI[4], "http:///g")); // may change to http:///s//a/../../../g ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:259:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("bar:abc", "foo:xyz", "bar:abc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:259:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("bar:abc", "foo:xyz", "bar:abc")); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: At global scope: /usr/pkg/include/gtest/internal/gtest-param-util.h:360:18: error: 'unique_ptr' in namespace 'std' does not name a template type mutable std::unique_ptr value_; ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'void testing::internal::ValuesInIteratorRangeGenerator::Iterator::Advance()': /usr/pkg/include/gtest/internal/gtest-param-util.h:319:7: error: 'value_' was not declared in this scope value_.reset(); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:260:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../abc", "http://example/x/y/z", "http://example/x/abc")); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'const T* testing::internal::ValuesInIteratorRangeGenerator::Iterator::Current() const': /usr/pkg/include/gtest/internal/gtest-param-util.h:332:11: error: 'value_' was not declared in this scope if (value_.get() == nullptr) value_.reset(new T(*iterator_)); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:332:27: error: 'nullptr' was not declared in this scope if (value_.get() == nullptr) value_.reset(new T(*iterator_)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/internal/gtest-param-util.h:333:14: error: 'value_' was not declared in this scope return value_.get(); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:260:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../abc", "http://example/x/y/z", "http://example/x/abc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:261:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("http://example/x/abc", "http://example2/x/y/z", "http://example/x/abc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:261:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("http://example/x/abc", "http://example2/x/y/z", "http://example/x/abc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:262:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../r", "http://ex/x/y/z", "http://ex/x/r")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: At global scope: /usr/pkg/include/gtest/internal/gtest-param-util.h:381:19: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 void TestNotEmpty() { ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/internal/gtest-param-util.h: In function 'void testing::internal::TestNotEmpty()': /usr/pkg/include/gtest/internal/gtest-param-util.h:382:67: error: there are no arguments to '_Static_assert' that depend on a template parameter, so a declaration of '_Static_assert' must be available [-fpermissive] static_assert(sizeof(T) == 0, "Empty arguments are not allowed."); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:382:67: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated) In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:262:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../r", "http://ex/x/y/z", "http://ex/x/r")); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: At global scope: /usr/pkg/include/gtest/internal/gtest-param-util.h:385:27: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 void TestNotEmpty(const T&) {} ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:263:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("q/r", "http://ex/x/y", "http://ex/x/q/r")); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:432:9: error: expected nested-name-specifier before 'ParamType' using ParamType = typename TestSuite::ParamType; ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:436:20: error: expected ';' at end of member declaration TestFactoryBase* CreateTestFactory(ParamType parameter) override { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:436:48: error: expected ')' before 'parameter' TestFactoryBase* CreateTestFactory(ParamType parameter) override { ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:263:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("q/r", "http://ex/x/y", "http://ex/x/q/r")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:264:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("q/r#s", "http://ex/x/y", "http://ex/x/q/r#s")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:264:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("q/r#s", "http://ex/x/y", "http://ex/x/q/r#s")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:488:9: error: expected nested-name-specifier before 'ParamType' using ParamType = typename TestSuite::ParamType; ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-param-util.h:490:26: error: 'ParamType' was not declared in this scope typedef ParamGenerator(GeneratorCreationFunc)(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:490:35: error: template argument 1 is invalid typedef ParamGenerator(GeneratorCreationFunc)(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:491:9: error: expected nested-name-specifier before 'ParamNameGeneratorFunc' using ParamNameGeneratorFunc = std::string(const TestParamInfo&); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:510:43: error: 'ParamType' was not declared in this scope TestMetaFactoryBase* meta_factory) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:510:52: error: template argument 1 is invalid TestMetaFactoryBase* meta_factory) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:518:33: error: 'ParamNameGeneratorFunc' has not been declared ParamNameGeneratorFunc* name_func, ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:265:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("q/r#s/t", "http://ex/x/y", "http://ex/x/q/r#s/t")); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:590:34: error: 'ParamType' was not declared in this scope TestMetaFactoryBase* a_test_meta_factory) ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:590:43: error: template argument 1 is invalid TestMetaFactoryBase* a_test_meta_factory) ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/internal/gtest-param-util.h:597:16: error: 'unique_ptr' in namespace 'std' does not name a template type const std::unique_ptr > test_meta_factory; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:599:9: error: expected nested-name-specifier before 'TestInfoContainer' using TestInfoContainer = ::std::vector >; ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:265:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("q/r#s/t", "http://ex/x/y", "http://ex/x/q/r#s/t")); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:606:25: error: 'ParamNameGeneratorFunc' has not been declared ParamNameGeneratorFunc* name_func_in, ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-param-util.h:617:7: error: 'ParamNameGeneratorFunc' does not name a type ParamNameGeneratorFunc* name_func; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:639:3: error: 'TestInfoContainer' does not name a type TestInfoContainer tests_; ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:266:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("ftp://ex/x/q/r", "http://ex/x/y", "ftp://ex/x/q/r")); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'void testing::internal::ParameterizedTestSuiteInfo::AddTestPattern(const char*, const char*, int*)': /usr/pkg/include/gtest/internal/gtest-param-util.h:511:5: error: 'tests_' was not declared in this scope tests_.push_back(std::shared_ptr( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:511:22: error: 'shared_ptr' is not a member of 'std' tests_.push_back(std::shared_ptr( ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:511:46: error: expected primary-expression before '>' token tests_.push_back(std::shared_ptr( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:266:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("ftp://ex/x/q/r", "http://ex/x/y", "ftp://ex/x/q/r")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'void testing::internal::ParameterizedTestSuiteInfo::RegisterTests()': /usr/pkg/include/gtest/internal/gtest-param-util.h:530:36: error: expected ';' before '::' token for (typename TestInfoContainer::iterator test_it = tests_.begin(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:530:36: error: '::iterator' has not been declared /usr/pkg/include/gtest/internal/gtest-param-util.h:530:36: note: suggested alternatives: /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/include/g++/bits/stl_algobase.h:65:0, from /usr/include/g++/memory:62, from /usr/pkg/include/gtest/gtest.h:57, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:27: /usr/include/g++/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator' struct iterator ^ /usr/include/g++/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator' In file included from /usr/pkg/include/gtest/gtest-param-test.h:181:0, from /usr/pkg/include/gtest/gtest.h:67, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:27: /usr/pkg/include/gtest/internal/gtest-param-util.h:530:47: error: expected ';' before 'test_it' for (typename TestInfoContainer::iterator test_it = tests_.begin(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:530:47: error: 'test_it' was not declared in this scope /usr/pkg/include/gtest/internal/gtest-param-util.h:530:57: error: 'tests_' was not declared in this scope for (typename TestInfoContainer::iterator test_it = tests_.begin(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:530:71: error: expected ')' before ';' token for (typename TestInfoContainer::iterator test_it = tests_.begin(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:531:10: error: 'test_it' was not declared in this scope test_it != tests_.end(); ++test_it) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:531:21: error: 'tests_' was not declared in this scope test_it != tests_.end(); ++test_it) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In constructor 'testing::internal::ParameterizedTestSuiteInfo::TestInfo::TestInfo(const char*, const char*, int*)': /usr/pkg/include/gtest/internal/gtest-param-util.h:593:11: error: class 'testing::internal::ParameterizedTestSuiteInfo::TestInfo' does not have any field named 'test_meta_factory' test_meta_factory(a_test_meta_factory) {} ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In constructor 'testing::internal::ParameterizedTestSuiteInfo::InstantiationInfo::InstantiationInfo(const string&, int (*)(), int*, const char*, int)': /usr/pkg/include/gtest/internal/gtest-param-util.h:611:13: error: class 'testing::internal::ParameterizedTestSuiteInfo::InstantiationInfo' does not have any field named 'name_func' name_func(name_func_in), ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:267:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("", "http://ex/x/y", "http://ex/x/y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:267:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("", "http://ex/x/y", "http://ex/x/y")); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: At global scope: /usr/pkg/include/gtest/internal/gtest-param-util.h:648:1: error: expected unqualified-id before 'using' using ParameterizedTestCaseInfo = ParameterizedTestSuiteInfo; ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-param-util.h:705:3: error: 'ParameterizedTestCaseInfo' does not name a type ParameterizedTestCaseInfo* GetTestCasePatternHolder( ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:713:9: error: expected nested-name-specifier before 'TestSuiteInfoContainer' using TestSuiteInfoContainer = ::std::vector; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:715:3: error: 'TestSuiteInfoContainer' does not name a type TestSuiteInfoContainer test_suite_infos_; ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:268:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("", "http://ex/x/y/", "http://ex/x/y/")); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In destructor 'testing::internal::ParameterizedTestSuiteRegistry::~ParameterizedTestSuiteRegistry()': /usr/pkg/include/gtest/internal/gtest-param-util.h:661:34: error: 'test_suite_infos_' was not declared in this scope for (auto& test_suite_info : test_suite_infos_) { ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:662:14: error: type 'int' argument given to 'delete', expected pointer delete test_suite_info; ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:268:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("", "http://ex/x/y/", "http://ex/x/y/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'testing::internal::ParameterizedTestSuiteInfo* testing::internal::ParameterizedTestSuiteRegistry::GetTestSuitePatternHolder(const char*, testing::internal::CodeLocation)': /usr/pkg/include/gtest/internal/gtest-param-util.h:671:62: error: 'nullptr' was not declared in this scope ParameterizedTestSuiteInfo* typed_test_info = nullptr; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:672:34: error: 'test_suite_infos_' was not declared in this scope for (auto& test_suite_info : test_suite_infos_) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:673:26: error: base operand of '->' is not a pointer if (test_suite_info->GetTestSuiteName() == test_suite_name) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:674:28: error: base operand of '->' is not a pointer if (test_suite_info->GetTestSuiteTypeId() != GetTypeId()) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:679:11: error: 'Abort' is not a member of 'testing::internal::posix' posix::Abort(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'void testing::internal::ParameterizedTestSuiteRegistry::RegisterTests()': /usr/pkg/include/gtest/internal/gtest-param-util.h:698:34: error: 'test_suite_infos_' was not declared in this scope for (auto& test_suite_info : test_suite_infos_) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:699:22: error: base operand of '->' is not a pointer test_suite_info->RegisterTests(); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:269:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("", "http://ex/x/y/pdq", "http://ex/x/y/pdq")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:269:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("", "http://ex/x/y/pdq", "http://ex/x/y/pdq")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In constructor 'testing::internal::ValueArray::ValueArray(Ts ...)': /usr/pkg/include/gtest/internal/gtest-param-util.h:734:28: error: 'move' is not a member of 'std' ValueArray(Ts... v) : v_{std::move(v)...} {} ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-param-util.h: At global scope: /usr/pkg/include/gtest/internal/gtest-param-util.h:752:39: error: 'tuple' is not a member of 'std' : public ParamGeneratorInterface<::std::tuple> { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:752:39: error: 'tuple' is not a member of 'std' /usr/pkg/include/gtest/internal/gtest-param-util.h:752:52: error: expected parameter pack before '...' : public ParamGeneratorInterface<::std::tuple> { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:752:55: error: spurious '>>', use '>' to terminate a template argument list : public ParamGeneratorInterface<::std::tuple> { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:752:39: error: 'tuple' is not a member of 'std' : public ParamGeneratorInterface<::std::tuple> { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:752:39: error: 'tuple' is not a member of 'std' /usr/pkg/include/gtest/internal/gtest-param-util.h:752:52: error: expected parameter pack before '...' : public ParamGeneratorInterface<::std::tuple> { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:752:55: error: spurious '>>', use '>' to terminate a template argument list : public ParamGeneratorInterface<::std::tuple> { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:752:37: error: expected '<' before '<:' token : public ParamGeneratorInterface<::std::tuple> { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:752:37: error: expected '{' before '<:' token /usr/pkg/include/gtest/internal/gtest-param-util.h:752:37: error: expected unqualified-id before '<:' token /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' /usr/pkg/include/gtest/internal/gtest-param-util.h:871:41: error: expected parameter pack before '...' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:44: error: spurious '>>', use '>' to terminate a template argument list operator ParamGenerator<::std::tuple>() const { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:270:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("z/", "http://ex/x/y/", "http://ex/x/y/z/")); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' /usr/pkg/include/gtest/internal/gtest-param-util.h:871:41: error: expected parameter pack before '...' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:44: error: spurious '>>', use '>' to terminate a template argument list operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:41: error: expected parameter pack before '...' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:44: error: spurious '>>', use '>' to terminate a template argument list operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' /usr/pkg/include/gtest/internal/gtest-param-util.h:871:41: error: expected parameter pack before '...' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:44: error: spurious '>>', use '>' to terminate a template argument list operator ParamGenerator<::std::tuple>() const { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:270:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("z/", "http://ex/x/y/", "http://ex/x/y/z/")); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' /usr/pkg/include/gtest/internal/gtest-param-util.h:871:41: error: expected parameter pack before '...' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:44: error: spurious '>>', use '>' to terminate a template argument list operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' operator ParamGenerator<::std::tuple>() const { ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' /usr/pkg/include/gtest/internal/gtest-param-util.h:871:41: error: expected parameter pack before '...' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:44: error: spurious '>>', use '>' to terminate a template argument list operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:12: error: invalid use of template-name 'testing::internal::ParamGenerator' without an argument list operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-param-util.h:877:8: error: 'tuple' in namespace 'std' does not name a template type std::tuple generators_; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In constructor 'testing::internal::CartesianProductHolder::CartesianProductHolder(const Gen& ...)': /usr/pkg/include/gtest/internal/gtest-param-util.h:869:45: error: class 'testing::internal::CartesianProductHolder' does not have any field named 'generators_' CartesianProductHolder(const Gen&... g) : generators_(g...) {} ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:271:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("#Animal", "file:/swap/test/animal.rdf", "file:/swap/test/animal.rdf#Animal")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:271:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("#Animal", "file:/swap/test/animal.rdf", "file:/swap/test/animal.rdf#Animal")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:67:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:27: /usr/pkg/include/gtest/gtest-param-test.h: In function 'testing::internal::ValueArray testing::Values(T ...)': /usr/pkg/include/gtest/gtest-param-test.h:336:37: error: 'move' is not a member of 'std' return internal::ValueArray(std::move(v)...); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:272:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../abc", "file:/e/x/y/z", "file:/e/x/abc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:272:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../abc", "file:/e/x/y/z", "file:/e/x/abc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:27: /usr/pkg/include/gtest/internal/gtest-internal.h: In instantiation of 'struct testing::internal::MakeIndexSequence<1ul>': /usr/pkg/include/gtest/internal/gtest-internal.h:1120:8: required from 'struct testing::internal::MakeIndexSequence<2ul>' /usr/pkg/include/gtest/internal/gtest-internal.h:1185:7: required from 'class testing::internal::FlatTuple' /usr/pkg/include/gtest/internal/gtest-param-util.h:747:20: required from 'class testing::internal::ValueArray' /usr/pkg/include/gtest/gtest-param-test.h:360:28: required from here /usr/pkg/include/gtest/internal/gtest-internal.h:1120:8: error: no type named 'type' in 'struct testing::internal::MakeIndexSequence<0ul>' struct MakeIndexSequence ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:273:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("/example/x/abc", "file:/example2/x/y/z", "file:/example/x/abc")); ^ /usr/pkg/include/gtest/internal/gtest-internal.h: In instantiation of 'struct testing::internal::MakeIndexSequence<2ul>': /usr/pkg/include/gtest/internal/gtest-internal.h:1185:7: required from 'class testing::internal::FlatTuple' /usr/pkg/include/gtest/internal/gtest-param-util.h:747:20: required from 'class testing::internal::ValueArray' /usr/pkg/include/gtest/gtest-param-test.h:360:28: required from here /usr/pkg/include/gtest/internal/gtest-internal.h:1120:8: error: no type named 'type' in 'struct testing::internal::MakeIndexSequence<1ul>' In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/internal/gtest-internal.h: In instantiation of 'class testing::internal::FlatTuple': /usr/pkg/include/gtest/internal/gtest-param-util.h:747:20: required from 'class testing::internal::ValueArray' /usr/pkg/include/gtest/gtest-param-test.h:360:28: required from here /usr/pkg/include/gtest/internal/gtest-internal.h:1185:7: error: no type named 'type' in 'struct testing::internal::MakeIndexSequence<2ul>' class FlatTuple ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:273:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("/example/x/abc", "file:/example2/x/y/z", "file:/example/x/abc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:274:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../r", "file:/ex/x/y/z", "file:/ex/x/r")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:274:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../r", "file:/ex/x/y/z", "file:/ex/x/r")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:70:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:27: /usr/pkg/include/gtest/gtest-test-part.h: In constructor 'testing::TestPartResult::TestPartResult(testing::TestPartResult::Type, const char*, int, const char*)': /usr/pkg/include/gtest/gtest-test-part.h:66:35: error: 'nullptr' was not declared in this scope file_name_(a_file_name == nullptr ? "" : a_file_name), ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:275:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("/r", "file:/ex/x/y/z", "file:/r")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:275:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("/r", "file:/ex/x/y/z", "file:/r")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-test-part.h: In member function 'const char* testing::TestPartResult::file_name() const': /usr/pkg/include/gtest/gtest-test-part.h:77:33: error: 'nullptr' was not declared in this scope return file_name_.empty() ? nullptr : file_name_.c_str(); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:276:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("q/r", "file:/ex/x/y", "file:/ex/x/q/r")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:276:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("q/r", "file:/ex/x/y", "file:/ex/x/q/r")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:277:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("q/r#s", "file:/ex/x/y", "file:/ex/x/q/r#s")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:277:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("q/r#s", "file:/ex/x/y", "file:/ex/x/q/r#s")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:278:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("q/r#", "file:/ex/x/y", "file:/ex/x/q/r#")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:278:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("q/r#", "file:/ex/x/y", "file:/ex/x/q/r#")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:279:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("q/r#s/t", "file:/ex/x/y", "file:/ex/x/q/r#s/t")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:279:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("q/r#s/t", "file:/ex/x/y", "file:/ex/x/q/r#s/t")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:280:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("ftp://ex/x/q/r", "file:/ex/x/y", "ftp://ex/x/q/r")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:280:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("ftp://ex/x/q/r", "file:/ex/x/y", "ftp://ex/x/q/r")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:281:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("", "file:/ex/x/y", "file:/ex/x/y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:281:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("", "file:/ex/x/y", "file:/ex/x/y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:282:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("", "file:/ex/x/y/", "file:/ex/x/y/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:282:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("", "file:/ex/x/y/", "file:/ex/x/y/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:283:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("", "file:/ex/x/y/pdq", "file:/ex/x/y/pdq")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:283:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("", "file:/ex/x/y/pdq", "file:/ex/x/y/pdq")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:284:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("z/", "file:/ex/x/y/", "file:/ex/x/y/z/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:284:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("z/", "file:/ex/x/y/", "file:/ex/x/y/z/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:285:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("file://meetings.example.com/cal#m1", "file:/devel/WWW/2000/10/swap/test/reluri-1.n3", "file://meetings.example.com/cal#m1")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:285:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("file://meetings.example.com/cal#m1", "file:/devel/WWW/2000/10/swap/test/reluri-1.n3", "file://meetings.example.com/cal#m1")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:286:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("file://meetings.example.com/cal#m1", "file:/home/connolly/w3ccvs/WWW/2000/10/swap/test/reluri-1.n3", "file://meetings.example.com/cal#m1")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:27:0: /usr/pkg/include/gtest/gtest.h: At global scope: /usr/pkg/include/gtest/gtest.h:191:7: error: expected nested-name-specifier before 'TestCase' using TestCase = TestSuite; ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:286:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("file://meetings.example.com/cal#m1", "file:/home/connolly/w3ccvs/WWW/2000/10/swap/test/reluri-1.n3", "file://meetings.example.com/cal#m1")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest.h:295:21: error: 'enable_if' in namespace 'std' does not name a template type typename std::enable_if< ^ /usr/pkg/include/gtest/gtest.h:295:30: error: expected ',' or '...' before '<' token typename std::enable_if< ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:287:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("./#blort", "file:/some/dir/foo", "file:/some/dir/#blort")); ^ /usr/pkg/include/gtest/gtest.h:357:8: error: 'unique_ptr' in namespace 'std' does not name a template type std::unique_ptr< ::std::string> message_; ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:287:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("./#blort", "file:/some/dir/foo", "file:/some/dir/#blort")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h: In member function 'const char* testing::AssertionResult::message() const': /usr/pkg/include/gtest/gtest.h:322:12: error: 'message_' was not declared in this scope return message_.get() != nullptr ? message_->c_str() : ""; ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest.h:322:30: error: 'nullptr' was not declared in this scope return message_.get() != nullptr ? message_->c_str() : ""; ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:288:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("./#", "file:/some/dir/foo", "file:/some/dir/#")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h: In member function 'void testing::AssertionResult::AppendMessage(const testing::Message&)': /usr/pkg/include/gtest/gtest.h:344:9: error: 'message_' was not declared in this scope if (message_.get() == nullptr) message_.reset(new ::std::string); ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/gtest.h:344:27: error: 'nullptr' was not declared in this scope if (message_.get() == nullptr) message_.reset(new ::std::string); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:288:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("./#", "file:/some/dir/foo", "file:/some/dir/#")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:345:5: error: 'message_' was not declared in this scope message_->append(a_message.GetString().c_str()); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:291:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("./", "http://example/x/abc.efg", "http://example/x/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:291:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("./", "http://example/x/abc.efg", "http://example/x/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:298:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("./q:r", "http://ex/x/y", "http://ex/x/q:r")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:298:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("./q:r", "http://ex/x/y", "http://ex/x/q:r")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:299:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("./p=q:r", "http://ex/x/y", "http://ex/x/p=q:r")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:299:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("./p=q:r", "http://ex/x/y", "http://ex/x/p=q:r")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:300:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("?pp/rr", "http://ex/x/y?pp/qq", "http://ex/x/y?pp/rr")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:300:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("?pp/rr", "http://ex/x/y?pp/qq", "http://ex/x/y?pp/rr")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:301:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("y/z", "http://ex/x/y?pp/qq", "http://ex/x/y/z")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:301:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("y/z", "http://ex/x/y?pp/qq", "http://ex/x/y/z")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:302:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("local/qual@domain.org#frag", "mailto:local", "mailto:local/qual@domain.org#frag")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:302:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("local/qual@domain.org#frag", "mailto:local", "mailto:local/qual@domain.org#frag")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:303:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("more/qual2@domain2.org#frag", "mailto:local/qual1@domain1.org", "mailto:local/more/qual2@domain2.org#frag")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:303:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("more/qual2@domain2.org#frag", "mailto:local/qual1@domain1.org", "mailto:local/more/qual2@domain2.org#frag")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:304:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("y?q", "http://ex/x/y?q", "http://ex/x/y?q")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:304:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("y?q", "http://ex/x/y?q", "http://ex/x/y?q")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:27:0: /usr/pkg/include/gtest/gtest.h: At global scope: /usr/pkg/include/gtest/gtest.h:494:14: error: 'unique_ptr' in namespace 'std' does not name a template type const std::unique_ptr gtest_flag_saver_; ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:305:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("/x/y?q", "http://ex?p", "http://ex/x/y?q")); ^ /usr/pkg/include/gtest/gtest.h: In member function 'virtual testing::Test::Setup_should_be_spelled_SetUp* testing::Test::Setup()': /usr/pkg/include/gtest/gtest.h:513:59: error: 'nullptr' was not declared in this scope virtual Setup_should_be_spelled_SetUp* Setup() { return nullptr; } ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:305:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("/x/y?q", "http://ex?p", "http://ex/x/y?q")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:306:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("c/d", "foo:a/b", "foo:a/c/d")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:306:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("c/d", "foo:a/b", "foo:a/c/d")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:307:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("/c/d", "foo:a/b", "foo:/c/d")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:307:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("/c/d", "foo:a/b", "foo:/c/d")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:308:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("", "foo:a/b?c#d", "foo:a/b?c")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:308:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("", "foo:a/b?c#d", "foo:a/b?c")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:309:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("b/c", "foo:a", "foo:b/c")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:309:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("b/c", "foo:a", "foo:b/c")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:310:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../b/c", "foo:/a/y/z", "foo:/a/b/c")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:310:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../b/c", "foo:/a/y/z", "foo:/a/b/c")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:311:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("./b/c", "foo:a", "foo:b/c")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:311:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("./b/c", "foo:a", "foo:b/c")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:312:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("/./b/c", "foo:a", "foo:/b/c")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:312:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("/./b/c", "foo:a", "foo:/b/c")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:313:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../../d", "foo://a//b/c", "foo://a/d")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:313:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../../d", "foo://a//b/c", "foo://a/d")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:314:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper(".", "foo:a", "foo:")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:314:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper(".", "foo:a", "foo:")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest.h: At global scope: /usr/pkg/include/gtest/gtest.h:774:52: error: 'testing::internal::SetUpTestSuiteFunc' has not been declared internal::TypeId fixture_class_id, internal::SetUpTestSuiteFunc set_up_tc, ^ /usr/pkg/include/gtest/gtest.h:775:17: error: 'testing::internal::TearDownTestSuiteFunc' has not been declared internal::TearDownTestSuiteFunc tear_down_tc, ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:315:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("..", "foo:a", "foo:")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/gtest.h:806:14: error: 'unique_ptr' in namespace 'std' does not name a template type const std::unique_ptr type_param_; ^ /usr/pkg/include/gtest/gtest.h:809:14: error: 'unique_ptr' in namespace 'std' does not name a template type const std::unique_ptr value_param_; ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:315:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("..", "foo:a", "foo:")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest.h: In member function 'const char* testing::TestInfo::type_param() const': /usr/pkg/include/gtest/gtest.h:715:9: error: 'type_param_' was not declared in this scope if (type_param_.get() != nullptr) return type_param_->c_str(); ^ /usr/pkg/include/gtest/gtest.h:715:30: error: 'nullptr' was not declared in this scope if (type_param_.get() != nullptr) return type_param_->c_str(); ^ /usr/pkg/include/gtest/gtest.h:716:12: error: 'nullptr' was not declared in this scope return nullptr; ^ /usr/pkg/include/gtest/gtest.h: In member function 'const char* testing::TestInfo::value_param() const': /usr/pkg/include/gtest/gtest.h:722:9: error: 'value_param_' was not declared in this scope if (value_param_.get() != nullptr) return value_param_->c_str(); ^ /usr/pkg/include/gtest/gtest.h:722:31: error: 'nullptr' was not declared in this scope if (value_param_.get() != nullptr) return value_param_->c_str(); ^ /usr/pkg/include/gtest/gtest.h:723:12: error: 'nullptr' was not declared in this scope return nullptr; ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:320:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("abc", "http://example/x/y%2Fz", "http://example/x/abc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:320:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("abc", "http://example/x/y%2Fz", "http://example/x/abc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest.h: At global scope: /usr/pkg/include/gtest/gtest.h:845:23: error: 'testing::internal::SetUpTestSuiteFunc' has not been declared internal::SetUpTestSuiteFunc set_up_tc, ^ /usr/pkg/include/gtest/gtest.h:846:23: error: 'testing::internal::TearDownTestSuiteFunc' has not been declared internal::TearDownTestSuiteFunc tear_down_tc); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:321:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../../x%2Fabc", "http://example/a/x/y/z", "http://example/a/x%2Fabc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:321:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../../x%2Fabc", "http://example/a/x/y/z", "http://example/a/x%2Fabc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:322:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../x%2Fabc", "http://example/a/x/y%2Fz", "http://example/a/x%2Fabc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:1005:14: error: 'unique_ptr' in namespace 'std' does not name a template type const std::unique_ptr type_param_; ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:322:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../x%2Fabc", "http://example/a/x/y%2Fz", "http://example/a/x%2Fabc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:323:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("abc", "http://example/x%2Fy/z", "http://example/x%2Fy/abc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:323:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("abc", "http://example/x%2Fy/z", "http://example/x%2Fy/abc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:324:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("q%3Ar", "http://ex/x/y", "http://ex/x/q%3Ar")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:324:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("q%3Ar", "http://ex/x/y", "http://ex/x/q%3Ar")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:325:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("/x%2Fabc", "http://example/x/y%2Fz", "http://example/x%2Fabc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:325:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("/x%2Fabc", "http://example/x/y%2Fz", "http://example/x%2Fabc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:326:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("/x%2Fabc", "http://example/x/y/z", "http://example/x%2Fabc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:326:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("/x%2Fabc", "http://example/x/y/z", "http://example/x%2Fabc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:327:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("/x%2Fabc", "http://example/x/y%2Fz", "http://example/x%2Fabc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:327:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("/x%2Fabc", "http://example/x/y%2Fz", "http://example/x%2Fabc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:330:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("local2@domain2", "mailto:local1@domain1?query1", "mailto:local2@domain2")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:330:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("local2@domain2", "mailto:local1@domain1?query1", "mailto:local2@domain2")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:331:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("local2@domain2?query2", "mailto:local1@domain1", "mailto:local2@domain2?query2")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:331:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("local2@domain2?query2", "mailto:local1@domain1", "mailto:local2@domain2?query2")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:332:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("local2@domain2?query2", "mailto:local1@domain1?query1", "mailto:local2@domain2?query2")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:332:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("local2@domain2?query2", "mailto:local1@domain1?query1", "mailto:local2@domain2?query2")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:333:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("?query2", "mailto:local@domain?query1", "mailto:local@domain?query2")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:333:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("?query2", "mailto:local@domain?query1", "mailto:local@domain?query2")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:334:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("local@domain?query2", "mailto:?query1", "mailto:local@domain?query2")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:334:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("local@domain?query2", "mailto:?query1", "mailto:local@domain?query2")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:335:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("?query2", "mailto:local@domain?query1", "mailto:local@domain?query2")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:335:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("?query2", "mailto:local@domain?query1", "mailto:local@domain?query2")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest.h:1014:13: error: 'SetUpTestSuiteFunc' in namespace 'testing::internal' does not name a type internal::SetUpTestSuiteFunc set_up_tc_; ^ /usr/pkg/include/gtest/gtest.h:1016:13: error: 'TearDownTestSuiteFunc' in namespace 'testing::internal' does not name a type internal::TearDownTestSuiteFunc tear_down_tc_; ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:336:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("http://example/a/b?c/../d", "foo:bar", "http://example/a/b?c/../d")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:336:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("http://example/a/b?c/../d", "foo:bar", "http://example/a/b?c/../d")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest.h: In member function 'const char* testing::TestSuite::type_param() const': /usr/pkg/include/gtest/gtest.h:857:9: error: 'type_param_' was not declared in this scope if (type_param_.get() != nullptr) return type_param_->c_str(); ^ /usr/pkg/include/gtest/gtest.h:857:30: error: 'nullptr' was not declared in this scope if (type_param_.get() != nullptr) return type_param_->c_str(); ^ /usr/pkg/include/gtest/gtest.h:858:12: error: 'nullptr' was not declared in this scope return nullptr; ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:337:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("http://example/a/b#c/../d", "foo:bar", "http://example/a/b#c/../d")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:337:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("http://example/a/b#c/../d", "foo:bar", "http://example/a/b#c/../d")); ^ /usr/pkg/include/gtest/gtest.h: In member function 'void testing::TestSuite::RunSetUpTestSuite()': /usr/pkg/include/gtest/gtest.h:946:9: error: 'set_up_tc_' was not declared in this scope if (set_up_tc_ != nullptr) { ^ /usr/pkg/include/gtest/gtest.h:946:23: error: 'nullptr' was not declared in this scope if (set_up_tc_ != nullptr) { ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest.h: In member function 'void testing::TestSuite::RunTearDownTestSuite()': /usr/pkg/include/gtest/gtest.h:954:9: error: 'tear_down_tc_' was not declared in this scope if (tear_down_tc_ != nullptr) { ^ /usr/pkg/include/gtest/gtest.h:954:26: error: 'nullptr' was not declared in this scope if (tear_down_tc_ != nullptr) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:340:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("http:this", "http://example.org/base/uri", "http:this")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:340:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("http:this", "http://example.org/base/uri", "http:this")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest.h: In member function 'virtual testing::Environment::Setup_should_be_spelled_SetUp* testing::Environment::Setup()': /usr/pkg/include/gtest/gtest.h:1059:59: error: 'nullptr' was not declared in this scope virtual Setup_should_be_spelled_SetUp* Setup() { return nullptr; } ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:341:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("http:this", "http:base", "http:this")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:341:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("http:this", "http:base", "http:this")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:344:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper(".//g", "f:/a", "f:/.//g")); // FIXED ONE ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:344:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper(".//g", "f:/a", "f:/.//g")); // FIXED ONE ^ /usr/pkg/include/gtest/gtest.h: At global scope: /usr/pkg/include/gtest/gtest.h:1100:38: error: 'TestCase' does not name a type virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest.h:1119:36: error: 'TestCase' does not name a type virtual void OnTestCaseEnd(const TestCase& /*test_case*/) {} ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:345:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("b/c//d/e", "f://example.org/base/a", "f://example.org/base/b/c//d/e")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:345:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("b/c//d/e", "f://example.org/base/a", "f://example.org/base/b/c//d/e")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest.h:1151:30: error: 'TestCase' does not name a type void OnTestCaseStart(const TestCase& /*test_case*/) override {} ^ /usr/pkg/include/gtest/gtest.h:1159:28: error: 'TestCase' does not name a type void OnTestCaseEnd(const TestCase& /*test_case*/) override {} ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:346:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("m2@example.ord/c2@example.org", "mid:m@example.ord/c@example.org", "mid:m@example.ord/m2@example.ord/c2@example.org")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:346:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("m2@example.ord/c2@example.org", "mid:m@example.ord/c@example.org", "mid:m@example.ord/m2@example.ord/c2@example.org")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:347:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("mini1.xml", "file:///C:/DEV/Haskell/lib/HXmlToolbox-3.01/examples/", "file:///C:/DEV/Haskell/lib/HXmlToolbox-3.01/examples/mini1.xml")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:347:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("mini1.xml", "file:///C:/DEV/Haskell/lib/HXmlToolbox-3.01/examples/", "file:///C:/DEV/Haskell/lib/HXmlToolbox-3.01/examples/mini1.xml")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest.h:1282:9: error: 'TestCase' does not name a type const TestCase* current_test_case() const GTEST_LOCK_EXCLUDED_(mutex_); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:348:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("../b/c", "foo:a/y/z", "foo:a/b/c")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:1366:9: error: 'TestCase' does not name a type const TestCase* GetTestCase(int i) const; ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:348:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("../b/c", "foo:a/y/z", "foo:a/b/c")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest.h:1549:21: error: 'enable_if' in namespace 'std' does not name a template type typename std::enable_if::value || ^ /usr/pkg/include/gtest/gtest.h:1549:30: error: expected '>' before '<' token typename std::enable_if::value || ^ /usr/pkg/include/gtest/gtest.h:1574:12: error: 'std::nullptr_t' has not been declared std::nullptr_t /* lhs */, T* rhs) { ^ /usr/pkg/include/gtest/gtest.h: In static member function 'static testing::AssertionResult testing::internal::EqHelper::Compare(const char*, const char*, int, T*)': /usr/pkg/include/gtest/gtest.h:1576:72: error: 'nullptr' was not declared in this scope return CmpHelperEQ(lhs_expression, rhs_expression, static_cast(nullptr), ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:353:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FourSuite, RelativizeTestCases) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:353:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FourSuite, RelativizeTestCases) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:353:1: error: 'nullptr' was not declared in this scope TEST(FourSuite, RelativizeTestCases) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:353:1: error: 'nullptr' was not declared in this scope TEST(FourSuite, RelativizeTestCases) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:353:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FourSuite, RelativizeTestCases) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:353:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FourSuite, RelativizeTestCases) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /usr/pkg/include/gtest/internal/gtest-internal.h: At global scope: /usr/pkg/include/gtest/internal/gtest-internal.h:121:27: error: 'enable_if' in namespace 'std' does not name a template type typename std::enable_if::value, ^ /usr/pkg/include/gtest/internal/gtest-internal.h:121:36: error: expected '>' before '<' token typename std::enable_if::value, ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp: In member function 'virtual void FourSuite_RelativizeTestCases_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:359:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b/c", "s://ex/a/d", "b/c", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:359:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b/c", "s://ex/a/d", "b/c", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:360:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/b/b/c", "s://ex/a/d", "/b/b/c", REMOVE_MODE, DOMAIN_ROOT_MODE)); ^ In file included from /usr/pkg/include/gtest/internal/gtest-internal.h:40:0, from /usr/pkg/include/gtest/gtest.h:62, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:27: /usr/pkg/include/gtest/gtest.h: In static member function 'static const ParamType& testing::WithParamInterface::GetParam()': /usr/pkg/include/gtest/gtest.h:1857:5: error: 'nullptr' was not declared in this scope GTEST_CHECK_(parameter_ != nullptr) ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:360:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/b/b/c", "s://ex/a/d", "/b/b/c", REMOVE_MODE, DOMAIN_ROOT_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:361:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b/c", "s://ex/a/b/", "c", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:361:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b/c", "s://ex/a/b/", "c", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:27:0: /usr/pkg/include/gtest/gtest.h: At global scope: /usr/pkg/include/gtest/gtest.h:1878:46: error: 'nullptr' was not declared in this scope const T* WithParamInterface::parameter_ = nullptr; ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:362:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("s://other.ex/a/b/", "s://ex/a/d", "//other.ex/a/b/", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:362:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("s://other.ex/a/b/", "s://ex/a/d", "//other.ex/a/b/", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:363:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b/c", "s://other.ex/a/d", "//ex/a/b/c", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:2300:1: error: 'constexpr' does not name a type constexpr bool StaticAssertTypeEq() noexcept { ^ /usr/pkg/include/gtest/gtest.h:2300:1: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:363:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b/c", "s://other.ex/a/d", "//ex/a/b/c", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest.h: In function 'testing::TestInfo* testing::RegisterTest(const char*, const char*, const char*, const char*, const char*, int, Factory)': /usr/pkg/include/gtest/gtest.h:2441:9: error: expected nested-name-specifier before 'TestT' using TestT = typename std::remove_pointer::type; ^ /usr/pkg/include/gtest/gtest.h: In constructor 'testing::RegisterTest(const char*, const char*, const char*, const char*, const char*, int, Factory)::FactoryImpl::FactoryImpl(Factory)': /usr/pkg/include/gtest/gtest.h:2445:48: error: 'move' is not a member of 'std' explicit FactoryImpl(Factory f) : factory_(std::move(f)) {} ^ /usr/pkg/include/gtest/gtest.h: In function 'testing::TestInfo* testing::RegisterTest(const char*, const char*, const char*, const char*, const char*, int, Factory)': /usr/pkg/include/gtest/gtest.h:2454:63: error: 'TestT' was not declared in this scope internal::CodeLocation(file, line), internal::GetTypeId(), ^ /usr/pkg/include/gtest/gtest.h:2455:39: error: type/value mismatch at argument 1 in template parameter list for 'template struct testing::internal::SuiteApiResolver' internal::SuiteApiResolver::GetSetUpCaseOrSuite(file, line), ^ /usr/pkg/include/gtest/gtest.h:2455:39: note: expected a type, got 'TestT' /usr/pkg/include/gtest/gtest.h:2456:39: error: type/value mismatch at argument 1 in template parameter list for 'template struct testing::internal::SuiteApiResolver' internal::SuiteApiResolver::GetTearDownCaseOrSuite(file, line), ^ /usr/pkg/include/gtest/gtest.h:2456:39: note: expected a type, got 'TestT' /usr/pkg/include/gtest/gtest.h:2457:23: error: 'move' is not a member of 'std' new FactoryImpl{std::move(factory)}); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:364:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("t://ex/a/b/c", "s://ex/a/d", "t://ex/a/b/c", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:364:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("t://ex/a/b/c", "s://ex/a/d", "t://ex/a/b/c", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-internal.h:477:7: error: expected nested-name-specifier before 'SetUpTestSuiteFunc' using SetUpTestSuiteFunc = void (*)(); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:478:7: error: expected nested-name-specifier before 'TearDownTestSuiteFunc' using TearDownTestSuiteFunc = void (*)(); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:365:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b/c", "t://ex/a/d", "s://ex/a/b/c", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:365:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b/c", "t://ex/a/d", "s://ex/a/b/c", REMOVE_MODE)); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:492:7: error: expected nested-name-specifier before 'SetUpTearDownSuiteFuncType' using SetUpTearDownSuiteFuncType = void (*)(); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:494:8: error: 'SetUpTearDownSuiteFuncType' does not name a type inline SetUpTearDownSuiteFuncType GetNotDefaultOrNull( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:506:9: error: expected nested-name-specifier before 'Test' using Test = ^ /usr/pkg/include/gtest/internal/gtest-internal.h:509:10: error: 'SetUpTearDownSuiteFuncType' does not name a type static SetUpTearDownSuiteFuncType GetSetUpCaseOrSuite(const char* filename, ^ /usr/pkg/include/gtest/internal/gtest-internal.h:524:10: error: 'SetUpTearDownSuiteFuncType' does not name a type static SetUpTearDownSuiteFuncType GetTearDownCaseOrSuite(const char* filename, ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-internal.h:561:30: error: 'SetUpTestSuiteFunc' has not been declared TypeId fixture_class_id, SetUpTestSuiteFunc set_up_tc, ^ /usr/pkg/include/gtest/internal/gtest-internal.h:562:5: error: 'TearDownTestSuiteFunc' has not been declared TearDownTestSuiteFunc tear_down_tc, TestFactoryBase* factory); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:366:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a", "s://ex/b/c/d", "/a", REMOVE_MODE, DOMAIN_ROOT_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:366:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a", "s://ex/b/c/d", "/a", REMOVE_MODE, DOMAIN_ROOT_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:367:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/b/c/d", "s://ex/a", "b/c/d", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:367:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/b/c/d", "s://ex/a", "b/c/d", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:368:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b/c?h", "s://ex/a/d?w", "b/c?h", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:368:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b/c?h", "s://ex/a/d?w", "b/c?h", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:369:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b/c#h", "s://ex/a/d#w", "b/c#h", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:369:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b/c#h", "s://ex/a/d#w", "b/c#h", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:370:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b/c?h#i", "s://ex/a/d?w#j", "b/c?h#i", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:370:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b/c?h#i", "s://ex/a/d?w#j", "b/c?h#i", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:371:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a#i", "s://ex/a", "#i", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:371:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a#i", "s://ex/a", "#i", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:372:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a?i", "s://ex/a", "?i", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:372:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a?i", "s://ex/a", "?i", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:374:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b/", "s://ex/a/b/", "", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:374:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b/", "s://ex/a/b/", "", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:375:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b", "s://ex/a/b", "", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:375:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b", "s://ex/a/b", "", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:27: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:135:1: error: expected constructor, destructor, or type conversion before '(' token TEST(MemoryManagerCompletenessSuite, AllFunctionMembersRequired) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:135:1: error: expected constructor, destructor, or type conversion before '(' token TEST(MemoryManagerCompletenessSuite, AllFunctionMembersRequired) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:376:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/", "s://ex/", "", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:135:1: error: 'nullptr' was not declared in this scope TEST(MemoryManagerCompletenessSuite, AllFunctionMembersRequired) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:135:1: error: 'nullptr' was not declared in this scope TEST(MemoryManagerCompletenessSuite, AllFunctionMembersRequired) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:376:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/", "s://ex/", "", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:135:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(MemoryManagerCompletenessSuite, AllFunctionMembersRequired) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:135:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(MemoryManagerCompletenessSuite, AllFunctionMembersRequired) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:378:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b/c", "s://ex/a/d/c", "../b/c", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:378:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b/c", "s://ex/a/d/c", "../b/c", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:379:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b/c/", "s://ex/a/d/c", "../b/c/", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:379:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b/c/", "s://ex/a/d/c", "../b/c/", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:380:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b/c/d", "s://ex/a/d/c/d", "../../b/c/d", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:380:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b/c/d", "s://ex/a/d/c/d", "../../b/c/d", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-internal.h: In member function 'bool testing::internal::TypedTestSuitePState::AddTestName(const char*, int, const char*, const char*)': /usr/pkg/include/gtest/internal/gtest-internal.h:590:7: error: 'Abort' is not a member of 'testing::internal::posix' posix::Abort(); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:381:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b/c", "s://ex/d/e/f", "/a/b/c", REMOVE_MODE, DOMAIN_ROOT_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:381:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b/c", "s://ex/d/e/f", "/a/b/c", REMOVE_MODE, DOMAIN_ROOT_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:382:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b/", "s://ex/a/c/d/e", "../../b/", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:170:1: error: expected constructor, destructor, or type conversion before '(' token TEST(MemoryManagerCompletenessSuite, MallocAndFreeRequiredOnly) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:170:1: error: expected constructor, destructor, or type conversion before '(' token TEST(MemoryManagerCompletenessSuite, MallocAndFreeRequiredOnly) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:382:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b/", "s://ex/a/c/d/e", "../../b/", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:385:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b", "s://ex/a//b/c", "../../b", REMOVE_MODE)); ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:170:1: error: 'nullptr' was not declared in this scope TEST(MemoryManagerCompletenessSuite, MallocAndFreeRequiredOnly) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:170:1: error: 'nullptr' was not declared in this scope TEST(MemoryManagerCompletenessSuite, MallocAndFreeRequiredOnly) { ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:385:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/b", "s://ex/a//b/c", "../../b", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:170:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(MemoryManagerCompletenessSuite, MallocAndFreeRequiredOnly) { ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:170:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(MemoryManagerCompletenessSuite, MallocAndFreeRequiredOnly) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:386:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a///b", "s://ex/a/", ".///b", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:386:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a///b", "s://ex/a/", ".///b", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:387:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/", "s://ex/a///b", "../../", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:387:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a/", "s://ex/a///b", "../../", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/internal/gtest-internal.h: At global scope: /usr/pkg/include/gtest/internal/gtest-internal.h:622:7: error: expected nested-name-specifier before 'TypedTestCasePState' using TypedTestCasePState = TypedTestSuitePState; ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:187:1: error: expected constructor, destructor, or type conversion before '(' token TEST(MemoryManagerTestingSuite, DefaultMemoryManager) { ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:187:1: error: expected constructor, destructor, or type conversion before '(' token TEST(MemoryManagerTestingSuite, DefaultMemoryManager) { ^ /usr/pkg/include/gtest/internal/gtest-internal.h: In function 'const char* testing::internal::SkipComma(const char*)': /usr/pkg/include/gtest/internal/gtest-internal.h:631:16: error: 'nullptr' was not declared in this scope if (comma == nullptr) { ^ /usr/pkg/include/gtest/internal/gtest-internal.h: In function 'std::string testing::internal::GetPrefixUntilComma(const char*)': /usr/pkg/include/gtest/internal/gtest-internal.h:642:19: error: 'nullptr' was not declared in this scope return comma == nullptr ? str : std::string(str, comma); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:388:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a//b/c", "s://ex/a/b", ".//b/c", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:187:1: error: 'nullptr' was not declared in this scope TEST(MemoryManagerTestingSuite, DefaultMemoryManager) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:187:1: error: 'nullptr' was not declared in this scope TEST(MemoryManagerTestingSuite, DefaultMemoryManager) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:388:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddOrRemoveBaseHelper("s://ex/a//b/c", "s://ex/a/b", ".//b/c", REMOVE_MODE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:187:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(MemoryManagerTestingSuite, DefaultMemoryManager) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:187:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(MemoryManagerTestingSuite, DefaultMemoryManager) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:193:1: error: expected constructor, destructor, or type conversion before '(' token TEST(MemoryManagerTestingSuite, CompleteMemoryManager) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:193:1: error: expected constructor, destructor, or type conversion before '(' token TEST(MemoryManagerTestingSuite, CompleteMemoryManager) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:429:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FourSuite, GoodUriReferences) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:429:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FourSuite, GoodUriReferences) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:193:1: error: 'nullptr' was not declared in this scope TEST(MemoryManagerTestingSuite, CompleteMemoryManager) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:193:1: error: 'nullptr' was not declared in this scope TEST(MemoryManagerTestingSuite, CompleteMemoryManager) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:193:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(MemoryManagerTestingSuite, CompleteMemoryManager) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:193:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(MemoryManagerTestingSuite, CompleteMemoryManager) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:429:1: error: 'nullptr' was not declared in this scope TEST(FourSuite, GoodUriReferences) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:429:1: error: 'nullptr' was not declared in this scope TEST(FourSuite, GoodUriReferences) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:429:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FourSuite, GoodUriReferences) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:429:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FourSuite, GoodUriReferences) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:209:1: error: expected constructor, destructor, or type conversion before '(' token TEST(MemoryManagerTestingSuite, EmulateCalloc) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:209:1: error: expected constructor, destructor, or type conversion before '(' token TEST(MemoryManagerTestingSuite, EmulateCalloc) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp: In member function 'virtual void FourSuite_GoodUriReferences_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:430:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("file:///foo/bar")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:430:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("file:///foo/bar")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:209:1: error: 'nullptr' was not declared in this scope TEST(MemoryManagerTestingSuite, EmulateCalloc) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:209:1: error: 'nullptr' was not declared in this scope TEST(MemoryManagerTestingSuite, EmulateCalloc) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:209:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(MemoryManagerTestingSuite, EmulateCalloc) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:209:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(MemoryManagerTestingSuite, EmulateCalloc) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:431:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("mailto:user@host?subject=blah")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:431:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("mailto:user@host?subject=blah")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:432:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("dav:")); // empty opaque part / rel-path allowed by RFC 2396bis ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:432:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("dav:")); // empty opaque part / rel-path allowed by RFC 2396bis ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:221:1: error: expected constructor, destructor, or type conversion before '(' token TEST(MemoryManagerTestingSuite, EmulateReallocarray) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:221:1: error: expected constructor, destructor, or type conversion before '(' token TEST(MemoryManagerTestingSuite, EmulateReallocarray) { ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-internal.h: In static member function 'static bool testing::internal::TypeParameterizedTest::Register(const char*, const testing::internal::CodeLocation&, const char*, const char*, int, const std::vector >&)': /usr/pkg/include/gtest/internal/gtest-internal.h:711:9: error: 'nullptr' was not declared in this scope nullptr, // No value parameter. ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:433:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("about:")); // empty opaque part / rel-path allowed by RFC 2396bis ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:221:1: error: 'nullptr' was not declared in this scope TEST(MemoryManagerTestingSuite, EmulateReallocarray) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:221:1: error: 'nullptr' was not declared in this scope TEST(MemoryManagerTestingSuite, EmulateReallocarray) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:433:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("about:")); // empty opaque part / rel-path allowed by RFC 2396bis ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:221:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(MemoryManagerTestingSuite, EmulateReallocarray) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:221:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(MemoryManagerTestingSuite, EmulateReallocarray) { ^ /usr/pkg/include/gtest/internal/gtest-internal.h: In static member function 'static bool testing::internal::TypeParameterizedTestSuite::Register(const char*, testing::internal::CodeLocation, const testing::internal::TypedTestSuitePState*, const char*, const char*, const std::vector >&)': /usr/pkg/include/gtest/internal/gtest-internal.h:763:7: error: 'Abort' is not a member of 'testing::internal::posix' posix::Abort(); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:437:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://www.yahoo.com")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:437:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://www.yahoo.com")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:438:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://www.yahoo.com/")); ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:233:1: error: expected constructor, destructor, or type conversion before '(' token TEST(MemoryManagerTestingOverflowDetectionSuite, EmulateCalloc) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:233:1: error: expected constructor, destructor, or type conversion before '(' token TEST(MemoryManagerTestingOverflowDetectionSuite, EmulateCalloc) { ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:438:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://www.yahoo.com/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:233:1: error: 'nullptr' was not declared in this scope TEST(MemoryManagerTestingOverflowDetectionSuite, EmulateCalloc) { ^ /usr/pkg/include/gtest/internal/gtest-internal.h: At global scope: /usr/pkg/include/gtest/internal/gtest-internal.h:858:27: error: expected template-name before '<' token : public bool_constant< ^ /usr/pkg/include/gtest/internal/gtest-internal.h:858:27: error: expected '{' before '<' token /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:233:1: error: 'nullptr' was not declared in this scope TEST(MemoryManagerTestingOverflowDetectionSuite, EmulateCalloc) { ^ /usr/pkg/include/gtest/internal/gtest-internal.h:858:27: error: expected unqualified-id before '<' token /usr/pkg/include/gtest/internal/gtest-internal.h:887:28: error: expected type-specifier before 'decltype' class Iterator = decltype(::std::declval().begin()), ^ /usr/pkg/include/gtest/internal/gtest-internal.h:887:28: error: expected '>' before 'decltype' /usr/pkg/include/gtest/internal/gtest-internal.h:892:44: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 IsContainer IsContainerTest(int /* dummy */) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:439:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://1.2.3.4/")); ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:233:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(MemoryManagerTestingOverflowDetectionSuite, EmulateCalloc) { ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:233:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(MemoryManagerTestingOverflowDetectionSuite, EmulateCalloc) { ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/internal/gtest-internal.h:915:44: error: 'nullptr' was not declared in this scope static const bool value = sizeof(test(nullptr, nullptr)) == sizeof(int); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:915:53: error: 'nullptr' was not declared in this scope static const bool value = sizeof(test(nullptr, nullptr)) == sizeof(int); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:439:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://1.2.3.4/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-internal.h:926:68: error: expected class-name before '{' token struct IsRecursiveContainerImpl : public std::false_type {}; ^ /usr/pkg/include/gtest/internal/gtest-internal.h:934:9: error: expected nested-name-specifier before 'value_type' using value_type = decltype(*std::declval()); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:935:9: error: expected nested-name-specifier before 'type' using type = ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:440:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://www.yahoo.com/stuff")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:440:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://www.yahoo.com/stuff")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:441:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://www.yahoo.com/stuff/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:441:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://www.yahoo.com/stuff/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:244:1: error: expected constructor, destructor, or type conversion before '(' token TEST(MemoryManagerTestingOverflowDetectionSuite, EmulateReallocarray) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:244:1: error: expected constructor, destructor, or type conversion before '(' token TEST(MemoryManagerTestingOverflowDetectionSuite, EmulateReallocarray) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:442:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://www.yahoo.com/hello%20world/")); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1072:17: error: expected identifier before '!' token static_assert(!std::is_const::value, "Type must not be const"); ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1072:17: error: expected ',' or '...' before '!' token /usr/pkg/include/gtest/internal/gtest-internal.h:1073:17: error: expected identifier before '!' token static_assert(!std::is_reference::value, ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1073:17: error: expected ',' or '...' before '!' token In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1073:3: error: 'int testing::internal::NativeArray::static_assert(int)' cannot be overloaded static_assert(!std::is_reference::value, ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1072:3: error: with 'int testing::internal::NativeArray::static_assert(int)' static_assert(!std::is_const::value, "Type must not be const"); ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:244:1: error: 'nullptr' was not declared in this scope TEST(MemoryManagerTestingOverflowDetectionSuite, EmulateReallocarray) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:244:1: error: 'nullptr' was not declared in this scope TEST(MemoryManagerTestingOverflowDetectionSuite, EmulateReallocarray) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:442:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://www.yahoo.com/hello%20world/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:244:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(MemoryManagerTestingOverflowDetectionSuite, EmulateReallocarray) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:244:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(MemoryManagerTestingOverflowDetectionSuite, EmulateReallocarray) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:443:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://www.yahoo.com?name=obi")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/internal/gtest-internal.h:1102:9: error: expected nested-name-specifier before 'type' using type = IndexSequence; ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:443:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://www.yahoo.com?name=obi")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-internal.h:1110:9: error: expected nested-name-specifier before 'type' using type = IndexSequence; ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1114:9: error: expected nested-name-specifier before 'type' using type = IndexSequence; ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:444:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://www.yahoo.com?name=obi+wan&status=jedi")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/internal/gtest-internal.h:1135:9: error: expected nested-name-specifier before 'type' using type = T; ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:444:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://www.yahoo.com?name=obi+wan&status=jedi")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-internal.h:1155:9: error: expected nested-name-specifier before 'value_type' using value_type = ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1159:41: error: expected ')' before 't' explicit FlatTupleElemBase(value_type t) : value(std::move(t)) {} ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:255:1: error: expected constructor, destructor, or type conversion before '(' token TEST(MemoryManagerTestingSuite, EmulateCallocAndReallocarray) { ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1160:3: error: 'value_type' does not name a type value_type value; ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:255:1: error: expected constructor, destructor, or type conversion before '(' token TEST(MemoryManagerTestingSuite, EmulateCallocAndReallocarray) { ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1167:59: error: '>>' should be '> >' within a nested template argument list struct FlatTupleBase, IndexSequence> ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1169:9: error: expected nested-name-specifier before 'Indices' using Indices = IndexSequence; ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:445:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://www.yahoo.com?onery")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/internal/gtest-internal.h: In constructor 'testing::internal::FlatTupleBase, testing::internal::IndexSequence >::FlatTupleBase(T ...)': /usr/pkg/include/gtest/internal/gtest-internal.h:1172:49: error: 'move' is not a member of 'std' : FlatTupleElemBase, Idx>(std::move(t))... {} ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:445:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://www.yahoo.com?onery")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-internal.h: At global scope: /usr/pkg/include/gtest/internal/gtest-internal.h:1188:9: error: expected nested-name-specifier before 'Indices' using Indices = typename FlatTuple::FlatTupleBase::Indices; ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:255:1: error: 'nullptr' was not declared in this scope TEST(MemoryManagerTestingSuite, EmulateCallocAndReallocarray) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:255:1: error: 'nullptr' was not declared in this scope TEST(MemoryManagerTestingSuite, EmulateCallocAndReallocarray) { ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1195:34: error: 'Indices' was not declared in this scope const typename ElemFromList::type& Get() const { ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1195:47: error: template argument 2 is invalid const typename ElemFromList::type& Get() const { ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1200:28: error: 'Indices' was not declared in this scope typename ElemFromList::type& Get() { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:255:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(MemoryManagerTestingSuite, EmulateCallocAndReallocarray) { ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1200:41: error: template argument 2 is invalid typename ElemFromList::type& Get() { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:255:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(MemoryManagerTestingSuite, EmulateCallocAndReallocarray) { ^ /usr/pkg/include/gtest/internal/gtest-internal.h: In constructor 'testing::internal::FlatTuple::FlatTuple(T ...)': /usr/pkg/include/gtest/internal/gtest-internal.h:1192:57: error: 'move' is not a member of 'std' explicit FlatTuple(T... t) : FlatTuple::FlatTupleBase(std::move(t)...) {} ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:446:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://www.yahoo.com#bottom")); ^ /usr/pkg/include/gtest/internal/gtest-internal.h: At global scope: /usr/pkg/include/gtest/internal/gtest-internal.h:1210:1: error: 'constexpr' does not name a type constexpr bool InstantiateTestCase_P_IsDeprecated() { return true; } ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1210:1: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 /usr/pkg/include/gtest/internal/gtest-internal.h:1215:1: error: 'constexpr' does not name a type constexpr bool TypedTestCase_P_IsDeprecated() { return true; } ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1215:1: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1220:1: error: 'constexpr' does not name a type constexpr bool TypedTestCaseIsDeprecated() { return true; } ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1220:1: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/internal/gtest-internal.h:1225:1: error: 'constexpr' does not name a type constexpr bool RegisterTypedTestCase_P_IsDeprecated() { return true; } ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1225:1: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 /usr/pkg/include/gtest/internal/gtest-internal.h:1230:1: error: 'constexpr' does not name a type constexpr bool InstantiateTypedTestCase_P_IsDeprecated() { return true; } ^ /usr/pkg/include/gtest/internal/gtest-internal.h:1230:1: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:446:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://www.yahoo.com#bottom")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:268:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FailingMemoryManagerSuite, AddBaseUriExMm) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:268:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FailingMemoryManagerSuite, AddBaseUriExMm) { ^ In file included from /usr/pkg/include/gtest/gtest-matchers.h:47:0, from /usr/pkg/include/gtest/internal/gtest-death-test-internal.h:39, from /usr/pkg/include/gtest/gtest-death-test.h:41, from /usr/pkg/include/gtest/gtest.h:64, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /usr/pkg/include/gtest/gtest-printers.h: In static member function 'static void testing::internal2::TypeWithoutFormatter::PrintValue(const T&, std::ostream*)': /usr/pkg/include/gtest/gtest-printers.h:156:43: error: 'addressof' is not a member of 'std' reinterpret_cast(std::addressof(value))), ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:447:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://www.yahoo.com/yelp.html#bottom")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:447:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://www.yahoo.com/yelp.html#bottom")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:268:1: error: 'nullptr' was not declared in this scope TEST(FailingMemoryManagerSuite, AddBaseUriExMm) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:268:1: error: 'nullptr' was not declared in this scope TEST(FailingMemoryManagerSuite, AddBaseUriExMm) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:448:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("https://www.yahoo.com/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:268:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FailingMemoryManagerSuite, AddBaseUriExMm) { ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:268:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FailingMemoryManagerSuite, AddBaseUriExMm) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:448:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("https://www.yahoo.com/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-printers.h: In function 'std::basic_ostream<_CharT, _Traits>& testing::internal2::operator<<(std::basic_ostream<_CharT, _Traits>&, const T&)': /usr/pkg/include/gtest/gtest-printers.h:236:34: error: 'is_convertible' is not a member of 'std' : std::is_convertible< ^ /usr/pkg/include/gtest/gtest-printers.h:237:68: error: template argument 2 is invalid const T&, internal::BiggestInt>::value ^ /usr/pkg/include/gtest/gtest-printers.h:238:38: error: qualified-id in declaration before '?' token ? kConvertibleToInteger ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:449:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("ftp://www.yahoo.com/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:449:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("ftp://www.yahoo.com/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:450:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("ftp://www.yahoo.com/hello")); ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:285:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FailingMemoryManagerSuite, ComposeQueryMallocExMm) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:285:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FailingMemoryManagerSuite, ComposeQueryMallocExMm) { ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:450:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("ftp://www.yahoo.com/hello")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:285:1: error: 'nullptr' was not declared in this scope TEST(FailingMemoryManagerSuite, ComposeQueryMallocExMm) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:451:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("demo.txt")); ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:285:1: error: 'nullptr' was not declared in this scope TEST(FailingMemoryManagerSuite, ComposeQueryMallocExMm) { ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:451:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("demo.txt")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:285:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FailingMemoryManagerSuite, ComposeQueryMallocExMm) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:452:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("demo/hello.txt")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:452:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("demo/hello.txt")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:285:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FailingMemoryManagerSuite, ComposeQueryMallocExMm) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:453:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("demo/hello.txt?query=hello#fragment")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:453:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("demo/hello.txt?query=hello#fragment")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:454:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("/cgi-bin/query?query=hello#fragment")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:454:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("/cgi-bin/query?query=hello#fragment")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:455:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("/demo.txt")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:455:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("/demo.txt")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:301:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FailingMemoryManagerSuite, DissectQueryMallocExMm) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:456:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("/hello/demo.txt")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:456:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("/hello/demo.txt")); ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:301:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FailingMemoryManagerSuite, DissectQueryMallocExMm) { ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:457:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("hello/demo.txt")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:457:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("hello/demo.txt")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-printers.h: In function 'void testing::internal::DefaultPrintTo(testing::internal::WrapPrinterType<(testing::internal::DefaultPrinterType)1u>, T*, std::ostream*)': /usr/pkg/include/gtest/gtest-printers.h:441:12: error: 'nullptr' was not declared in this scope if (p == nullptr) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:458:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:458:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:301:1: error: 'nullptr' was not declared in this scope TEST(FailingMemoryManagerSuite, DissectQueryMallocExMm) { ^ /usr/pkg/include/gtest/gtest-printers.h: In function 'void testing::internal::DefaultPrintTo(testing::internal::WrapPrinterType<(testing::internal::DefaultPrinterType)2u>, T*, std::ostream*)': /usr/pkg/include/gtest/gtest-printers.h:453:12: error: 'nullptr' was not declared in this scope if (p == nullptr) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:301:1: error: 'nullptr' was not declared in this scope TEST(FailingMemoryManagerSuite, DissectQueryMallocExMm) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:459:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:459:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:301:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FailingMemoryManagerSuite, DissectQueryMallocExMm) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:301:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FailingMemoryManagerSuite, DissectQueryMallocExMm) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:460:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("#")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:460:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("#")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-printers.h: In function 'void testing::internal::PrintTo(const T&, std::ostream*)': /usr/pkg/include/gtest/gtest-printers.h:508:14: error: 'is_pointer' is not a member of 'std' : !std::is_pointer::value ^ /usr/pkg/include/gtest/gtest-printers.h:504:7: error: parse error in template argument list WrapPrinterType < ^ /usr/pkg/include/gtest/gtest-printers.h:510:19: error: 'is_function' is not a member of 'std' : std::is_function::type>::value ^ /usr/pkg/include/gtest/gtest-printers.h:510:50: error: 'remove_pointer' in namespace 'std' does not name a template type : std::is_function::type>::value ^ /usr/pkg/include/gtest/gtest-printers.h:510:64: error: expected '(' before '<' token : std::is_function::type>::value ^ /usr/pkg/include/gtest/gtest-printers.h:510:66: error: expected primary-expression before '>' token : std::is_function::type>::value ^ /usr/pkg/include/gtest/gtest-printers.h:510:67: error: '::type' has not been declared : std::is_function::type>::value ^ /usr/pkg/include/gtest/gtest-printers.h:510:74: error: '::value' has not been declared : std::is_function::type>::value ^ /usr/pkg/include/gtest/gtest-printers.h:512:42: error: expected primary-expression before ')' token : kPrintPointer > (), ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:461:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("#here")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:461:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("#here")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:464:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://www.yahoo.com?name=%00%01")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:464:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://www.yahoo.com?name=%00%01")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:465:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://www.yaho%6f.com")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:465:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://www.yaho%6f.com")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:466:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://www.yahoo.com/hello%00world/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:466:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://www.yahoo.com/hello%00world/")); ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:318:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FailingMemoryManagerSuite, FreeQueryListMm) { ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:318:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FailingMemoryManagerSuite, FreeQueryListMm) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:467:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://www.yahoo.com/hello+world/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:467:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://www.yahoo.com/hello+world/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:468:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://www.yahoo.com?name=obi&")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:468:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://www.yahoo.com?name=obi&")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:318:1: error: 'nullptr' was not declared in this scope TEST(FailingMemoryManagerSuite, FreeQueryListMm) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:318:1: error: 'nullptr' was not declared in this scope TEST(FailingMemoryManagerSuite, FreeQueryListMm) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:469:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://www.yahoo.com?name=obi&type=")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:469:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://www.yahoo.com?name=obi&type=")); ^ /usr/pkg/include/gtest/gtest-printers.h: At global scope: /usr/pkg/include/gtest/gtest-printers.h:613:26: error: variable or field 'PrintTo' declared void inline void PrintTo(std::nullptr_t, ::std::ostream* os) { *os << "(nullptr)"; } ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest-printers.h:613:21: error: 'nullptr_t' is not a member of 'std' inline void PrintTo(std::nullptr_t, ::std::ostream* os) { *os << "(nullptr)"; } ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-printers.h:613:51: error: expected primary-expression before '*' token inline void PrintTo(std::nullptr_t, ::std::ostream* os) { *os << "(nullptr)"; } ^ /usr/pkg/include/gtest/gtest-printers.h:613:53: error: 'os' was not declared in this scope inline void PrintTo(std::nullptr_t, ::std::ostream* os) { *os << "(nullptr)"; } ^ /usr/pkg/include/gtest/gtest-printers.h:616:19: error: variable or field 'PrintTo' declared void void PrintTo(std::reference_wrapper ref, ::std::ostream* os) { ^ /usr/pkg/include/gtest/gtest-printers.h:616:14: error: 'reference_wrapper' is not a member of 'std' void PrintTo(std::reference_wrapper ref, ::std::ostream* os) { ^ /usr/pkg/include/gtest/gtest-printers.h:616:38: error: expected primary-expression before '>' token void PrintTo(std::reference_wrapper ref, ::std::ostream* os) { ^ /usr/pkg/include/gtest/gtest-printers.h:616:40: error: 'ref' was not declared in this scope void PrintTo(std::reference_wrapper ref, ::std::ostream* os) { ^ /usr/pkg/include/gtest/gtest-printers.h:616:59: error: expected primary-expression before '*' token void PrintTo(std::reference_wrapper ref, ::std::ostream* os) { ^ /usr/pkg/include/gtest/gtest-printers.h:616:61: error: 'os' was not declared in this scope void PrintTo(std::reference_wrapper ref, ::std::ostream* os) { ^ /usr/pkg/include/gtest/gtest-printers.h:623:34: error: 'std::integral_constant' has not been declared void PrintTupleTo(const T&, std::integral_constant, ^ /usr/pkg/include/gtest/gtest-printers.h:623:51: error: expected ',' or '...' before '<' token void PrintTupleTo(const T&, std::integral_constant, ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:470:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://www.yahoo.com/yelp.html#")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:470:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://www.yahoo.com/yelp.html#")); ^ /usr/pkg/include/gtest/gtest-printers.h:627:36: error: 'std::integral_constant' has not been declared void PrintTupleTo(const T& t, std::integral_constant, ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest-printers.h:627:53: error: expected ',' or '...' before '<' token void PrintTupleTo(const T& t, std::integral_constant, ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:318:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FailingMemoryManagerSuite, FreeQueryListMm) { ^ /usr/pkg/include/gtest/gtest-printers.h: In function 'void testing::internal::PrintTupleTo(const T&, int)': /usr/pkg/include/gtest/gtest-printers.h:629:19: error: 'integral_constant' is not a member of 'std' PrintTupleTo(t, std::integral_constant(), os); ^ /usr/pkg/include/gtest/gtest-printers.h:629:48: error: expected primary-expression before ',' token PrintTupleTo(t, std::integral_constant(), os); ^ /usr/pkg/include/gtest/gtest-printers.h:629:57: error: expected primary-expression before ')' token PrintTupleTo(t, std::integral_constant(), os); ^ /usr/pkg/include/gtest/gtest-printers.h:629:60: error: 'os' was not declared in this scope PrintTupleTo(t, std::integral_constant(), os); ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:318:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FailingMemoryManagerSuite, FreeQueryListMm) { ^ /usr/pkg/include/gtest/gtest-printers.h:635:34: error: 'tuple_element' in namespace 'std' does not name a template type UniversalPrinter::type>::Print( ^ /usr/pkg/include/gtest/gtest-printers.h:635:47: error: expected template-argument before '<' token UniversalPrinter::type>::Print( ^ /usr/pkg/include/gtest/gtest-printers.h:635:47: error: expected '>' before '<' token /usr/pkg/include/gtest/gtest-printers.h:635:63: error: template argument 1 is invalid UniversalPrinter::type>::Print( ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:471:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("//")); ^ /usr/pkg/include/gtest/gtest-printers.h:636:7: error: 'get' is not a member of 'std' std::get(t), os); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/gtest-printers.h:636:29: error: expression list treated as compound expression in initializer [-fpermissive] std::get(t), os); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:471:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("//")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest-printers.h: At global scope: /usr/pkg/include/gtest/gtest-printers.h:640:27: error: 'tuple' in namespace 'std' does not name a template type void PrintTo(const ::std::tuple& t, ::std::ostream* os) { ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-printers.h:640:32: error: expected ',' or '...' before '<' token void PrintTo(const ::std::tuple& t, ::std::ostream* os) { ^ /usr/pkg/include/gtest/gtest-printers.h: In function 'void testing::internal::PrintTo(int)': /usr/pkg/include/gtest/gtest-printers.h:641:4: error: 'os' was not declared in this scope *os << "("; ^ /usr/pkg/include/gtest/gtest-printers.h:642:16: error: 't' was not declared in this scope PrintTupleTo(t, std::integral_constant(), os); ^ /usr/pkg/include/gtest/gtest-printers.h:642:19: error: 'integral_constant' is not a member of 'std' PrintTupleTo(t, std::integral_constant(), os); ^ /usr/pkg/include/gtest/gtest-printers.h:642:48: error: expected primary-expression before ',' token PrintTupleTo(t, std::integral_constant(), os); ^ /usr/pkg/include/gtest/gtest-printers.h:642:68: error: expected primary-expression before ')' token PrintTupleTo(t, std::integral_constant(), os); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:475:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://example.org/aaa/bbb#ccc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:475:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://example.org/aaa/bbb#ccc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:476:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("mailto:local@domain.org")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:476:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("mailto:local@domain.org")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:477:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("mailto:local@domain.org#frag")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:477:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("mailto:local@domain.org#frag")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:478:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("HTTP://EXAMPLE.ORG/AAA/BBB#CCC")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:478:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("HTTP://EXAMPLE.ORG/AAA/BBB#CCC")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:479:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("//example.org/aaa/bbb#ccc")); ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:330:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FailingMemoryManagerSuite, FreeUriMembersMm) { ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:479:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("//example.org/aaa/bbb#ccc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:330:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FailingMemoryManagerSuite, FreeUriMembersMm) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:480:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("/aaa/bbb#ccc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:480:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("/aaa/bbb#ccc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:481:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("bbb#ccc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:481:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("bbb#ccc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:330:1: error: 'nullptr' was not declared in this scope TEST(FailingMemoryManagerSuite, FreeUriMembersMm) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:330:1: error: 'nullptr' was not declared in this scope TEST(FailingMemoryManagerSuite, FreeUriMembersMm) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:482:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("#ccc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:482:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("#ccc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:330:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FailingMemoryManagerSuite, FreeUriMembersMm) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:330:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FailingMemoryManagerSuite, FreeUriMembersMm) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:483:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("#")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:483:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("#")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-printers.h: In static member function 'static void testing::internal::UniversalTersePrinter::Print(const char*, std::ostream*)': /usr/pkg/include/gtest/gtest-printers.h:818:16: error: 'nullptr' was not declared in this scope if (str == nullptr) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:484:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("A'C")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:484:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("A'C")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:487:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://example.org/aaa%2fbbb#ccc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:487:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://example.org/aaa%2fbbb#ccc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-printers.h: In static member function 'static void testing::internal::UniversalTersePrinter::Print(const wchar_t*, std::ostream*)': /usr/pkg/include/gtest/gtest-printers.h:838:16: error: 'nullptr' was not declared in this scope if (str == nullptr) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:488:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://example.org/aaa%2Fbbb#ccc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:488:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://example.org/aaa%2Fbbb#ccc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:489:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("%2F")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:489:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("%2F")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:343:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FailingMemoryManagerSuite, NormalizeSyntaxExMm) { ^ /usr/pkg/include/gtest/gtest-printers.h: At global scope: /usr/pkg/include/gtest/gtest-printers.h:877:51: error: 'std::integral_constant' has not been declared void TersePrintPrefixToStrings(const Tuple&, std::integral_constant, ^ /usr/pkg/include/gtest/gtest-printers.h:877:68: error: expected ',' or '...' before '<' token void TersePrintPrefixToStrings(const Tuple&, std::integral_constant, ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:343:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FailingMemoryManagerSuite, NormalizeSyntaxExMm) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:490:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("aaa%2Fbbb")); ^ /usr/pkg/include/gtest/gtest-printers.h:881:37: error: 'std::integral_constant' has not been declared std::integral_constant, ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/gtest-printers.h:881:54: error: expected ',' or '...' before '<' token std::integral_constant, ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:490:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("aaa%2Fbbb")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-printers.h: In function 'void testing::internal::TersePrintPrefixToStrings(const Tuple&, int)': /usr/pkg/include/gtest/gtest-printers.h:883:32: error: 'integral_constant' is not a member of 'std' TersePrintPrefixToStrings(t, std::integral_constant(), ^ /usr/pkg/include/gtest/gtest-printers.h:883:61: error: expected primary-expression before ',' token TersePrintPrefixToStrings(t, std::integral_constant(), ^ /usr/pkg/include/gtest/gtest-printers.h:883:70: error: expected primary-expression before ')' token TersePrintPrefixToStrings(t, std::integral_constant(), ^ /usr/pkg/include/gtest/gtest-printers.h:884:29: error: 'strings' was not declared in this scope strings); ^ /usr/pkg/include/gtest/gtest-printers.h:886:23: error: 'get' is not a member of 'std' UniversalTersePrint(std::get(t), &ss); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:493:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://example.org:80/aaa/bbb#ccc")); ^ /usr/pkg/include/gtest/gtest-printers.h: In function 'testing::internal::Strings testing::internal::UniversalTersePrintTupleFieldsToStrings(const Tuple&)': /usr/pkg/include/gtest/gtest-printers.h:897:14: error: 'integral_constant' is not a member of 'std' value, std::integral_constant::value>(), ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/gtest-printers.h:897:43: error: expected primary-expression before ',' token value, std::integral_constant::value>(), ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:493:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://example.org:80/aaa/bbb#ccc")); ^ /usr/pkg/include/gtest/gtest-printers.h:897:45: error: 'tuple_size' is not a member of 'std' value, std::integral_constant::value>(), ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest-printers.h:897:66: error: expected primary-expression before '>' token value, std::integral_constant::value>(), ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-printers.h:897:67: error: '::value' has not been declared value, std::integral_constant::value>(), ^ /usr/pkg/include/gtest/gtest-printers.h:897:76: error: expected primary-expression before ')' token value, std::integral_constant::value>(), ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:494:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://example.org:/aaa/bbb#ccc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:494:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://example.org:/aaa/bbb#ccc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:343:1: error: 'nullptr' was not declared in this scope TEST(FailingMemoryManagerSuite, NormalizeSyntaxExMm) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:343:1: error: 'nullptr' was not declared in this scope TEST(FailingMemoryManagerSuite, NormalizeSyntaxExMm) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:495:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://example.org./aaa/bbb#ccc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:495:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://example.org./aaa/bbb#ccc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:343:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FailingMemoryManagerSuite, NormalizeSyntaxExMm) { ^ In file included from /usr/pkg/include/gtest/internal/gtest-death-test-internal.h:39:0, from /usr/pkg/include/gtest/gtest-death-test.h:41, from /usr/pkg/include/gtest/gtest.h:64, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /usr/pkg/include/gtest/gtest-matchers.h: In member function 'testing::MatchResultListener& testing::MatchResultListener::operator<<(const T&)': /usr/pkg/include/gtest/gtest-matchers.h:92:20: error: 'nullptr' was not declared in this scope if (stream_ != nullptr) *stream_ << x; ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:343:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FailingMemoryManagerSuite, NormalizeSyntaxExMm) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:496:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://example.123./aaa/bbb#ccc")); ^ /usr/pkg/include/gtest/gtest-matchers.h: In member function 'bool testing::MatchResultListener::IsInterested() const': /usr/pkg/include/gtest/gtest-matchers.h:103:49: error: 'nullptr' was not declared in this scope bool IsInterested() const { return stream_ != nullptr; } ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:496:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://example.123./aaa/bbb#ccc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:499:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://example.org")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:499:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://example.org")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:502:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:502:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:503:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://[1080:0:0:0:8:800:200C:417A]/index.html")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:503:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://[1080:0:0:0:8:800:200C:417A]/index.html")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:356:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FailingMemoryManagerSuite, ParseSingleUriExMm) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:356:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FailingMemoryManagerSuite, ParseSingleUriExMm) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:504:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://[3ffe:2a00:100:7031::1]")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:504:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://[3ffe:2a00:100:7031::1]")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:505:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://[1080::8:800:200C:417A]/foo")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:505:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://[1080::8:800:200C:417A]/foo")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:356:1: error: 'nullptr' was not declared in this scope TEST(FailingMemoryManagerSuite, ParseSingleUriExMm) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:356:1: error: 'nullptr' was not declared in this scope TEST(FailingMemoryManagerSuite, ParseSingleUriExMm) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:506:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://[::192.9.5.5]/ipng")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:506:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://[::192.9.5.5]/ipng")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:356:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FailingMemoryManagerSuite, ParseSingleUriExMm) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:356:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FailingMemoryManagerSuite, ParseSingleUriExMm) { ^ /usr/pkg/include/gtest/gtest-matchers.h: In constructor 'testing::internal::DummyMatchResultListener::DummyMatchResultListener()': /usr/pkg/include/gtest/gtest-matchers.h:237:52: error: 'nullptr' was not declared in this scope DummyMatchResultListener() : MatchResultListener(nullptr) {} ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:507:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://[::FFFF:129.144.52.38]:80/index.html")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:507:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://[::FFFF:129.144.52.38]:80/index.html")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:508:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://[2010:836B:4179::836B:4179]")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:508:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://[2010:836B:4179::836B:4179]")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:509:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("//[2010:836B:4179::836B:4179]")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:509:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("//[2010:836B:4179::836B:4179]")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest-matchers.h: At global scope: /usr/pkg/include/gtest/gtest-matchers.h:303:21: error: 'enable_if' in namespace 'std' does not name a template type typename std::enable_if::value>::type* = ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-matchers.h:303:30: error: expected ',' or '...' before '<' token typename std::enable_if::value>::type* = ^ /usr/pkg/include/gtest/gtest-matchers.h:309:26: error: expected ',' or '...' before '&&' token MatcherBase(MatcherBase&&) = default; ^ /usr/pkg/include/gtest/gtest-matchers.h:309:32: error: invalid constructor; you probably meant 'testing::internal::MatcherBase (const testing::internal::MatcherBase&)' MatcherBase(MatcherBase&&) = default; ^ /usr/pkg/include/gtest/gtest-matchers.h:310:37: error: expected ',' or '...' before '&&' token MatcherBase& operator=(MatcherBase&&) = default; ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:512:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("http://example/Andrȷ")); ^ /usr/pkg/include/gtest/gtest-matchers.h:315:8: error: 'shared_ptr' in namespace 'std' does not name a template type std::shared_ptr> impl_; ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:512:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("http://example/Andrȷ")); ^ /usr/pkg/include/gtest/gtest-matchers.h: In member function 'bool testing::internal::MatcherBase::MatchAndExplain(const T&, testing::MatchResultListener*) const': /usr/pkg/include/gtest/gtest-matchers.h:264:12: error: 'impl_' was not declared in this scope return impl_->MatchAndExplain(x, listener); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-matchers.h: In member function 'void testing::internal::MatcherBase::DescribeTo(std::ostream*) const': /usr/pkg/include/gtest/gtest-matchers.h:274:47: error: 'impl_' was not declared in this scope void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } ^ /usr/pkg/include/gtest/gtest-matchers.h: In member function 'void testing::internal::MatcherBase::DescribeNegationTo(std::ostream*) const': /usr/pkg/include/gtest/gtest-matchers.h:278:5: error: 'impl_' was not declared in this scope impl_->DescribeNegationTo(os); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:513:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testGoodUri("file:///C:/DEV/Haskell/lib/HXmlToolbox-3.01/examples/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:513:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testGoodUri("file:///C:/DEV/Haskell/lib/HXmlToolbox-3.01/examples/")); ^ /usr/pkg/include/gtest/gtest-matchers.h: In member function 'const testing::MatcherDescriberInterface* testing::internal::MatcherBase::GetDescriber() const': /usr/pkg/include/gtest/gtest-matchers.h:291:12: error: 'impl_' was not declared in this scope return impl_.get(); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-matchers.h: In constructor 'testing::internal::MatcherBase::MatcherBase(const testing::MatcherInterface*)': /usr/pkg/include/gtest/gtest-matchers.h:298:66: error: class 'testing::internal::MatcherBase' does not have any field named 'impl_' explicit MatcherBase(const MatcherInterface* impl) : impl_(impl) {} ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:369:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FailingMemoryManagerSuite, RemoveBaseUriMm) { ^ /usr/pkg/include/gtest/gtest-matchers.h: In constructor 'testing::internal::MatcherBase::MatcherBase(const testing::MatcherInterface*, int)': /usr/pkg/include/gtest/gtest-matchers.h:305:9: error: class 'testing::internal::MatcherBase' does not have any field named 'impl_' : impl_(new internal::MatcherInterfaceAdapter(impl)) {} ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:369:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FailingMemoryManagerSuite, RemoveBaseUriMm) { ^ /usr/pkg/include/gtest/gtest-matchers.h: At global scope: /usr/pkg/include/gtest/gtest-matchers.h:339:21: error: 'enable_if' in namespace 'std' does not name a template type typename std::enable_if::value>::type* = ^ /usr/pkg/include/gtest/gtest-matchers.h:339:30: error: expected ',' or '...' before '<' token typename std::enable_if::value>::type* = ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:369:1: error: 'nullptr' was not declared in this scope TEST(FailingMemoryManagerSuite, RemoveBaseUriMm) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:369:1: error: 'nullptr' was not declared in this scope TEST(FailingMemoryManagerSuite, RemoveBaseUriMm) { ^ /usr/pkg/include/gtest/gtest-matchers.h: In instantiation of 'class testing::internal::MatcherBase&>': /usr/pkg/include/gtest/gtest-matchers.h:353:24: required from here /usr/pkg/include/gtest/gtest-matchers.h:310:16: error: defaulted declaration 'testing::internal::MatcherBase& testing::internal::MatcherBase::operator=(testing::internal::MatcherBase) [with T = const std::basic_string&; testing::internal::MatcherBase = testing::internal::MatcherBase&>]' MatcherBase& operator=(MatcherBase&&) = default; ^ /usr/pkg/include/gtest/gtest-matchers.h:310:16: error: does not match expected signature 'testing::internal::MatcherBase&>& testing::internal::MatcherBase&>::operator=(testing::internal::MatcherBase&>&)' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:369:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FailingMemoryManagerSuite, RemoveBaseUriMm) { ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:518:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FourSuite, BadUriReferences) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:518:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FourSuite, BadUriReferences) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:369:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FailingMemoryManagerSuite, RemoveBaseUriMm) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:518:1: error: 'nullptr' was not declared in this scope TEST(FourSuite, BadUriReferences) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:518:1: error: 'nullptr' was not declared in this scope TEST(FourSuite, BadUriReferences) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:518:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FourSuite, BadUriReferences) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:518:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FourSuite, BadUriReferences) { ^ /usr/pkg/include/gtest/gtest-matchers.h: In instantiation of 'class testing::internal::MatcherBase >': /usr/pkg/include/gtest/gtest-matchers.h:370:24: required from here /usr/pkg/include/gtest/gtest-matchers.h:310:16: error: defaulted declaration 'testing::internal::MatcherBase& testing::internal::MatcherBase::operator=(testing::internal::MatcherBase) [with T = std::basic_string; testing::internal::MatcherBase = testing::internal::MatcherBase >]' /usr/pkg/include/gtest/gtest-matchers.h:310:16: error: does not match expected signature 'testing::internal::MatcherBase >& testing::internal::MatcherBase >::operator=(testing::internal::MatcherBase >&)' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp: In member function 'virtual void FourSuite_BadUriReferences_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:519:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("beepbeep\x07\x07", 8)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:519:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("beepbeep\x07\x07", 8)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:520:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("\n", 0)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:520:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("\n", 0)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-matchers.h: In constructor 'testing::Matcher >::Matcher(const testing::MatcherInterface >*)': /usr/pkg/include/gtest/gtest-matchers.h:377:48: error: no matching function for call to 'testing::internal::MatcherBase >::MatcherBase(const testing::MatcherInterface >*&)' : internal::MatcherBase(impl) {} ^ /usr/pkg/include/gtest/gtest-matchers.h:307:3: note: candidate: testing::internal::MatcherBase::MatcherBase(const testing::internal::MatcherBase&) [with T = std::basic_string] MatcherBase(const MatcherBase&) = default; ^ /usr/pkg/include/gtest/gtest-matchers.h:307:3: note: no known conversion for argument 1 from 'const testing::MatcherInterface >*' to 'const testing::internal::MatcherBase >&' /usr/pkg/include/gtest/gtest-matchers.h:301:12: note: candidate: template testing::internal::MatcherBase::MatcherBase(const testing::MatcherInterface*, int) explicit MatcherBase( ^ /usr/pkg/include/gtest/gtest-matchers.h:301:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/gtest-matchers.h:377:48: note: candidate expects 2 arguments, 1 provided : internal::MatcherBase(impl) {} ^ /usr/pkg/include/gtest/gtest-matchers.h:298:12: note: candidate: testing::internal::MatcherBase::MatcherBase(const testing::MatcherInterface*) [with T = std::basic_string] explicit MatcherBase(const MatcherInterface* impl) : impl_(impl) {} ^ /usr/pkg/include/gtest/gtest-matchers.h:298:12: note: no known conversion for argument 1 from 'const testing::MatcherInterface >*' to 'const testing::MatcherInterface&>*' /usr/pkg/include/gtest/gtest-matchers.h:295:3: note: candidate: testing::internal::MatcherBase::MatcherBase() [with T = std::basic_string] MatcherBase() {} ^ /usr/pkg/include/gtest/gtest-matchers.h:295:3: note: candidate expects 0 arguments, 1 provided In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:521:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("::", 0)); // not OK, per Roy Fielding on the W3C uri list on 2004-04-01 ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:521:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("::", 0)); // not OK, per Roy Fielding on the W3C uri list on 2004-04-01 ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:525:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("http://www yahoo.com", 10)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:525:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("http://www yahoo.com", 10)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:526:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("http://www.yahoo.com/hello world/", 26)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:526:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("http://www.yahoo.com/hello world/", 26)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:527:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("http://www.yahoo.com/yelp.html#\"", 31)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:527:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("http://www.yahoo.com/yelp.html#\"", 31)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-matchers.h: At global scope: /usr/pkg/include/gtest/gtest-matchers.h:541:26: error: 'reference_wrapper' is not a member of 'std' static const T& Unwrap(std::reference_wrapper v) { return v; } ^ /usr/pkg/include/gtest/gtest-matchers.h:541:50: error: expected primary-expression before '>' token static const T& Unwrap(std::reference_wrapper v) { return v; } ^ /usr/pkg/include/gtest/gtest-matchers.h:541:52: error: 'v' was not declared in this scope static const T& Unwrap(std::reference_wrapper v) { return v; } ^ /usr/pkg/include/gtest/gtest-matchers.h:541:55: error: expected ';' before '{' token static const T& Unwrap(std::reference_wrapper v) { return v; } ^ /usr/pkg/include/gtest/gtest-matchers.h:541:67: error: 'template template const T& testing::internal::ComparisonBase::Unwrap' conflicts with a previous declaration static const T& Unwrap(std::reference_wrapper v) { return v; } ^ /usr/pkg/include/gtest/gtest-matchers.h:539:19: note: previous declaration 'static const T& testing::internal::ComparisonBase::Unwrap(const T&)' static const T& Unwrap(const T& v) { return v; } ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:531:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("[2010:836B:4179::836B:4179]", 0)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:531:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("[2010:836B:4179::836B:4179]", 0)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:532:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri(" ", 0)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:532:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri(" ", 0)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:533:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("%", 1)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:533:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("%", 1)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:534:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("A%Z", 2)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:534:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("A%Z", 2)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:535:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("%ZZ", 1)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:535:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("%ZZ", 1)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:536:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("%AZ", 2)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:536:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("%AZ", 2)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:537:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("A C", 1)); ^ /usr/pkg/include/gtest/gtest-matchers.h:664:14: error: 'shared_ptr' in namespace 'std' does not name a template type const std::shared_ptr regex_; ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:537:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("A C", 1)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-matchers.h: In constructor 'testing::internal::MatchesRegexMatcher::MatchesRegexMatcher(const testing::internal::RE*, bool)': /usr/pkg/include/gtest/gtest-matchers.h:621:9: error: class 'testing::internal::MatchesRegexMatcher' does not have any field named 'regex_' : regex_(regex), full_match_(full_match) {} ^ /usr/pkg/include/gtest/gtest-matchers.h: In member function 'bool testing::internal::MatchesRegexMatcher::MatchAndExplain(CharType*, testing::MatchResultListener*) const': /usr/pkg/include/gtest/gtest-matchers.h:637:17: error: 'nullptr' was not declared in this scope return s != nullptr && MatchAndExplain(std::string(s), listener); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:538:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("A\\'C", 1)); // r"A\'C" ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:538:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("A\\'C", 1)); // r"A\'C" ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-matchers.h: In member function 'bool testing::internal::MatchesRegexMatcher::MatchAndExplain(const MatcheeStringType&, testing::MatchResultListener*) const': /usr/pkg/include/gtest/gtest-matchers.h:648:45: error: 'regex_' was not declared in this scope return full_match_ ? RE::FullMatch(s2, *regex_) ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:539:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("A`C", 1)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:539:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("A`C", 1)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-matchers.h: In member function 'void testing::internal::MatchesRegexMatcher::DescribeTo(std::ostream*) const': /usr/pkg/include/gtest/gtest-matchers.h:654:42: error: 'regex_' was not declared in this scope UniversalPrinter::Print(regex_->pattern(), os); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:540:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("A testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:540:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("AC", 1)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:541:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("A>C", 1)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/gtest-matchers.h: In member function 'void testing::internal::MatchesRegexMatcher::DescribeNegationTo(std::ostream*) const': /usr/pkg/include/gtest/gtest-matchers.h:660:42: error: 'regex_' was not declared in this scope UniversalPrinter::Print(regex_->pattern(), os); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:542:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("A^C", 1)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:542:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("A^C", 1)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:543:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("A\\\\C", 1)); // r'A\\C' ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:543:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("A\\\\C", 1)); // r'A\\C' ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:544:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("A{C", 1)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:544:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("A{C", 1)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:545:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("A|C", 1)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:545:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("A|C", 1)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:546:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("A}C", 1)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:546:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("A}C", 1)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:547:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("A[C", 1)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:547:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("A[C", 1)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:548:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("A]C", 1)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:548:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("A]C", 1)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:549:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("A[**]C", 1)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:549:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("A[**]C", 1)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:550:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("http://[xyz]/", 8)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:550:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("http://[xyz]/", 8)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:551:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("http://]/", 7)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:551:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("http://]/", 7)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:552:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("http://example.org/[2010:836B:4179::836B:4179]", 19)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:552:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("http://example.org/[2010:836B:4179::836B:4179]", 19)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-internal.h: In instantiation of 'struct testing::internal::IsRecursiveContainer': /usr/pkg/include/gtest/gtest-printers.h:506:15: required from 'void testing::internal::PrintTo(const T&, std::ostream*) [with T = const void*; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:553:44: required from here /usr/pkg/include/gtest/internal/gtest-internal.h:948:8: error: no type named 'type' in 'struct testing::internal::IsRecursiveContainerImpl' struct IsRecursiveContainer : public IsRecursiveContainerImpl::type {}; ^ In file included from /usr/pkg/include/gtest/gtest-matchers.h:47:0, from /usr/pkg/include/gtest/internal/gtest-death-test-internal.h:39, from /usr/pkg/include/gtest/gtest-death-test.h:41, from /usr/pkg/include/gtest/gtest.h:64, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:27: /usr/pkg/include/gtest/gtest-printers.h: In instantiation of 'void testing::internal::PrintTo(const T&, std::ostream*) [with T = const void*; std::ostream = std::basic_ostream]': /usr/pkg/include/gtest/gtest-printers.h:553:44: required from here /usr/pkg/include/gtest/gtest-printers.h:506:15: error: 'value' is not a member of 'testing::internal::IsRecursiveContainer' !IsRecursiveContainer::value ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:553:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("http://example.org/abc#[2010:836B:4179::836B:4179]", 23)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:553:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("http://example.org/abc#[2010:836B:4179::836B:4179]", 23)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:554:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("http://example.org/xxx/[qwerty]#a[b]", 23)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:554:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("http://example.org/xxx/[qwerty]#a[b]", 23)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:558:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testBadUri("http://w3c.org:80path1/path2", 22)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:558:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testBadUri("http://w3c.org:80path1/path2", 22)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:605:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FourSuite, CaseNormalizationTests) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:605:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FourSuite, CaseNormalizationTests) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:605:1: error: 'nullptr' was not declared in this scope TEST(FourSuite, CaseNormalizationTests) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:605:1: error: 'nullptr' was not declared in this scope TEST(FourSuite, CaseNormalizationTests) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:605:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FourSuite, CaseNormalizationTests) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:605:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FourSuite, CaseNormalizationTests) { ^ In file included from /usr/pkg/include/gtest/gtest-param-test.h:181:0, from /usr/pkg/include/gtest/gtest.h:67, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:27: /usr/pkg/include/gtest/internal/gtest-param-util.h: In instantiation of 'testing::internal::ValueArray::operator testing::internal::ParamGenerator() const [with T = bool; Ts = {bool, bool}]': /usr/pkg/include/gtest/gtest-param-test.h:360:28: required from here /usr/pkg/include/gtest/internal/gtest-param-util.h:738:34: error: no matching function for call to 'testing::internal::ValueArray::MakeVector(testing::internal::MakeIndexSequence<2ul>) const' return ValuesIn(MakeVector(MakeIndexSequence())); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:743:18: note: candidate: template std::vector testing::internal::ValueArray::MakeVector(testing::internal::IndexSequence) const [with T = T; long unsigned int ...I = {I ...}; Ts = {bool, bool}] std::vector MakeVector(IndexSequence) const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:743:18: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/internal/gtest-param-util.h:738:34: note: 'testing::internal::MakeIndexSequence<2ul>' is not derived from 'testing::internal::IndexSequence' return ValuesIn(MakeVector(MakeIndexSequence())); ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp: In member function 'virtual void FourSuite_CaseNormalizationTests_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:606:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(normalizeAndCompare("HTTP://www.EXAMPLE.com/", "http://www.example.com/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:606:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(normalizeAndCompare("HTTP://www.EXAMPLE.com/", "http://www.example.com/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:607:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(normalizeAndCompare("example://A/b/c/%7bfoo%7d", "example://a/b/c/%7Bfoo%7D")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:607:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(normalizeAndCompare("example://A/b/c/%7bfoo%7d", "example://a/b/c/%7Bfoo%7D")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:612:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FourSuite, PctEncNormalizationTests) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:612:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FourSuite, PctEncNormalizationTests) { ^ In file included from /usr/pkg/include/gtest/gtest-param-test.h:181:0, from /usr/pkg/include/gtest/gtest.h:67, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /usr/pkg/include/gtest/internal/gtest-param-util.h: At global scope: /usr/pkg/include/gtest/internal/gtest-param-util.h:158:8: error: 'unique_ptr' in namespace 'std' does not name a template type std::unique_ptr > impl_; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In copy constructor 'testing::internal::ParamIterator::ParamIterator(const testing::internal::ParamIterator&)': /usr/pkg/include/gtest/internal/gtest-param-util.h:128:47: error: class 'testing::internal::ParamIterator' does not have any field named 'impl_' ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'testing::internal::ParamIterator& testing::internal::ParamIterator::operator=(const testing::internal::ParamIterator&)': /usr/pkg/include/gtest/internal/gtest-param-util.h:131:7: error: 'impl_' was not declared in this scope impl_.reset(other.impl_->Clone()); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'const T& testing::internal::ParamIterator::operator*() const': /usr/pkg/include/gtest/internal/gtest-param-util.h:135:40: error: 'impl_' was not declared in this scope const T& operator*() const { return *impl_->Current(); } ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'const T* testing::internal::ParamIterator::operator->() const': /usr/pkg/include/gtest/internal/gtest-param-util.h:136:40: error: 'impl_' was not declared in this scope const T* operator->() const { return impl_->Current(); } ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'testing::internal::ParamIterator& testing::internal::ParamIterator::operator++()': /usr/pkg/include/gtest/internal/gtest-param-util.h:139:5: error: 'impl_' was not declared in this scope impl_->Advance(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'testing::internal::ParamIterator testing::internal::ParamIterator::operator++(int)': /usr/pkg/include/gtest/internal/gtest-param-util.h:144:40: error: 'impl_' was not declared in this scope ParamIteratorInterface* clone = impl_->Clone(); ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:612:1: error: 'nullptr' was not declared in this scope TEST(FourSuite, PctEncNormalizationTests) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:612:1: error: 'nullptr' was not declared in this scope TEST(FourSuite, PctEncNormalizationTests) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'bool testing::internal::ParamIterator::operator==(const testing::internal::ParamIterator&) const': /usr/pkg/include/gtest/internal/gtest-param-util.h:149:12: error: 'impl_' was not declared in this scope return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In constructor 'testing::internal::ParamIterator::ParamIterator(testing::internal::ParamIteratorInterface*)': /usr/pkg/include/gtest/internal/gtest-param-util.h:157:61: error: class 'testing::internal::ParamIterator' does not have any field named 'impl_' explicit ParamIterator(ParamIteratorInterface* impl) : impl_(impl) {} ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:612:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FourSuite, PctEncNormalizationTests) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:612:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FourSuite, PctEncNormalizationTests) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: At global scope: /usr/pkg/include/gtest/internal/gtest-param-util.h:197:8: error: 'shared_ptr' in namespace 'std' does not name a template type std::shared_ptr > impl_; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In constructor 'testing::internal::ParamGenerator< >::ParamGenerator(testing::internal::ParamGeneratorInterface*)': /usr/pkg/include/gtest/internal/gtest-param-util.h:185:63: error: class 'testing::internal::ParamGenerator< >' does not have any field named 'impl_' explicit ParamGenerator(ParamGeneratorInterface* impl) : impl_(impl) {} ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In copy constructor 'testing::internal::ParamGenerator< >::ParamGenerator(const testing::internal::ParamGenerator< >&)': /usr/pkg/include/gtest/internal/gtest-param-util.h:186:49: error: class 'testing::internal::ParamGenerator< >' does not have any field named 'impl_' ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'testing::internal::ParamGenerator< >& testing::internal::ParamGenerator< >::operator=(const testing::internal::ParamGenerator< >&)': /usr/pkg/include/gtest/internal/gtest-param-util.h:189:5: error: 'impl_' was not declared in this scope impl_ = other.impl_; ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp: In member function 'virtual void FourSuite_PctEncNormalizationTests_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:613:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(normalizeAndCompare("http://host/%7Euser/x/y/z", "http://host/~user/x/y/z")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'testing::internal::ParamGenerator< >::iterator testing::internal::ParamGenerator< >::begin() const': /usr/pkg/include/gtest/internal/gtest-param-util.h:193:44: error: 'impl_' was not declared in this scope iterator begin() const { return iterator(impl_->Begin()); } ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:613:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(normalizeAndCompare("http://host/%7Euser/x/y/z", "http://host/~user/x/y/z")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'testing::internal::ParamGenerator< >::iterator testing::internal::ParamGenerator< >::end() const': /usr/pkg/include/gtest/internal/gtest-param-util.h:194:42: error: 'impl_' was not declared in this scope iterator end() const { return iterator(impl_->End()); } ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:614:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(normalizeAndCompare("http://host/%7euser/x/y/z", "http://host/~user/x/y/z")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:614:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(normalizeAndCompare("http://host/%7euser/x/y/z", "http://host/~user/x/y/z")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:619:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FourSuite, PathSegmentNormalizationTests) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:619:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FourSuite, PathSegmentNormalizationTests) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:619:1: error: 'nullptr' was not declared in this scope TEST(FourSuite, PathSegmentNormalizationTests) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:619:1: error: 'nullptr' was not declared in this scope TEST(FourSuite, PathSegmentNormalizationTests) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:619:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FourSuite, PathSegmentNormalizationTests) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:619:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FourSuite, PathSegmentNormalizationTests) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp: In member function 'virtual void FourSuite_PathSegmentNormalizationTests_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:620:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(normalizeAndCompare("/a/b/../../c", "/c")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:620:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(normalizeAndCompare("/a/b/../../c", "/c")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:623:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(normalizeAndCompare("a/b/../../c", "c")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:623:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(normalizeAndCompare("a/b/../../c", "c")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:624:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(normalizeAndCompare("/a/b/././c", "/a/b/c")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:624:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(normalizeAndCompare("/a/b/././c", "/a/b/c")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: At global scope: /usr/pkg/include/gtest/internal/gtest-param-util.h:360:18: error: 'unique_ptr' in namespace 'std' does not name a template type mutable std::unique_ptr value_; ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:627:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(normalizeAndCompare("a/b/././c", "a/b/c")); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'void testing::internal::ValuesInIteratorRangeGenerator::Iterator::Advance()': /usr/pkg/include/gtest/internal/gtest-param-util.h:319:7: error: 'value_' was not declared in this scope value_.reset(); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:627:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(normalizeAndCompare("a/b/././c", "a/b/c")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'const T* testing::internal::ValuesInIteratorRangeGenerator::Iterator::Current() const': /usr/pkg/include/gtest/internal/gtest-param-util.h:332:11: error: 'value_' was not declared in this scope if (value_.get() == nullptr) value_.reset(new T(*iterator_)); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:332:27: error: 'nullptr' was not declared in this scope if (value_.get() == nullptr) value_.reset(new T(*iterator_)); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:333:14: error: 'value_' was not declared in this scope return value_.get(); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:628:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(normalizeAndCompare("/a/b/../c/././d", "/a/c/d")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:628:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(normalizeAndCompare("/a/b/../c/././d", "/a/c/d")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:631:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(normalizeAndCompare("a/b/../c/././d", "a/c/d")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:631:2: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(normalizeAndCompare("a/b/../c/././d", "a/c/d")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' /usr/pkg/include/gtest/internal/gtest-param-util.h: At global scope: /usr/pkg/include/gtest/internal/gtest-param-util.h:381:19: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 void TestNotEmpty() { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In function 'void testing::internal::TestNotEmpty()': /usr/pkg/include/gtest/internal/gtest-param-util.h:382:67: error: there are no arguments to '_Static_assert' that depend on a template parameter, so a declaration of '_Static_assert' must be available [-fpermissive] static_assert(sizeof(T) == 0, "Empty arguments are not allowed."); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:382:67: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated) /usr/pkg/include/gtest/internal/gtest-param-util.h: At global scope: /usr/pkg/include/gtest/internal/gtest-param-util.h:385:27: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 void TestNotEmpty(const T&) {} ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:432:9: error: expected nested-name-specifier before 'ParamType' using ParamType = typename TestSuite::ParamType; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:436:20: error: expected ';' at end of member declaration TestFactoryBase* CreateTestFactory(ParamType parameter) override { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:436:48: error: expected ')' before 'parameter' TestFactoryBase* CreateTestFactory(ParamType parameter) override { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:488:9: error: expected nested-name-specifier before 'ParamType' using ParamType = typename TestSuite::ParamType; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:490:26: error: 'ParamType' was not declared in this scope typedef ParamGenerator(GeneratorCreationFunc)(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:490:35: error: template argument 1 is invalid typedef ParamGenerator(GeneratorCreationFunc)(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:491:9: error: expected nested-name-specifier before 'ParamNameGeneratorFunc' using ParamNameGeneratorFunc = std::string(const TestParamInfo&); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:510:43: error: 'ParamType' was not declared in this scope TestMetaFactoryBase* meta_factory) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:510:52: error: template argument 1 is invalid TestMetaFactoryBase* meta_factory) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:518:33: error: 'ParamNameGeneratorFunc' has not been declared ParamNameGeneratorFunc* name_func, ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:590:34: error: 'ParamType' was not declared in this scope TestMetaFactoryBase* a_test_meta_factory) ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:590:43: error: template argument 1 is invalid TestMetaFactoryBase* a_test_meta_factory) ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:597:16: error: 'unique_ptr' in namespace 'std' does not name a template type const std::unique_ptr > test_meta_factory; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:599:9: error: expected nested-name-specifier before 'TestInfoContainer' using TestInfoContainer = ::std::vector >; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:606:25: error: 'ParamNameGeneratorFunc' has not been declared ParamNameGeneratorFunc* name_func_in, ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:617:7: error: 'ParamNameGeneratorFunc' does not name a type ParamNameGeneratorFunc* name_func; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:639:3: error: 'TestInfoContainer' does not name a type TestInfoContainer tests_; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'void testing::internal::ParameterizedTestSuiteInfo::AddTestPattern(const char*, const char*, int*)': /usr/pkg/include/gtest/internal/gtest-param-util.h:511:5: error: 'tests_' was not declared in this scope tests_.push_back(std::shared_ptr( ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:511:22: error: 'shared_ptr' is not a member of 'std' tests_.push_back(std::shared_ptr( ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:511:46: error: expected primary-expression before '>' token tests_.push_back(std::shared_ptr( ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'void testing::internal::ParameterizedTestSuiteInfo::RegisterTests()': /usr/pkg/include/gtest/internal/gtest-param-util.h:530:36: error: expected ';' before '::' token for (typename TestInfoContainer::iterator test_it = tests_.begin(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:530:36: error: '::iterator' has not been declared /usr/pkg/include/gtest/internal/gtest-param-util.h:530:36: note: suggested alternatives: In file included from /usr/include/g++/bits/stl_algobase.h:65:0, from /usr/include/g++/memory:62, from /usr/pkg/include/gtest/gtest.h:57, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /usr/include/g++/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator' struct iterator ^ /usr/include/g++/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator' In file included from /usr/pkg/include/gtest/gtest-param-test.h:181:0, from /usr/pkg/include/gtest/gtest.h:67, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /usr/pkg/include/gtest/internal/gtest-param-util.h:530:47: error: expected ';' before 'test_it' for (typename TestInfoContainer::iterator test_it = tests_.begin(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:530:47: error: 'test_it' was not declared in this scope /usr/pkg/include/gtest/internal/gtest-param-util.h:530:57: error: 'tests_' was not declared in this scope for (typename TestInfoContainer::iterator test_it = tests_.begin(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:530:71: error: expected ')' before ';' token for (typename TestInfoContainer::iterator test_it = tests_.begin(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:531:10: error: 'test_it' was not declared in this scope test_it != tests_.end(); ++test_it) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:531:21: error: 'tests_' was not declared in this scope test_it != tests_.end(); ++test_it) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In constructor 'testing::internal::ParameterizedTestSuiteInfo::TestInfo::TestInfo(const char*, const char*, int*)': /usr/pkg/include/gtest/internal/gtest-param-util.h:593:11: error: class 'testing::internal::ParameterizedTestSuiteInfo::TestInfo' does not have any field named 'test_meta_factory' test_meta_factory(a_test_meta_factory) {} ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In constructor 'testing::internal::ParameterizedTestSuiteInfo::InstantiationInfo::InstantiationInfo(const string&, int (*)(), int*, const char*, int)': /usr/pkg/include/gtest/internal/gtest-param-util.h:611:13: error: class 'testing::internal::ParameterizedTestSuiteInfo::InstantiationInfo' does not have any field named 'name_func' name_func(name_func_in), ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: At global scope: /usr/pkg/include/gtest/internal/gtest-param-util.h:648:1: error: expected unqualified-id before 'using' using ParameterizedTestCaseInfo = ParameterizedTestSuiteInfo; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:705:3: error: 'ParameterizedTestCaseInfo' does not name a type ParameterizedTestCaseInfo* GetTestCasePatternHolder( ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:713:9: error: expected nested-name-specifier before 'TestSuiteInfoContainer' using TestSuiteInfoContainer = ::std::vector; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:715:3: error: 'TestSuiteInfoContainer' does not name a type TestSuiteInfoContainer test_suite_infos_; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In destructor 'testing::internal::ParameterizedTestSuiteRegistry::~ParameterizedTestSuiteRegistry()': /usr/pkg/include/gtest/internal/gtest-param-util.h:661:34: error: 'test_suite_infos_' was not declared in this scope for (auto& test_suite_info : test_suite_infos_) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:662:14: error: type 'int' argument given to 'delete', expected pointer delete test_suite_info; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'testing::internal::ParameterizedTestSuiteInfo* testing::internal::ParameterizedTestSuiteRegistry::GetTestSuitePatternHolder(const char*, testing::internal::CodeLocation)': /usr/pkg/include/gtest/internal/gtest-param-util.h:671:62: error: 'nullptr' was not declared in this scope ParameterizedTestSuiteInfo* typed_test_info = nullptr; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:672:34: error: 'test_suite_infos_' was not declared in this scope for (auto& test_suite_info : test_suite_infos_) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:673:26: error: base operand of '->' is not a pointer if (test_suite_info->GetTestSuiteName() == test_suite_name) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:674:28: error: base operand of '->' is not a pointer if (test_suite_info->GetTestSuiteTypeId() != GetTypeId()) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:679:11: error: 'Abort' is not a member of 'testing::internal::posix' posix::Abort(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In member function 'void testing::internal::ParameterizedTestSuiteRegistry::RegisterTests()': /usr/pkg/include/gtest/internal/gtest-param-util.h:698:34: error: 'test_suite_infos_' was not declared in this scope for (auto& test_suite_info : test_suite_infos_) { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:699:22: error: base operand of '->' is not a pointer test_suite_info->RegisterTests(); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In constructor 'testing::internal::ValueArray::ValueArray(Ts ...)': /usr/pkg/include/gtest/internal/gtest-param-util.h:734:28: error: 'move' is not a member of 'std' ValueArray(Ts... v) : v_{std::move(v)...} {} ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: At global scope: /usr/pkg/include/gtest/internal/gtest-param-util.h:752:39: error: 'tuple' is not a member of 'std' : public ParamGeneratorInterface<::std::tuple> { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:752:39: error: 'tuple' is not a member of 'std' /usr/pkg/include/gtest/internal/gtest-param-util.h:752:52: error: expected parameter pack before '...' : public ParamGeneratorInterface<::std::tuple> { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:752:55: error: spurious '>>', use '>' to terminate a template argument list : public ParamGeneratorInterface<::std::tuple> { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:752:39: error: 'tuple' is not a member of 'std' : public ParamGeneratorInterface<::std::tuple> { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:752:39: error: 'tuple' is not a member of 'std' /usr/pkg/include/gtest/internal/gtest-param-util.h:752:52: error: expected parameter pack before '...' : public ParamGeneratorInterface<::std::tuple> { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:752:55: error: spurious '>>', use '>' to terminate a template argument list : public ParamGeneratorInterface<::std::tuple> { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:752:37: error: expected '<' before '<:' token : public ParamGeneratorInterface<::std::tuple> { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:752:37: error: expected '{' before '<:' token /usr/pkg/include/gtest/internal/gtest-param-util.h:752:37: error: expected unqualified-id before '<:' token /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' /usr/pkg/include/gtest/internal/gtest-param-util.h:871:41: error: expected parameter pack before '...' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:44: error: spurious '>>', use '>' to terminate a template argument list operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' /usr/pkg/include/gtest/internal/gtest-param-util.h:871:41: error: expected parameter pack before '...' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:44: error: spurious '>>', use '>' to terminate a template argument list operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' /usr/pkg/include/gtest/internal/gtest-param-util.h:871:41: error: expected parameter pack before '...' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:44: error: spurious '>>', use '>' to terminate a template argument list operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' /usr/pkg/include/gtest/internal/gtest-param-util.h:871:41: error: expected parameter pack before '...' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:44: error: spurious '>>', use '>' to terminate a template argument list operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' /usr/pkg/include/gtest/internal/gtest-param-util.h:871:41: error: expected parameter pack before '...' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:44: error: spurious '>>', use '>' to terminate a template argument list operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:28: error: 'tuple' is not a member of 'std' /usr/pkg/include/gtest/internal/gtest-param-util.h:871:41: error: expected parameter pack before '...' operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:44: error: spurious '>>', use '>' to terminate a template argument list operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:871:12: error: invalid use of template-name 'testing::internal::ParamGenerator' without an argument list operator ParamGenerator<::std::tuple>() const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:877:8: error: 'tuple' in namespace 'std' does not name a template type std::tuple generators_; ^ /usr/pkg/include/gtest/internal/gtest-param-util.h: In constructor 'testing::internal::CartesianProductHolder::CartesianProductHolder(const Gen& ...)': /usr/pkg/include/gtest/internal/gtest-param-util.h:869:45: error: class 'testing::internal::CartesianProductHolder' does not have any field named 'generators_' CartesianProductHolder(const Gen&... g) : generators_(g...) {} ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /usr/pkg/include/gtest/internal/gtest-internal.h: In instantiation of 'struct testing::internal::IsRecursiveContainer': /usr/pkg/include/gtest/gtest-printers.h:506:15: required from 'void testing::internal::PrintTo(const T&, std::ostream*) [with T = const void*; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:553:44: required from here /usr/pkg/include/gtest/internal/gtest-internal.h:948:8: error: no type named 'type' in 'struct testing::internal::IsRecursiveContainerImpl' struct IsRecursiveContainer : public IsRecursiveContainerImpl::type {}; ^ In file included from /usr/pkg/include/gtest/gtest-matchers.h:47:0, from /usr/pkg/include/gtest/internal/gtest-death-test-internal.h:39, from /usr/pkg/include/gtest/gtest-death-test.h:41, from /usr/pkg/include/gtest/gtest.h:64, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /usr/pkg/include/gtest/gtest-printers.h: In instantiation of 'void testing::internal::PrintTo(const T&, std::ostream*) [with T = const void*; std::ostream = std::basic_ostream]': /usr/pkg/include/gtest/gtest-printers.h:553:44: required from here /usr/pkg/include/gtest/gtest-printers.h:506:15: error: 'value' is not a member of 'testing::internal::IsRecursiveContainer' !IsRecursiveContainer::value ^ In file included from /usr/pkg/include/gtest/gtest.h:67:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /usr/pkg/include/gtest/gtest-param-test.h: In function 'testing::internal::ValueArray testing::Values(T ...)': /usr/pkg/include/gtest/gtest-param-test.h:336:37: error: 'move' is not a member of 'std' return internal::ValueArray(std::move(v)...); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /usr/pkg/include/gtest/internal/gtest-internal.h: In instantiation of 'struct testing::internal::MakeIndexSequence<1ul>': /usr/pkg/include/gtest/internal/gtest-internal.h:1120:8: required from 'struct testing::internal::MakeIndexSequence<2ul>' /usr/pkg/include/gtest/internal/gtest-internal.h:1185:7: required from 'class testing::internal::FlatTuple' /usr/pkg/include/gtest/internal/gtest-param-util.h:747:20: required from 'class testing::internal::ValueArray' /usr/pkg/include/gtest/gtest-param-test.h:360:28: required from here /usr/pkg/include/gtest/internal/gtest-internal.h:1120:8: error: no type named 'type' in 'struct testing::internal::MakeIndexSequence<0ul>' struct MakeIndexSequence ^ /usr/pkg/include/gtest/internal/gtest-internal.h: In instantiation of 'struct testing::internal::MakeIndexSequence<2ul>': /usr/pkg/include/gtest/internal/gtest-internal.h:1185:7: required from 'class testing::internal::FlatTuple' /usr/pkg/include/gtest/internal/gtest-param-util.h:747:20: required from 'class testing::internal::ValueArray' /usr/pkg/include/gtest/gtest-param-test.h:360:28: required from here /usr/pkg/include/gtest/internal/gtest-internal.h:1120:8: error: no type named 'type' in 'struct testing::internal::MakeIndexSequence<1ul>' /usr/pkg/include/gtest/internal/gtest-internal.h: In instantiation of 'class testing::internal::FlatTuple': /usr/pkg/include/gtest/internal/gtest-param-util.h:747:20: required from 'class testing::internal::ValueArray' /usr/pkg/include/gtest/gtest-param-test.h:360:28: required from here /usr/pkg/include/gtest/internal/gtest-internal.h:1185:7: error: no type named 'type' in 'struct testing::internal::MakeIndexSequence<2ul>' class FlatTuple ^ In file included from /usr/pkg/include/gtest/gtest.h:70:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /usr/pkg/include/gtest/gtest-test-part.h: In constructor 'testing::TestPartResult::TestPartResult(testing::TestPartResult::Type, const char*, int, const char*)': /usr/pkg/include/gtest/gtest-test-part.h:66:35: error: 'nullptr' was not declared in this scope file_name_(a_file_name == nullptr ? "" : a_file_name), ^ In file included from /usr/pkg/include/gtest/gtest-param-test.h:181:0, from /usr/pkg/include/gtest/gtest.h:67, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/FourSuite.cpp:22: /usr/pkg/include/gtest/internal/gtest-param-util.h: In instantiation of 'testing::internal::ValueArray::operator testing::internal::ParamGenerator() const [with T = bool; Ts = {bool, bool}]': /usr/pkg/include/gtest/gtest-param-test.h:360:28: required from here /usr/pkg/include/gtest/internal/gtest-param-util.h:738:34: error: no matching function for call to 'testing::internal::ValueArray::MakeVector(testing::internal::MakeIndexSequence<2ul>) const' return ValuesIn(MakeVector(MakeIndexSequence())); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:743:18: note: candidate: template std::vector testing::internal::ValueArray::MakeVector(testing::internal::IndexSequence) const [with T = T; long unsigned int ...I = {I ...}; Ts = {bool, bool}] std::vector MakeVector(IndexSequence) const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:743:18: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/internal/gtest-param-util.h:738:34: note: 'testing::internal::MakeIndexSequence<2ul>' is not derived from 'testing::internal::IndexSequence' return ValuesIn(MakeVector(MakeIndexSequence())); ^ /usr/pkg/include/gtest/gtest-test-part.h: In member function 'const char* testing::TestPartResult::file_name() const': /usr/pkg/include/gtest/gtest-test-part.h:77:33: error: 'nullptr' was not declared in this scope return file_name_.empty() ? nullptr : file_name_.c_str(); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h: At global scope: /usr/pkg/include/gtest/gtest.h:191:7: error: expected nested-name-specifier before 'TestCase' using TestCase = TestSuite; ^ /usr/pkg/include/gtest/gtest.h:295:21: error: 'enable_if' in namespace 'std' does not name a template type typename std::enable_if< ^ /usr/pkg/include/gtest/gtest.h:295:30: error: expected ',' or '...' before '<' token typename std::enable_if< ^ /usr/pkg/include/gtest/gtest.h:357:8: error: 'unique_ptr' in namespace 'std' does not name a template type std::unique_ptr< ::std::string> message_; ^ /usr/pkg/include/gtest/gtest.h: In member function 'const char* testing::AssertionResult::message() const': /usr/pkg/include/gtest/gtest.h:322:12: error: 'message_' was not declared in this scope return message_.get() != nullptr ? message_->c_str() : ""; ^ /usr/pkg/include/gtest/gtest.h:322:30: error: 'nullptr' was not declared in this scope return message_.get() != nullptr ? message_->c_str() : ""; ^ /usr/pkg/include/gtest/gtest.h: In member function 'void testing::AssertionResult::AppendMessage(const testing::Message&)': /usr/pkg/include/gtest/gtest.h:344:9: error: 'message_' was not declared in this scope if (message_.get() == nullptr) message_.reset(new ::std::string); ^ /usr/pkg/include/gtest/gtest.h:344:27: error: 'nullptr' was not declared in this scope if (message_.get() == nullptr) message_.reset(new ::std::string); ^ /usr/pkg/include/gtest/gtest.h:345:5: error: 'message_' was not declared in this scope message_->append(a_message.GetString().c_str()); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h: At global scope: /usr/pkg/include/gtest/gtest.h:494:14: error: 'unique_ptr' in namespace 'std' does not name a template type const std::unique_ptr gtest_flag_saver_; ^ /usr/pkg/include/gtest/gtest.h: In member function 'virtual testing::Test::Setup_should_be_spelled_SetUp* testing::Test::Setup()': /usr/pkg/include/gtest/gtest.h:513:59: error: 'nullptr' was not declared in this scope virtual Setup_should_be_spelled_SetUp* Setup() { return nullptr; } ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:27: /usr/pkg/include/gtest/internal/gtest-internal.h: In instantiation of 'struct testing::internal::IsRecursiveContainer': /usr/pkg/include/gtest/gtest-printers.h:506:15: required from 'void testing::internal::PrintTo(const T&, std::ostream*) [with T = long unsigned int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:679:12: required from 'static void testing::internal::UniversalPrinter::Print(const T&, std::ostream*) [with T = long unsigned int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:869:30: required from 'void testing::internal::UniversalPrint(const T&, std::ostream*) [with T = long unsigned int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:797:19: required from 'static void testing::internal::UniversalTersePrinter::Print(const T&, std::ostream*) [with T = long unsigned int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:917:44: required from 'std::string testing::PrintToString(const T&) [with T = long unsigned int; std::string = std::basic_string]' /usr/pkg/include/gtest/gtest-printers.h:314:36: required from 'static std::string testing::internal::FormatForComparison::Format(const ToPrint&) [with ToPrint = long unsigned int; OtherOperand = long unsigned int; std::string = std::basic_string]' /usr/pkg/include/gtest/gtest-printers.h:379:45: required from 'std::string testing::internal::FormatForComparisonFailureMessage(const T1&, const T2&) [with T1 = long unsigned int; T2 = long unsigned int; std::string = std::basic_string]' /usr/pkg/include/gtest/gtest.h:1590:63: required from 'testing::AssertionResult testing::internal::CmpHelperOpFailure(const char*, const char*, const T1&, const T2&, const char*) [with T1 = long unsigned int; T2 = long unsigned int]' /usr/pkg/include/gtest/gtest.h:1629:1: required from 'testing::AssertionResult testing::internal::CmpHelperGT(const char*, const char*, const T1&, const T2&) [with T1 = long unsigned int; T2 = long unsigned int]' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:234:2: required from here /usr/pkg/include/gtest/internal/gtest-internal.h:948:8: error: no type named 'type' in 'struct testing::internal::IsRecursiveContainerImpl' struct IsRecursiveContainer : public IsRecursiveContainerImpl::type {}; ^ In file included from /usr/pkg/include/gtest/gtest-matchers.h:47:0, from /usr/pkg/include/gtest/internal/gtest-death-test-internal.h:39, from /usr/pkg/include/gtest/gtest-death-test.h:41, from /usr/pkg/include/gtest/gtest.h:64, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:27: /usr/pkg/include/gtest/gtest-printers.h: In instantiation of 'void testing::internal::PrintTo(const T&, std::ostream*) [with T = long unsigned int; std::ostream = std::basic_ostream]': /usr/pkg/include/gtest/gtest-printers.h:679:12: required from 'static void testing::internal::UniversalPrinter::Print(const T&, std::ostream*) [with T = long unsigned int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:869:30: required from 'void testing::internal::UniversalPrint(const T&, std::ostream*) [with T = long unsigned int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:797:19: required from 'static void testing::internal::UniversalTersePrinter::Print(const T&, std::ostream*) [with T = long unsigned int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:917:44: required from 'std::string testing::PrintToString(const T&) [with T = long unsigned int; std::string = std::basic_string]' /usr/pkg/include/gtest/gtest-printers.h:314:36: required from 'static std::string testing::internal::FormatForComparison::Format(const ToPrint&) [with ToPrint = long unsigned int; OtherOperand = long unsigned int; std::string = std::basic_string]' /usr/pkg/include/gtest/gtest-printers.h:379:45: required from 'std::string testing::internal::FormatForComparisonFailureMessage(const T1&, const T2&) [with T1 = long unsigned int; T2 = long unsigned int; std::string = std::basic_string]' /usr/pkg/include/gtest/gtest.h:1590:63: required from 'testing::AssertionResult testing::internal::CmpHelperOpFailure(const char*, const char*, const T1&, const T2&, const char*) [with T1 = long unsigned int; T2 = long unsigned int]' /usr/pkg/include/gtest/gtest.h:1629:1: required from 'testing::AssertionResult testing::internal::CmpHelperGT(const char*, const char*, const T1&, const T2&) [with T1 = long unsigned int; T2 = long unsigned int]' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:234:2: required from here /usr/pkg/include/gtest/gtest-printers.h:506:15: error: 'value' is not a member of 'testing::internal::IsRecursiveContainer' !IsRecursiveContainer::value ^ /usr/pkg/include/gtest/gtest.h: At global scope: /usr/pkg/include/gtest/gtest.h:774:52: error: 'testing::internal::SetUpTestSuiteFunc' has not been declared internal::TypeId fixture_class_id, internal::SetUpTestSuiteFunc set_up_tc, ^ /usr/pkg/include/gtest/gtest.h:775:17: error: 'testing::internal::TearDownTestSuiteFunc' has not been declared internal::TearDownTestSuiteFunc tear_down_tc, ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:27: /usr/pkg/include/gtest/internal/gtest-internal.h: In instantiation of 'struct testing::internal::IsRecursiveContainer': /usr/pkg/include/gtest/gtest-printers.h:506:15: required from 'void testing::internal::PrintTo(const T&, std::ostream*) [with T = unsigned int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:679:12: required from 'static void testing::internal::UniversalPrinter::Print(const T&, std::ostream*) [with T = unsigned int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:869:30: required from 'void testing::internal::UniversalPrint(const T&, std::ostream*) [with T = unsigned int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:797:19: required from 'static void testing::internal::UniversalTersePrinter::Print(const T&, std::ostream*) [with T = unsigned int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:917:44: required from 'std::string testing::PrintToString(const T&) [with T = unsigned int; std::string = std::basic_string]' /usr/pkg/include/gtest/gtest-printers.h:314:36: required from 'static std::string testing::internal::FormatForComparison::Format(const ToPrint&) [with ToPrint = unsigned int; OtherOperand = int; std::string = std::basic_string]' /usr/pkg/include/gtest/gtest-printers.h:379:45: required from 'std::string testing::internal::FormatForComparisonFailureMessage(const T1&, const T2&) [with T1 = unsigned int; T2 = int; std::string = std::basic_string]' /usr/pkg/include/gtest/gtest.h:1590:63: required from 'testing::AssertionResult testing::internal::CmpHelperOpFailure(const char*, const char*, const T1&, const T2&, const char*) [with T1 = unsigned int; T2 = int]' /usr/pkg/include/gtest/gtest.h:1627:1: required from 'testing::AssertionResult testing::internal::CmpHelperGE(const char*, const char*, const T1&, const T2&) [with T1 = unsigned int; T2 = int]' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:325:2: required from here /usr/pkg/include/gtest/internal/gtest-internal.h:948:8: error: no type named 'type' in 'struct testing::internal::IsRecursiveContainerImpl' struct IsRecursiveContainer : public IsRecursiveContainerImpl::type {}; ^ /usr/pkg/include/gtest/gtest.h:806:14: error: 'unique_ptr' in namespace 'std' does not name a template type const std::unique_ptr type_param_; ^ /usr/pkg/include/gtest/gtest.h:809:14: error: 'unique_ptr' in namespace 'std' does not name a template type const std::unique_ptr value_param_; ^ In file included from /usr/pkg/include/gtest/gtest-matchers.h:47:0, from /usr/pkg/include/gtest/internal/gtest-death-test-internal.h:39, from /usr/pkg/include/gtest/gtest-death-test.h:41, from /usr/pkg/include/gtest/gtest.h:64, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:27: /usr/pkg/include/gtest/gtest-printers.h: In instantiation of 'void testing::internal::PrintTo(const T&, std::ostream*) [with T = unsigned int; std::ostream = std::basic_ostream]': /usr/pkg/include/gtest/gtest-printers.h:679:12: required from 'static void testing::internal::UniversalPrinter::Print(const T&, std::ostream*) [with T = unsigned int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:869:30: required from 'void testing::internal::UniversalPrint(const T&, std::ostream*) [with T = unsigned int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:797:19: required from 'static void testing::internal::UniversalTersePrinter::Print(const T&, std::ostream*) [with T = unsigned int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:917:44: required from 'std::string testing::PrintToString(const T&) [with T = unsigned int; std::string = std::basic_string]' /usr/pkg/include/gtest/gtest-printers.h:314:36: required from 'static std::string testing::internal::FormatForComparison::Format(const ToPrint&) [with ToPrint = unsigned int; OtherOperand = int; std::string = std::basic_string]' /usr/pkg/include/gtest/gtest-printers.h:379:45: required from 'std::string testing::internal::FormatForComparisonFailureMessage(const T1&, const T2&) [with T1 = unsigned int; T2 = int; std::string = std::basic_string]' /usr/pkg/include/gtest/gtest.h:1590:63: required from 'testing::AssertionResult testing::internal::CmpHelperOpFailure(const char*, const char*, const T1&, const T2&, const char*) [with T1 = unsigned int; T2 = int]' /usr/pkg/include/gtest/gtest.h:1627:1: required from 'testing::AssertionResult testing::internal::CmpHelperGE(const char*, const char*, const T1&, const T2&) [with T1 = unsigned int; T2 = int]' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:325:2: required from here /usr/pkg/include/gtest/gtest-printers.h:506:15: error: 'value' is not a member of 'testing::internal::IsRecursiveContainer' !IsRecursiveContainer::value ^ /usr/pkg/include/gtest/gtest.h: In member function 'const char* testing::TestInfo::type_param() const': /usr/pkg/include/gtest/gtest.h:715:9: error: 'type_param_' was not declared in this scope if (type_param_.get() != nullptr) return type_param_->c_str(); ^ /usr/pkg/include/gtest/gtest.h:715:30: error: 'nullptr' was not declared in this scope if (type_param_.get() != nullptr) return type_param_->c_str(); ^ /usr/pkg/include/gtest/gtest.h:716:12: error: 'nullptr' was not declared in this scope return nullptr; ^ /usr/pkg/include/gtest/gtest.h: In member function 'const char* testing::TestInfo::value_param() const': /usr/pkg/include/gtest/gtest.h:722:9: error: 'value_param_' was not declared in this scope if (value_param_.get() != nullptr) return value_param_->c_str(); ^ /usr/pkg/include/gtest/gtest.h:722:31: error: 'nullptr' was not declared in this scope if (value_param_.get() != nullptr) return value_param_->c_str(); ^ /usr/pkg/include/gtest/gtest.h:723:12: error: 'nullptr' was not declared in this scope return nullptr; ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:27: /usr/pkg/include/gtest/internal/gtest-internal.h: In instantiation of 'struct testing::internal::IsRecursiveContainer': /usr/pkg/include/gtest/gtest-printers.h:506:15: required from 'void testing::internal::PrintTo(const T&, std::ostream*) [with T = int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:679:12: required from 'static void testing::internal::UniversalPrinter::Print(const T&, std::ostream*) [with T = int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:869:30: required from 'void testing::internal::UniversalPrint(const T&, std::ostream*) [with T = int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:797:19: required from 'static void testing::internal::UniversalTersePrinter::Print(const T&, std::ostream*) [with T = int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:917:44: required from 'std::string testing::PrintToString(const T&) [with T = int; std::string = std::basic_string]' /usr/pkg/include/gtest/gtest-printers.h:314:36: required from 'static std::string testing::internal::FormatForComparison::Format(const ToPrint&) [with ToPrint = int; OtherOperand = unsigned int; std::string = std::basic_string]' /usr/pkg/include/gtest/gtest-printers.h:379:45: required from 'std::string testing::internal::FormatForComparisonFailureMessage(const T1&, const T2&) [with T1 = int; T2 = unsigned int; std::string = std::basic_string]' /usr/pkg/include/gtest/gtest.h:1591:56: required from 'testing::AssertionResult testing::internal::CmpHelperOpFailure(const char*, const char*, const T1&, const T2&, const char*) [with T1 = unsigned int; T2 = int]' /usr/pkg/include/gtest/gtest.h:1627:1: required from 'testing::AssertionResult testing::internal::CmpHelperGE(const char*, const char*, const T1&, const T2&) [with T1 = unsigned int; T2 = int]' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:325:2: required from here /usr/pkg/include/gtest/internal/gtest-internal.h:948:8: error: no type named 'type' in 'struct testing::internal::IsRecursiveContainerImpl' struct IsRecursiveContainer : public IsRecursiveContainerImpl::type {}; ^ /usr/pkg/include/gtest/gtest.h: At global scope: /usr/pkg/include/gtest/gtest.h:845:23: error: 'testing::internal::SetUpTestSuiteFunc' has not been declared internal::SetUpTestSuiteFunc set_up_tc, ^ /usr/pkg/include/gtest/gtest.h:846:23: error: 'testing::internal::TearDownTestSuiteFunc' has not been declared internal::TearDownTestSuiteFunc tear_down_tc); ^ In file included from /usr/pkg/include/gtest/gtest-matchers.h:47:0, from /usr/pkg/include/gtest/internal/gtest-death-test-internal.h:39, from /usr/pkg/include/gtest/gtest-death-test.h:41, from /usr/pkg/include/gtest/gtest.h:64, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:27: /usr/pkg/include/gtest/gtest-printers.h: In instantiation of 'void testing::internal::PrintTo(const T&, std::ostream*) [with T = int; std::ostream = std::basic_ostream]': /usr/pkg/include/gtest/gtest-printers.h:679:12: required from 'static void testing::internal::UniversalPrinter::Print(const T&, std::ostream*) [with T = int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:869:30: required from 'void testing::internal::UniversalPrint(const T&, std::ostream*) [with T = int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:797:19: required from 'static void testing::internal::UniversalTersePrinter::Print(const T&, std::ostream*) [with T = int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:917:44: required from 'std::string testing::PrintToString(const T&) [with T = int; std::string = std::basic_string]' /usr/pkg/include/gtest/gtest-printers.h:314:36: required from 'static std::string testing::internal::FormatForComparison::Format(const ToPrint&) [with ToPrint = int; OtherOperand = unsigned int; std::string = std::basic_string]' /usr/pkg/include/gtest/gtest-printers.h:379:45: required from 'std::string testing::internal::FormatForComparisonFailureMessage(const T1&, const T2&) [with T1 = int; T2 = unsigned int; std::string = std::basic_string]' /usr/pkg/include/gtest/gtest.h:1591:56: required from 'testing::AssertionResult testing::internal::CmpHelperOpFailure(const char*, const char*, const T1&, const T2&, const char*) [with T1 = unsigned int; T2 = int]' /usr/pkg/include/gtest/gtest.h:1627:1: required from 'testing::AssertionResult testing::internal::CmpHelperGE(const char*, const char*, const T1&, const T2&) [with T1 = unsigned int; T2 = int]' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/MemoryManagerSuite.cpp:325:2: required from here /usr/pkg/include/gtest/gtest-printers.h:506:15: error: 'value' is not a member of 'testing::internal::IsRecursiveContainer' !IsRecursiveContainer::value ^ /usr/pkg/include/gtest/gtest.h:1005:14: error: 'unique_ptr' in namespace 'std' does not name a template type const std::unique_ptr type_param_; ^ /usr/pkg/include/gtest/gtest.h:1014:13: error: 'SetUpTestSuiteFunc' in namespace 'testing::internal' does not name a type internal::SetUpTestSuiteFunc set_up_tc_; ^ /usr/pkg/include/gtest/gtest.h:1016:13: error: 'TearDownTestSuiteFunc' in namespace 'testing::internal' does not name a type internal::TearDownTestSuiteFunc tear_down_tc_; ^ /usr/pkg/include/gtest/gtest.h: In member function 'const char* testing::TestSuite::type_param() const': /usr/pkg/include/gtest/gtest.h:857:9: error: 'type_param_' was not declared in this scope if (type_param_.get() != nullptr) return type_param_->c_str(); ^ /usr/pkg/include/gtest/gtest.h:857:30: error: 'nullptr' was not declared in this scope if (type_param_.get() != nullptr) return type_param_->c_str(); ^ /usr/pkg/include/gtest/gtest.h:858:12: error: 'nullptr' was not declared in this scope return nullptr; ^ /usr/pkg/include/gtest/gtest.h: In member function 'void testing::TestSuite::RunSetUpTestSuite()': /usr/pkg/include/gtest/gtest.h:946:9: error: 'set_up_tc_' was not declared in this scope if (set_up_tc_ != nullptr) { ^ /usr/pkg/include/gtest/gtest.h:946:23: error: 'nullptr' was not declared in this scope if (set_up_tc_ != nullptr) { ^ /usr/pkg/include/gtest/gtest.h: In member function 'void testing::TestSuite::RunTearDownTestSuite()': /usr/pkg/include/gtest/gtest.h:954:9: error: 'tear_down_tc_' was not declared in this scope if (tear_down_tc_ != nullptr) { ^ /usr/pkg/include/gtest/gtest.h:954:26: error: 'nullptr' was not declared in this scope if (tear_down_tc_ != nullptr) { ^ /usr/pkg/include/gtest/gtest.h: In member function 'virtual testing::Environment::Setup_should_be_spelled_SetUp* testing::Environment::Setup()': /usr/pkg/include/gtest/gtest.h:1059:59: error: 'nullptr' was not declared in this scope virtual Setup_should_be_spelled_SetUp* Setup() { return nullptr; } ^ /usr/pkg/include/gtest/gtest.h: At global scope: /usr/pkg/include/gtest/gtest.h:1100:38: error: 'TestCase' does not name a type virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} ^ /usr/pkg/include/gtest/gtest.h:1119:36: error: 'TestCase' does not name a type virtual void OnTestCaseEnd(const TestCase& /*test_case*/) {} ^ /usr/pkg/include/gtest/gtest.h:1151:30: error: 'TestCase' does not name a type void OnTestCaseStart(const TestCase& /*test_case*/) override {} ^ /usr/pkg/include/gtest/gtest.h:1159:28: error: 'TestCase' does not name a type void OnTestCaseEnd(const TestCase& /*test_case*/) override {} ^ /usr/pkg/include/gtest/gtest.h:1282:9: error: 'TestCase' does not name a type const TestCase* current_test_case() const GTEST_LOCK_EXCLUDED_(mutex_); ^ /usr/pkg/include/gtest/gtest.h:1366:9: error: 'TestCase' does not name a type const TestCase* GetTestCase(int i) const; ^ /usr/pkg/include/gtest/gtest.h:1549:21: error: 'enable_if' in namespace 'std' does not name a template type typename std::enable_if::value || ^ /usr/pkg/include/gtest/gtest.h:1549:30: error: expected '>' before '<' token typename std::enable_if::value || ^ /usr/pkg/include/gtest/gtest.h:1574:12: error: 'std::nullptr_t' has not been declared std::nullptr_t /* lhs */, T* rhs) { ^ /usr/pkg/include/gtest/gtest.h: In static member function 'static testing::AssertionResult testing::internal::EqHelper::Compare(const char*, const char*, int, T*)': /usr/pkg/include/gtest/gtest.h:1576:72: error: 'nullptr' was not declared in this scope return CmpHelperEQ(lhs_expression, rhs_expression, static_cast(nullptr), ^ In file included from /usr/pkg/include/gtest/internal/gtest-internal.h:40:0, from /usr/pkg/include/gtest/gtest.h:62, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /usr/pkg/include/gtest/gtest.h: In static member function 'static const ParamType& testing::WithParamInterface::GetParam()': /usr/pkg/include/gtest/gtest.h:1857:5: error: 'nullptr' was not declared in this scope GTEST_CHECK_(parameter_ != nullptr) ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h: At global scope: /usr/pkg/include/gtest/gtest.h:1878:46: error: 'nullptr' was not declared in this scope const T* WithParamInterface::parameter_ = nullptr; ^ /usr/pkg/include/gtest/gtest.h:2300:1: error: 'constexpr' does not name a type constexpr bool StaticAssertTypeEq() noexcept { ^ /usr/pkg/include/gtest/gtest.h:2300:1: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 /usr/pkg/include/gtest/gtest.h: In function 'testing::TestInfo* testing::RegisterTest(const char*, const char*, const char*, const char*, const char*, int, Factory)': /usr/pkg/include/gtest/gtest.h:2441:9: error: expected nested-name-specifier before 'TestT' using TestT = typename std::remove_pointer::type; ^ /usr/pkg/include/gtest/gtest.h: In constructor 'testing::RegisterTest(const char*, const char*, const char*, const char*, const char*, int, Factory)::FactoryImpl::FactoryImpl(Factory)': /usr/pkg/include/gtest/gtest.h:2445:48: error: 'move' is not a member of 'std' explicit FactoryImpl(Factory f) : factory_(std::move(f)) {} ^ /usr/pkg/include/gtest/gtest.h: In function 'testing::TestInfo* testing::RegisterTest(const char*, const char*, const char*, const char*, const char*, int, Factory)': /usr/pkg/include/gtest/gtest.h:2454:63: error: 'TestT' was not declared in this scope internal::CodeLocation(file, line), internal::GetTypeId(), ^ /usr/pkg/include/gtest/gtest.h:2455:39: error: type/value mismatch at argument 1 in template parameter list for 'template struct testing::internal::SuiteApiResolver' internal::SuiteApiResolver::GetSetUpCaseOrSuite(file, line), ^ /usr/pkg/include/gtest/gtest.h:2455:39: note: expected a type, got 'TestT' /usr/pkg/include/gtest/gtest.h:2456:39: error: type/value mismatch at argument 1 in template parameter list for 'template struct testing::internal::SuiteApiResolver' internal::SuiteApiResolver::GetTearDownCaseOrSuite(file, line), ^ /usr/pkg/include/gtest/gtest.h:2456:39: note: expected a type, got 'TestT' /usr/pkg/include/gtest/gtest.h:2457:23: error: 'move' is not a member of 'std' new FactoryImpl{std::move(factory)}); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:103:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestDistinction) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:103:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestDistinction) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:103:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestDistinction) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:103:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestDistinction) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:103:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestDistinction) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:103:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestDistinction) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestDistinction_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:127:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testDistinctionHelper("s://", true, false, false)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:127:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testDistinctionHelper("s://", true, false, false)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:128:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testDistinctionHelper("s:///", true, false, true)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:128:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testDistinctionHelper("s:///", true, false, true)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:129:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testDistinctionHelper("s://a", true, false, false)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:129:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testDistinctionHelper("s://a", true, false, false)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:130:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testDistinctionHelper("s://a/", true, false, true)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:130:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testDistinctionHelper("s://a/", true, false, true)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:131:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testDistinctionHelper("s:/", false, true, false)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:131:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testDistinctionHelper("s:/", false, true, false)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:132:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testDistinctionHelper("s:a", false, false, false)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:132:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testDistinctionHelper("s:a", false, false, false)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:133:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testDistinctionHelper("s:a/", false, false, true)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:133:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testDistinctionHelper("s:a/", false, false, true)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:134:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testDistinctionHelper("s:", false, false, false)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:134:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testDistinctionHelper("s:", false, false, false)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:136:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testDistinctionHelper("//", true, false, false)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:136:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testDistinctionHelper("//", true, false, false)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:137:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testDistinctionHelper("///", true, false, true)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:137:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testDistinctionHelper("///", true, false, true)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:138:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testDistinctionHelper("/", false, true, false)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:138:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testDistinctionHelper("/", false, true, false)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:139:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testDistinctionHelper("a", false, false, false)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:139:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testDistinctionHelper("a", false, false, false)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:140:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testDistinctionHelper("a/", false, false, true)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:140:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testDistinctionHelper("a/", false, false, true)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:141:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testDistinctionHelper("", false, false, false)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:141:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testDistinctionHelper("", false, false, false)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:144:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestIpFour) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:144:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestIpFour) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:144:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestIpFour) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:144:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestIpFour) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:144:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestIpFour) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:144:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestIpFour) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestIpFour_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:145:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL("01.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:145:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL("01.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:146:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL("001.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:146:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL("001.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:147:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL("00.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:147:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL("00.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:148:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL("000.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:148:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL("000.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:149:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL("256.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:149:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL("256.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:150:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL("300.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:150:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL("300.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:151:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL("1111.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:151:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL("1111.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:152:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL("-1.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:152:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL("-1.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:153:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL("0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:153:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL("0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:154:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL("0.0.0."); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:154:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL("0.0.0."); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:155:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL("0.0.0.0."); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:155:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL("0.0.0.0."); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:156:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL("0.0.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:156:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL("0.0.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:157:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL("0.0..0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:157:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL("0.0..0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:158:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL(".0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:42:34: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_FOUR_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:158:3: note: in expansion of macro 'URI_TEST_IP_FOUR_FAIL' URI_TEST_IP_FOUR_FAIL(".0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:43:34: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_FOUR_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:160:3: note: in expansion of macro 'URI_TEST_IP_FOUR_PASS' URI_TEST_IP_FOUR_PASS("255.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:43:34: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_FOUR_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:160:3: note: in expansion of macro 'URI_TEST_IP_FOUR_PASS' URI_TEST_IP_FOUR_PASS("255.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:43:34: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_FOUR_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:161:3: note: in expansion of macro 'URI_TEST_IP_FOUR_PASS' URI_TEST_IP_FOUR_PASS("0.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:43:34: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_FOUR_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:161:3: note: in expansion of macro 'URI_TEST_IP_FOUR_PASS' URI_TEST_IP_FOUR_PASS("0.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:43:34: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_FOUR_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:162:3: note: in expansion of macro 'URI_TEST_IP_FOUR_PASS' URI_TEST_IP_FOUR_PASS("1.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:43:34: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_FOUR_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:162:3: note: in expansion of macro 'URI_TEST_IP_FOUR_PASS' URI_TEST_IP_FOUR_PASS("1.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:43:34: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_FOUR_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:163:3: note: in expansion of macro 'URI_TEST_IP_FOUR_PASS' URI_TEST_IP_FOUR_PASS("2.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:43:34: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_FOUR_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:163:3: note: in expansion of macro 'URI_TEST_IP_FOUR_PASS' URI_TEST_IP_FOUR_PASS("2.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:43:34: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_FOUR_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:164:3: note: in expansion of macro 'URI_TEST_IP_FOUR_PASS' URI_TEST_IP_FOUR_PASS("3.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:43:34: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_FOUR_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:164:3: note: in expansion of macro 'URI_TEST_IP_FOUR_PASS' URI_TEST_IP_FOUR_PASS("3.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:43:34: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_FOUR_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:165:3: note: in expansion of macro 'URI_TEST_IP_FOUR_PASS' URI_TEST_IP_FOUR_PASS("30.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:43:34: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_FOUR_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpFourA(x)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:165:3: note: in expansion of macro 'URI_TEST_IP_FOUR_PASS' URI_TEST_IP_FOUR_PASS("30.0.0.0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:168:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestIpSixPass) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:168:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestIpSixPass) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:168:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestIpSixPass) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:168:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestIpSixPass) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:168:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestIpSixPass) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:168:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestIpSixPass) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestIpSixPass_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:170:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("abcd::"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:170:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("abcd::"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:172:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("abcd::1"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:172:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("abcd::1"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:173:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("abcd::12"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:173:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("abcd::12"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:174:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("abcd::123"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:174:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("abcd::123"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:175:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("abcd::1234"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:175:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("abcd::1234"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:178:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("2001:0db8:0100:f101:0210:a4ff:fee3:9566"); // lower hex ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:178:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("2001:0db8:0100:f101:0210:a4ff:fee3:9566"); // lower hex ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:179:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("2001:0DB8:0100:F101:0210:A4FF:FEE3:9566"); // Upper hex ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:179:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("2001:0DB8:0100:F101:0210:A4FF:FEE3:9566"); // Upper hex ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:180:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("2001:db8:100:f101:210:a4ff:fee3:9566"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:180:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("2001:db8:100:f101:210:a4ff:fee3:9566"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:181:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("2001:0db8:100:f101:0:0:0:1"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:181:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("2001:0db8:100:f101:0:0:0:1"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:182:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1:2:3:4:5:6:255.255.255.255"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:182:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1:2:3:4:5:6:255.255.255.255"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:185:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("::1.2.3.4"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:185:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("::1.2.3.4"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:186:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("3:4::5:1.2.3.4"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:186:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("3:4::5:1.2.3.4"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:187:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("::ffff:1.2.3.4"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:187:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("::ffff:1.2.3.4"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:188:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("::0.0.0.0"); // Min IPv4 ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:188:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("::0.0.0.0"); // Min IPv4 ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:189:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("::255.255.255.255"); // Max IPv4 ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:189:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("::255.255.255.255"); // Max IPv4 ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:192:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("::1:2:3:4:5:6:7"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:192:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("::1:2:3:4:5:6:7"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:193:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1::1:2:3:4:5:6"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:193:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1::1:2:3:4:5:6"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:194:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1:2::1:2:3:4:5"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:194:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1:2::1:2:3:4:5"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:195:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1:2:3::1:2:3:4"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:195:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1:2:3::1:2:3:4"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:196:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1:2:3:4::1:2:3"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:196:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1:2:3:4::1:2:3"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:197:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1:2:3:4:5::1:2"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:197:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1:2:3:4:5::1:2"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:198:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1:2:3:4:5:6::1"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:198:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1:2:3:4:5:6::1"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:199:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1:2:3:4:5:6:7::"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: --- CMakeFiles/testrunner.dir/test/MemoryManagerSuite.cpp.o --- *** [CMakeFiles/testrunner.dir/test/MemoryManagerSuite.cpp.o] Error code 1 make[2]: stopped in /scratch/work/textproc/uriparser/work/uriparser-0.9.5 /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:199:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1:2:3:4:5:6:7::"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:202:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1:1:1::1:1:1:1"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:202:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1:1:1::1:1:1:1"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:203:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1:1:1::1:1:1"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:203:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1:1:1::1:1:1"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:204:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1:1:1::1:1"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:204:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1:1:1::1:1"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:205:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1:1::1:1"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:205:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1:1::1:1"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:206:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1:1::1"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:206:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1:1::1"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:207:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1::1"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:207:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("1::1"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:208:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("::1"); // == localhost ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:208:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("::1"); // == localhost ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:209:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("::"); // == all addresses ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:209:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("::"); // == all addresses ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:212:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("21ff:abcd::1"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:212:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("21ff:abcd::1"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:213:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("2001:db8:100:f101::1"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:213:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("2001:db8:100:f101::1"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:214:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("a:b:c::12:1"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:214:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("a:b:c::12:1"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:215:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("a:b::0:1:2:3"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:47:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_PASS(x) ASSERT_TRUE(URI_TRUE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:215:3: note: in expansion of macro 'URI_TEST_IP_SIX_PASS' URI_TEST_IP_SIX_PASS("a:b::0:1:2:3"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:218:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestIpSixFail) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:218:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestIpSixFail) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:218:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestIpSixFail) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:218:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestIpSixFail) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:218:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestIpSixFail) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:218:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestIpSixFail) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestIpSixFail_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:220:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("::12345"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:220:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("::12345"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:223:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("abcd::abcd::abcd"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:223:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("abcd::abcd::abcd"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:226:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL(":::1234"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:226:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL(":::1234"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:227:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("1234:::1234:1234"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:227:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("1234:::1234:1234"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:228:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("1234:1234:::1234"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:228:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("1234:1234:::1234"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:229:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("1234:::"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:229:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("1234:::"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:232:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("1.2.3.4"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:232:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("1.2.3.4"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:233:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("0001.0002.0003.0004"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:233:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("0001.0002.0003.0004"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:236:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("0000:0000:0000:0000:0000:1.2.3.4"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:236:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("0000:0000:0000:0000:0000:1.2.3.4"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:239:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("0:0:0:0:0:0:0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:239:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("0:0:0:0:0:0:0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:240:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("0:0:0:0:0:0:0:"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:240:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("0:0:0:0:0:0:0:"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:241:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("0:0:0:0:0:0:0:1.2.3.4"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:241:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("0:0:0:0:0:0:0:1.2.3.4"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:244:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("1:2:3:4:5:6:7:8:9"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:244:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("1:2:3:4:5:6:7:8:9"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:245:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("::2:3:4:5:6:7:8:9"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:245:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("::2:3:4:5:6:7:8:9"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:246:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("1:2:3:4::6:7:8:9"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:246:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("1:2:3:4::6:7:8:9"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:247:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("1:2:3:4:5:6:7:8::"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:247:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("1:2:3:4:5:6:7:8::"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:250:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("::ffff:001.02.03.004"); // Leading zeros ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:250:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("::ffff:001.02.03.004"); // Leading zeros ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:251:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("::ffff:1.2.3.1111"); // Four char octet ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:251:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("::ffff:1.2.3.1111"); // Four char octet ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:252:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("::ffff:1.2.3.256"); // > 255 ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:252:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("::ffff:1.2.3.256"); // > 255 ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:253:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("::ffff:311.2.3.4"); // > 155 ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:253:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("::ffff:311.2.3.4"); // > 155 ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:254:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("::ffff:1.2.3:4"); // Not a dot ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:254:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("::ffff:1.2.3:4"); // Not a dot ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:255:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("::ffff:1.2.3"); // Missing octet ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:255:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("::ffff:1.2.3"); // Missing octet ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:256:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("::ffff:1.2.3."); // Missing octet ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:256:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("::ffff:1.2.3."); // Missing octet ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:257:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("::ffff:1.2.3a.4"); // Hex in octet ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:257:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("::ffff:1.2.3a.4"); // Hex in octet ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:258:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("::ffff:1.2.3.4:123"); // Crap input ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:258:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("::ffff:1.2.3.4:123"); // Crap input ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:261:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("g:0:0:0:0:0:0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:46:33: note: candidate expects 2 arguments, 1 provided #define URI_TEST_IP_SIX_FAIL(x) ASSERT_TRUE(URI_FALSE == uri_TESTING_ONLY_ParseIpSixA(x "]")) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:261:3: note: in expansion of macro 'URI_TEST_IP_SIX_FAIL' URI_TEST_IP_SIX_FAIL("g:0:0:0:0:0:0"); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:264:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestIpSixOverread) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:264:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestIpSixOverread) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:264:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestIpSixOverread) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:264:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestIpSixOverread) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:264:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestIpSixOverread) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:264:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestIpSixOverread) { ^ In file included from /usr/pkg/include/gtest/gtest.h:375:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestIpSixOverread_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:274:3: error: no matching function for call to 'testing::internal::EqHelper::Compare(const char [9], const char [26], const char*&, char*)' EXPECT_EQ(errorPos, uriText + sizeof(uriText)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:1551:26: note: candidate: template > static testing::AssertionResult testing::internal::EqHelper::Compare(const char*, const char*, const T1&, const T2&) static AssertionResult Compare(const char* lhs_expression, ^ /usr/pkg/include/gtest/gtest.h:1551:26: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:375:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:274:3: note: couldn't deduce template parameter '' EXPECT_EQ(errorPos, uriText + sizeof(uriText)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:1563:26: note: candidate: static testing::AssertionResult testing::internal::EqHelper::Compare(const char*, const char*, testing::internal::BiggestInt, testing::internal::BiggestInt) static AssertionResult Compare(const char* lhs_expression, ^ /usr/pkg/include/gtest/gtest.h:1563:26: note: conversion of argument 4 would be ill-formed: In file included from /usr/pkg/include/gtest/gtest.h:375:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:274:31: error: invalid conversion from 'char*' to 'testing::internal::BiggestInt {aka long long int}' [-fpermissive] EXPECT_EQ(errorPos, uriText + sizeof(uriText)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:1571:26: note: candidate: template static testing::AssertionResult testing::internal::EqHelper::Compare(const char*, const char*, int, T*) static AssertionResult Compare( ^ /usr/pkg/include/gtest/gtest.h:1571:26: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:375:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:274:3: note: cannot convert 'errorPos' (type 'const char*') to type 'int' EXPECT_EQ(errorPos, uriText + sizeof(uriText)); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:277:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUri) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:277:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUri) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:277:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUri) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:277:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUri) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:277:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUri) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:277:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUri) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestUri_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:287:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, "//user:pass@[::1]:80/segment/index.html?query#frag")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:287:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, "//user:pass@[::1]:80/segment/index.html?query#frag")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:289:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, "http://[::1]:80/segment/index.html?query#frag")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:289:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, "http://[::1]:80/segment/index.html?query#frag")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:291:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, "http://user:pass@[::1]/segment/index.html?query#frag")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:291:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, "http://user:pass@[::1]/segment/index.html?query#frag")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:293:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, "http://user:pass@[::1]:80?query#frag")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:293:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, "http://user:pass@[::1]:80?query#frag")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:295:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, "http://user:pass@[::1]:80/segment/index.html#frag")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:295:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, "http://user:pass@[::1]:80/segment/index.html#frag")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:297:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, "http://user:pass@[::1]:80/segment/index.html?query")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:297:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, "http://user:pass@[::1]:80/segment/index.html?query")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:301:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, "ftp://host:21/gnu/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:301:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, "ftp://host:21/gnu/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:305:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, "one/two/three")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:305:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, "one/two/three")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:306:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!uriA.absolutePath); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:306:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!uriA.absolutePath); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:308:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, "/one/two/three")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:308:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, "/one/two/three")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:309:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(UriBool&)' ASSERT_TRUE(uriA.absolutePath); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:309:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.absolutePath); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'UriBool {aka int}' to 'const testing::AssertionResult&' --- CMakeFiles/testrunner.dir/test/FourSuite.cpp.o --- *** [CMakeFiles/testrunner.dir/test/FourSuite.cpp.o] Error code 1 make[2]: stopped in /scratch/work/textproc/uriparser/work/uriparser-0.9.5 In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:311:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, "//user:pass@localhost/one/two/three")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:311:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, "//user:pass@localhost/one/two/three")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:315:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, "http://www.example.com/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:315:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, "http://www.example.com/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:317:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriW(&stateW, L"http://www.example.com/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:317:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriW(&stateW, L"http://www.example.com/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:321:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, "http://sourceforge.net/projects/uriparser/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:321:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, "http://sourceforge.net/projects/uriparser/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:323:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, "http://sourceforge.net/project/platformdownload.php?group_id=182840")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:323:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, "http://sourceforge.net/project/platformdownload.php?group_id=182840")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:325:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, "mailto:test@example.com")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:325:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, "mailto:test@example.com")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:327:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, "../../")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:327:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, "../../")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:329:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, "/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:329:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, "/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:330:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(UriBool&)' ASSERT_TRUE(uriA.absolutePath); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:330:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.absolutePath); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'UriBool {aka int}' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:332:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, "")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:332:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, "")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:333:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!uriA.absolutePath); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:333:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!uriA.absolutePath); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:335:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, "file:///bin/bash")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:335:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, "file:///bin/bash")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:339:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, "http://www.example.com/name%20with%20spaces/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:339:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, "http://www.example.com/name%20with%20spaces/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:341:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 != uriParseUriA(&stateA, "http://www.example.com/name with spaces/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:341:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 != uriParseUriA(&stateA, "http://www.example.com/name with spaces/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:345:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriComponents) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:345:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriComponents) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:345:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriComponents) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:345:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriComponents) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:345:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriComponents) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:345:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriComponents) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestUriComponents_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:353:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:353:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:355:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.scheme.first == input); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:355:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.scheme.first == input); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:356:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.scheme.afterLast == input + 4); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:356:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.scheme.afterLast == input + 4); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:357:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:357:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:358:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:358:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:359:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.first == input + 4 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:359:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.first == input + 4 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:360:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.afterLast == input + 4 + 3 + 15); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:360:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.afterLast == input + 4 + 3 + 15); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:361:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostData.ipFuture.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:361:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostData.ipFuture.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:362:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostData.ipFuture.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:362:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostData.ipFuture.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:363:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:363:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:364:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:364:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:366:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.pathHead->text.first == input + 4 + 3 + 15 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:366:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.pathHead->text.first == input + 4 + 3 + 15 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:367:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.pathHead->text.afterLast == input + 4 + 3 + 15 + 1 + 7); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:367:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.pathHead->text.afterLast == input + 4 + 3 + 15 + 1 + 7); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:368:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.pathHead->next->text.first == input + 4 + 3 + 15 + 1 + 7 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:368:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.pathHead->next->text.first == input + 4 + 3 + 15 + 1 + 7 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:369:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.pathHead->next->text.afterLast == input + 4 + 3 + 15 + 1 + 7 + 1 + 20); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:369:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.pathHead->next->text.afterLast == input + 4 + 3 + 15 + 1 + 7 + 1 + 20); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:370:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.pathHead->next->next == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:370:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.pathHead->next->next == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:371:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.pathTail == uriA.pathHead->next); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:371:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.pathTail == uriA.pathHead->next); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:373:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.query.first == input + 4 + 3 + 15 + 1 + 7 + 1 + 20 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:373:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.query.first == input + 4 + 3 + 15 + 1 + 7 + 1 + 20 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:374:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.query.afterLast == input + 4 + 3 + 15 + 1 + 7 + 1 + 20 + 1 + 15); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:374:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.query.afterLast == input + 4 + 3 + 15 + 1 + 7 + 1 + 20 + 1 + 15); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:375:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.fragment.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:375:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.fragment.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:376:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.fragment.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:376:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.fragment.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:380:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriComponentsBug20070701) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:380:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriComponentsBug20070701) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:380:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriComponentsBug20070701) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:380:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriComponentsBug20070701) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:380:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriComponentsBug20070701) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:380:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriComponentsBug20070701) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestUriComponentsBug20070701_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:386:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:386:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:388:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.scheme.first == input); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:388:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.scheme.first == input); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:389:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.scheme.afterLast == input + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:389:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.scheme.afterLast == input + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:390:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:390:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:391:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:391:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:392:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:392:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:393:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:393:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:394:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostData.ipFuture.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:394:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostData.ipFuture.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:395:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostData.ipFuture.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:395:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostData.ipFuture.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:396:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:396:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:397:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:397:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:399:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.pathHead->text.first == input + 1 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:399:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.pathHead->text.first == input + 1 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:400:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.pathHead->text.afterLast == input + 1 + 1 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:400:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.pathHead->text.afterLast == input + 1 + 1 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:401:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.pathHead->next == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:401:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.pathHead->next == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:402:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.pathTail == uriA.pathHead); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:402:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.pathTail == uriA.pathHead); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:404:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.query.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:404:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.query.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:405:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.query.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:405:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.query.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:406:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.fragment.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:406:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.fragment.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:407:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.fragment.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:407:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.fragment.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:409:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!uriA.absolutePath); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:409:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!uriA.absolutePath); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:413:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort1) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:413:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort1) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:413:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort1) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:413:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort1) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:413:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort1) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:413:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort1) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestUriUserInfoHostPort1_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:420:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:420:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:422:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.first == input + 4 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:422:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.first == input + 4 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:423:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.afterLast == input + 4 + 3 + 7); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:423:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.afterLast == input + 4 + 3 + 7); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:424:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.first == input + 4 + 3 + 7 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:424:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.first == input + 4 + 3 + 7 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:425:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.afterLast == input + 4 + 3 + 7 + 1 + 9); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:425:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.afterLast == input + 4 + 3 + 7 + 1 + 9); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:426:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:426:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:427:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:427:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:431:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort2) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:431:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort2) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:431:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort2) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:431:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort2) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:431:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort2) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:431:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort2) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestUriUserInfoHostPort2_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:440:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:440:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:442:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.first == input + 4 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:442:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.first == input + 4 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:443:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.afterLast == input + 4 + 3 + 7); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:443:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.afterLast == input + 4 + 3 + 7); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:444:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.first == input + 4 + 3 + 7 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:444:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.first == input + 4 + 3 + 7 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:445:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.afterLast == input + 4 + 3 + 7 + 1 + 9); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:445:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.afterLast == input + 4 + 3 + 7 + 1 + 9); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:446:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.first == input + 4 + 3 + 7 + 1 + 9 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:446:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.first == input + 4 + 3 + 7 + 1 + 9 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:447:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.afterLast == input + 4 + 3 + 7 + 1 + 9 + 1 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:447:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.afterLast == input + 4 + 3 + 7 + 1 + 9 + 1 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:451:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort22Bug1948038) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:451:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort22Bug1948038) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:451:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort22Bug1948038) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:451:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort22Bug1948038) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:451:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort22Bug1948038) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:451:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort22Bug1948038) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestUriUserInfoHostPort22Bug1948038_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:459:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(URI_SUCCESS == res); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:459:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(URI_SUCCESS == res); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:460:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!memcmp(uriA.userInfo.first, "user:21", 7 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:460:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!memcmp(uriA.userInfo.first, "user:21", 7 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:461:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.afterLast - uriA.userInfo.first == 7); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:461:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.afterLast - uriA.userInfo.first == 7); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:462:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!memcmp(uriA.hostText.first, "host", 4 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:462:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!memcmp(uriA.hostText.first, "host", 4 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:463:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.afterLast - uriA.hostText.first == 4); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:463:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.afterLast - uriA.hostText.first == 4); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:464:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:464:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:465:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:465:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:469:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(URI_SUCCESS == res); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:469:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(URI_SUCCESS == res); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:473:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(URI_ERROR_SYNTAX == res); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:473:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(URI_ERROR_SYNTAX == res); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:477:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(URI_ERROR_SYNTAX == res); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:477:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(URI_ERROR_SYNTAX == res); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:481:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198One) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:481:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198One) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:481:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198One) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:481:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198One) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:481:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198One) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:481:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198One) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestUriUserInfoHostPort23Bug3510198One_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:490:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(URI_SUCCESS == res); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:490:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(URI_SUCCESS == res); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:491:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!memcmp(uriA.userInfo.first, "user:%2F21", 10 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:491:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!memcmp(uriA.userInfo.first, "user:%2F21", 10 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:492:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.afterLast - uriA.userInfo.first == 10); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:492:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.afterLast - uriA.userInfo.first == 10); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:493:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!memcmp(uriA.hostText.first, "host", 4 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:493:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!memcmp(uriA.hostText.first, "host", 4 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:494:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.afterLast - uriA.hostText.first == 4); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:494:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.afterLast - uriA.hostText.first == 4); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:495:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:495:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:496:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:496:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:500:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198Two) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:500:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198Two) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:500:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198Two) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:500:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198Two) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:500:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198Two) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:500:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198Two) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestUriUserInfoHostPort23Bug3510198Two_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:509:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(URI_SUCCESS == res); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:509:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(URI_SUCCESS == res); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:510:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!memcmp(uriA.userInfo.first, "%2Fuser:%2F21", 13 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:510:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!memcmp(uriA.userInfo.first, "%2Fuser:%2F21", 13 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:511:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.afterLast - uriA.userInfo.first == 13); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:511:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.afterLast - uriA.userInfo.first == 13); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:512:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!memcmp(uriA.hostText.first, "host", 4 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:512:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!memcmp(uriA.hostText.first, "host", 4 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:513:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.afterLast - uriA.hostText.first == 4); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:513:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.afterLast - uriA.hostText.first == 4); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:514:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:514:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:515:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:515:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:519:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198Three) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:519:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198Three) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:519:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198Three) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:519:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198Three) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:519:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198Three) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:519:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198Three) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestUriUserInfoHostPort23Bug3510198Three_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:528:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(URI_SUCCESS == res); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:528:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(URI_SUCCESS == res); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:529:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!memcmp(uriA.userInfo.first, "user:!$&'()*+,;=", 16 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:529:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!memcmp(uriA.userInfo.first, "user:!$&'()*+,;=", 16 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:530:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.afterLast - uriA.userInfo.first == 16); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:530:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.afterLast - uriA.userInfo.first == 16); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:531:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!memcmp(uriA.hostText.first, "host", 4 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:531:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!memcmp(uriA.hostText.first, "host", 4 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:532:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.afterLast - uriA.hostText.first == 4); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:532:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.afterLast - uriA.hostText.first == 4); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:533:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:533:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:534:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:534:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:538:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198Four) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:538:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198Four) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:538:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198Four) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:538:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198Four) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:538:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198Four) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:538:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198Four) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestUriUserInfoHostPort23Bug3510198Four_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:547:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(URI_SUCCESS == res); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:547:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(URI_SUCCESS == res); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:548:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!memcmp(uriA.userInfo.first, "!$&'()*+,;=:password", 20 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:548:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!memcmp(uriA.userInfo.first, "!$&'()*+,;=:password", 20 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:549:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.afterLast - uriA.userInfo.first == 20); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:549:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.afterLast - uriA.userInfo.first == 20); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:550:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!memcmp(uriA.hostText.first, "host", 4 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:550:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!memcmp(uriA.hostText.first, "host", 4 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:551:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.afterLast - uriA.hostText.first == 4); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:551:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.afterLast - uriA.hostText.first == 4); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:552:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:552:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:553:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:553:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:557:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198RelatedOne) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:557:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198RelatedOne) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:557:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198RelatedOne) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:557:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198RelatedOne) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:557:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198RelatedOne) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:557:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198RelatedOne) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestUriUserInfoHostPort23Bug3510198RelatedOne_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:566:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(URI_SUCCESS == res); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:566:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(URI_SUCCESS == res); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:567:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.afterLast != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:567:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.afterLast != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:568:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.first != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:568:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.first != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:569:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.afterLast - uriA.userInfo.first == 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:569:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.afterLast - uriA.userInfo.first == 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:570:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!memcmp(uriA.hostText.first, "host", 4 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:570:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!memcmp(uriA.hostText.first, "host", 4 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:571:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.afterLast - uriA.hostText.first == 4); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:571:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.afterLast - uriA.hostText.first == 4); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:572:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:572:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:573:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:573:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:577:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198RelatedOneTwo) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:577:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198RelatedOneTwo) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:577:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198RelatedOneTwo) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:577:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198RelatedOneTwo) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:577:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198RelatedOneTwo) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:577:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198RelatedOneTwo) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestUriUserInfoHostPort23Bug3510198RelatedOneTwo_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:586:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(URI_SUCCESS == res); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:586:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(URI_SUCCESS == res); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:587:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:587:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:588:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:588:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:589:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!memcmp(uriA.hostText.first, "%2Fhost", 7 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:589:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!memcmp(uriA.hostText.first, "%2Fhost", 7 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:590:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.afterLast - uriA.hostText.first == 7); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:590:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.afterLast - uriA.hostText.first == 7); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:591:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:591:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:592:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:592:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:596:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198RelatedTwo) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:596:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198RelatedTwo) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:596:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198RelatedTwo) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:596:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198RelatedTwo) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:596:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198RelatedTwo) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:596:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort23Bug3510198RelatedTwo) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestUriUserInfoHostPort23Bug3510198RelatedTwo_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:605:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(URI_SUCCESS == res); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:605:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(URI_SUCCESS == res); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:606:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!memcmp(uriA.userInfo.first, "::", 2 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:606:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!memcmp(uriA.userInfo.first, "::", 2 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:607:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.afterLast - uriA.userInfo.first == 2); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:607:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.afterLast - uriA.userInfo.first == 2); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:608:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!memcmp(uriA.hostText.first, "host", 4 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:608:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!memcmp(uriA.hostText.first, "host", 4 * sizeof(char))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:609:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.afterLast - uriA.hostText.first == 4); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:609:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.afterLast - uriA.hostText.first == 4); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:610:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:610:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:611:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:611:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:615:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort3) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:615:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort3) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:615:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort3) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:615:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort3) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:615:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort3) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:615:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort3) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestUriUserInfoHostPort3_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:622:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:622:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:624:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.first == input + 4 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:624:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.first == input + 4 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:625:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.afterLast == input + 4 + 3 + 7); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:625:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.afterLast == input + 4 + 3 + 7); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:626:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.first == input + 4 + 3 + 7 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:626:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.first == input + 4 + 3 + 7 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:627:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.afterLast == input + 4 + 3 + 7 + 1 + 9); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:627:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.afterLast == input + 4 + 3 + 7 + 1 + 9); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:628:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:628:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:629:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:629:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:633:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort4) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:633:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort4) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:633:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort4) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:633:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort4) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:633:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort4) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:633:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort4) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestUriUserInfoHostPort4_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:642:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:642:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:644:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.first == input + 4 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:644:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.first == input + 4 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:645:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.afterLast == input + 4 + 3 + 7); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:645:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.afterLast == input + 4 + 3 + 7); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:646:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.first == input + 4 + 3 + 7 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:646:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.first == input + 4 + 3 + 7 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:647:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.afterLast == input + 4 + 3 + 7 + 1 + 9); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:647:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.afterLast == input + 4 + 3 + 7 + 1 + 9); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:648:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.first == input + 4 + 3 + 7 + 1 + 9 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:648:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.first == input + 4 + 3 + 7 + 1 + 9 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:649:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.afterLast == input + 4 + 3 + 7 + 1 + 9 + 1 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:649:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.afterLast == input + 4 + 3 + 7 + 1 + 9 + 1 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:653:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort5) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:653:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort5) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:653:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort5) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:653:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort5) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:653:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort5) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:653:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort5) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestUriUserInfoHostPort5_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:660:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:660:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:662:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:662:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:663:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:663:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:664:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.first == input + 4 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:664:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.first == input + 4 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:665:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.afterLast == input + 4 + 3 + 9); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:665:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.afterLast == input + 4 + 3 + 9); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:666:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:666:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:667:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:667:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:671:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort6) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:671:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriUserInfoHostPort6) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:671:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort6) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:671:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriUserInfoHostPort6) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:671:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort6) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:671:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriUserInfoHostPort6) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestUriUserInfoHostPort6_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:678:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:678:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:680:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:680:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:681:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:681:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:682:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.first == input + 4 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:682:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.first == input + 4 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:683:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.afterLast == input + 4 + 3 + 9); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:683:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.afterLast == input + 4 + 3 + 9); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:684:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.first == input + 4 + 3 + 9 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:684:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.first == input + 4 + 3 + 9 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:685:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.afterLast == input + 4 + 3 + 9 + 1 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:685:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.afterLast == input + 4 + 3 + 9 + 1 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:689:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriHostRegname) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:689:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriHostRegname) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:689:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriHostRegname) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:689:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriHostRegname) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:689:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriHostRegname) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:689:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriHostRegname) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestUriHostRegname_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:695:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:695:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:697:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.first == input + 4 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:697:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.first == input + 4 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:698:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.afterLast == input + 4 + 3 + 11); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:698:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.afterLast == input + 4 + 3 + 11); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:699:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostData.ip4 == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:699:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostData.ip4 == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:700:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostData.ip6 == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:700:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostData.ip6 == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:701:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostData.ipFuture.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:701:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostData.ipFuture.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:702:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostData.ipFuture.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:702:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostData.ipFuture.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:706:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriHostIpFour1) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:706:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriHostIpFour1) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:706:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriHostIpFour1) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:706:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriHostIpFour1) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:706:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriHostIpFour1) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:706:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriHostIpFour1) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestUriHostIpFour1_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:712:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:712:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:714:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.first == input + 4 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:714:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.first == input + 4 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:715:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.afterLast == input + 4 + 3 + 7); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:715:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.afterLast == input + 4 + 3 + 7); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:716:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostData.ip4 != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:716:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostData.ip4 != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:717:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostData.ip6 == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:717:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostData.ip6 == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:718:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostData.ipFuture.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:718:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostData.ipFuture.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:719:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostData.ipFuture.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:719:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostData.ipFuture.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:723:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriHostIpFour2) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:723:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriHostIpFour2) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:723:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriHostIpFour2) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:723:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriHostIpFour2) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:723:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriHostIpFour2) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:723:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriHostIpFour2) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestUriHostIpFour2_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:729:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:729:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:731:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.first == input + 4 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:731:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.first == input + 4 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:732:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.afterLast == input + 4 + 3 + 7); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:732:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.afterLast == input + 4 + 3 + 7); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:733:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostData.ip4 != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:733:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostData.ip4 != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:734:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostData.ip6 == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:734:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostData.ip6 == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:735:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostData.ipFuture.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:735:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostData.ipFuture.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:736:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostData.ipFuture.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:736:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostData.ipFuture.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:740:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriHostIpSix1) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:740:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriHostIpSix1) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:740:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriHostIpSix1) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:740:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriHostIpSix1) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:740:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriHostIpSix1) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:740:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriHostIpSix1) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestUriHostIpSix1_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:746:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:746:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:748:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.first == input + 4 + 3 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:748:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.first == input + 4 + 3 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:749:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.afterLast == input + 4 + 3 + 4); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:749:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.afterLast == input + 4 + 3 + 4); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:750:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostData.ip4 == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:750:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostData.ip4 == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:751:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostData.ip6 != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:751:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostData.ip6 != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:752:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostData.ipFuture.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:752:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostData.ipFuture.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:753:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostData.ipFuture.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:753:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostData.ipFuture.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:757:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriHostIpSix2) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:757:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriHostIpSix2) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:757:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriHostIpSix2) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:757:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriHostIpSix2) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:757:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriHostIpSix2) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:757:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriHostIpSix2) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestUriHostIpSix2_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:763:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:763:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:765:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.first == input + 4 + 3 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:765:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.first == input + 4 + 3 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' A failure has been detected in another branch of the parallel make make[2]: stopped in /scratch/work/textproc/uriparser/work/uriparser-0.9.5 In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:766:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.afterLast == input + 4 + 3 + 4); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:766:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.afterLast == input + 4 + 3 + 4); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:767:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostData.ip4 == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:767:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostData.ip4 == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' --- CMakeFiles/uriparser.dir/all --- *** [CMakeFiles/uriparser.dir/all] Error code 2 make[1]: stopped in /scratch/work/textproc/uriparser/work/uriparser-0.9.5 In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:768:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostData.ip6 != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:768:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostData.ip6 != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:769:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostData.ipFuture.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:769:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostData.ipFuture.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:770:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostData.ipFuture.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:770:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostData.ipFuture.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:774:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriHostEmpty) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:774:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriHostEmpty) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:774:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriHostEmpty) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:774:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriHostEmpty) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:774:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriHostEmpty) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:774:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriHostEmpty) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestUriHostEmpty_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:781:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(URI_SUCCESS == res); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:781:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(URI_SUCCESS == res); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:782:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:782:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.first == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:783:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.userInfo.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:783:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.userInfo.afterLast == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:784:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.first != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:784:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.first != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:785:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.afterLast != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:785:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.afterLast != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:786:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.hostText.afterLast - uriA.hostText.first == 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:786:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.hostText.afterLast - uriA.hostText.first == 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:787:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.first == input + 4 + 3 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:787:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.first == input + 4 + 3 + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:788:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.portText.afterLast == input + 4 + 3 + 1 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:788:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.portText.afterLast == input + 4 + 3 + 1 + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:792:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriHostIpFuture) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:792:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUriHostIpFuture) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:792:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriHostIpFuture) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:792:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUriHostIpFuture) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:792:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriHostIpFuture) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:792:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUriHostIpFuture) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:813:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestEscaping) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:813:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestEscaping) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:813:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestEscaping) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:813:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestEscaping) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:813:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestEscaping) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:813:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestEscaping) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestEscaping_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:820:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"abc def", L"abc+def", SPACE_TO_PLUS)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:820:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"abc def", L"abc+def", SPACE_TO_PLUS)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:821:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"abc def", L"abc%20def", SPACE_TO_PERCENT)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:821:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"abc def", L"abc%20def", SPACE_TO_PERCENT)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:824:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"\x00", L"\0")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:824:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"\x00", L"\0")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:825:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"\x01", L"%01")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:825:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"\x01", L"%01")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:826:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"\xff", L"%FF")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:826:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"\xff", L"%FF")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:829:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"\x0d", L"%0D%0A", SPACE_TO_PLUS, NORMALIZE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:829:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"\x0d", L"%0D%0A", SPACE_TO_PLUS, NORMALIZE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:830:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"g\x0d", L"g%0D%0A", SPACE_TO_PLUS, NORMALIZE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:830:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"g\x0d", L"g%0D%0A", SPACE_TO_PLUS, NORMALIZE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:831:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"\x0dg", L"%0D%0Ag", SPACE_TO_PLUS, NORMALIZE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:831:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"\x0dg", L"%0D%0Ag", SPACE_TO_PLUS, NORMALIZE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:832:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"\x0d", L"%0D", SPACE_TO_PLUS, KEEP_UNMODIFIED)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:832:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"\x0d", L"%0D", SPACE_TO_PLUS, KEEP_UNMODIFIED)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:833:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"g\x0d", L"g%0D", SPACE_TO_PLUS, KEEP_UNMODIFIED)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:833:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"g\x0d", L"g%0D", SPACE_TO_PLUS, KEEP_UNMODIFIED)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:834:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"\x0dg", L"%0Dg", SPACE_TO_PLUS, KEEP_UNMODIFIED)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:834:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"\x0dg", L"%0Dg", SPACE_TO_PLUS, KEEP_UNMODIFIED)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:836:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"\x0a", L"%0D%0A", SPACE_TO_PLUS, NORMALIZE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:836:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"\x0a", L"%0D%0A", SPACE_TO_PLUS, NORMALIZE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:837:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"g\x0a", L"g%0D%0A", SPACE_TO_PLUS, NORMALIZE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:837:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"g\x0a", L"g%0D%0A", SPACE_TO_PLUS, NORMALIZE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:838:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"\x0ag", L"%0D%0Ag", SPACE_TO_PLUS, NORMALIZE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:838:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"\x0ag", L"%0D%0Ag", SPACE_TO_PLUS, NORMALIZE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:839:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"\x0a", L"%0A", SPACE_TO_PLUS, KEEP_UNMODIFIED)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:839:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"\x0a", L"%0A", SPACE_TO_PLUS, KEEP_UNMODIFIED)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:840:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"g\x0a", L"g%0A", SPACE_TO_PLUS, KEEP_UNMODIFIED)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:840:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"g\x0a", L"g%0A", SPACE_TO_PLUS, KEEP_UNMODIFIED)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:841:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"\x0ag", L"%0Ag", SPACE_TO_PLUS, KEEP_UNMODIFIED)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:841:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"\x0ag", L"%0Ag", SPACE_TO_PLUS, KEEP_UNMODIFIED)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:843:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"\x0d\x0a", L"%0D%0A", SPACE_TO_PLUS, NORMALIZE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:843:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"\x0d\x0a", L"%0D%0A", SPACE_TO_PLUS, NORMALIZE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:844:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"g\x0d\x0a", L"g%0D%0A", SPACE_TO_PLUS, NORMALIZE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:844:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"g\x0d\x0a", L"g%0D%0A", SPACE_TO_PLUS, NORMALIZE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:845:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"\x0d\x0ag", L"%0D%0Ag", SPACE_TO_PLUS, NORMALIZE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:845:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"\x0d\x0ag", L"%0D%0Ag", SPACE_TO_PLUS, NORMALIZE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:846:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"\x0d\x0a", L"%0D%0A", SPACE_TO_PLUS, KEEP_UNMODIFIED)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:846:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"\x0d\x0a", L"%0D%0A", SPACE_TO_PLUS, KEEP_UNMODIFIED)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:847:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"g\x0d\x0a", L"g%0D%0A", SPACE_TO_PLUS, KEEP_UNMODIFIED)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:847:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"g\x0d\x0a", L"g%0D%0A", SPACE_TO_PLUS, KEEP_UNMODIFIED)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:848:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"\x0d\x0ag", L"%0D%0Ag", SPACE_TO_PLUS, KEEP_UNMODIFIED)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:848:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"\x0d\x0ag", L"%0D%0Ag", SPACE_TO_PLUS, KEEP_UNMODIFIED)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:850:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"\x0a\x0d", L"%0D%0A%0D%0A", SPACE_TO_PLUS, NORMALIZE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:850:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"\x0a\x0d", L"%0D%0A%0D%0A", SPACE_TO_PLUS, NORMALIZE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:851:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"g\x0a\x0d", L"g%0D%0A%0D%0A", SPACE_TO_PLUS, NORMALIZE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:851:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"g\x0a\x0d", L"g%0D%0A%0D%0A", SPACE_TO_PLUS, NORMALIZE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:852:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"\x0a\x0dg", L"%0D%0A%0D%0Ag", SPACE_TO_PLUS, NORMALIZE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:852:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"\x0a\x0dg", L"%0D%0A%0D%0Ag", SPACE_TO_PLUS, NORMALIZE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:853:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"\x0a\x0d", L"%0A%0D", SPACE_TO_PLUS, KEEP_UNMODIFIED)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:853:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"\x0a\x0d", L"%0A%0D", SPACE_TO_PLUS, KEEP_UNMODIFIED)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:854:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"g\x0a\x0d", L"g%0A%0D", SPACE_TO_PLUS, KEEP_UNMODIFIED)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:854:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"g\x0a\x0d", L"g%0A%0D", SPACE_TO_PLUS, KEEP_UNMODIFIED)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:855:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testEscapingHelper(L"\x0a\x0dg", L"%0A%0Dg", SPACE_TO_PLUS, KEEP_UNMODIFIED)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:855:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testEscapingHelper(L"\x0a\x0dg", L"%0A%0Dg", SPACE_TO_PLUS, KEEP_UNMODIFIED)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:872:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUnescaping) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:872:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestUnescaping) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:872:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUnescaping) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:872:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestUnescaping) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:872:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUnescaping) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:872:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestUnescaping) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestUnescaping_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:878:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"abc%20%41BC", L"abc ABC")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:878:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"abc%20%41BC", L"abc ABC")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:879:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%20", L" ")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:879:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%20", L" ")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:882:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0", L"%0")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:882:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0", L"%0")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:885:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0g", L"%0g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:885:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0g", L"%0g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:886:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%G0", L"%G0")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:886:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%G0", L"%G0")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:889:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%2520", L"%20")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:889:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%2520", L"%20")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:892:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"abc+def", L"abc+def", PLUS_DONT_TOUCH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:892:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"abc+def", L"abc+def", PLUS_DONT_TOUCH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:893:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"abc+def", L"abc def", PLUS_TO_SPACE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:893:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"abc+def", L"abc def", PLUS_TO_SPACE)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:896:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0d", L"\x0a", PLUS_DONT_TOUCH, URI_BR_TO_UNIX)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:896:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0d", L"\x0a", PLUS_DONT_TOUCH, URI_BR_TO_UNIX)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:897:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0d", L"\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_TO_WINDOWS)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:897:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0d", L"\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_TO_WINDOWS)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:898:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0d", L"\x0d", PLUS_DONT_TOUCH, URI_BR_TO_MAC)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:898:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0d", L"\x0d", PLUS_DONT_TOUCH, URI_BR_TO_MAC)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:899:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0d", L"\x0d", PLUS_DONT_TOUCH, URI_BR_DONT_TOUCH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:899:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0d", L"\x0d", PLUS_DONT_TOUCH, URI_BR_DONT_TOUCH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:901:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0d%0d", L"\x0a\x0a", PLUS_DONT_TOUCH, URI_BR_TO_UNIX)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:901:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0d%0d", L"\x0a\x0a", PLUS_DONT_TOUCH, URI_BR_TO_UNIX)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:902:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0d%0d", L"\x0d\x0a\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_TO_WINDOWS)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:902:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0d%0d", L"\x0d\x0a\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_TO_WINDOWS)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:903:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0d%0d", L"\x0d\x0d", PLUS_DONT_TOUCH, URI_BR_TO_MAC)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:903:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0d%0d", L"\x0d\x0d", PLUS_DONT_TOUCH, URI_BR_TO_MAC)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:904:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0d%0d", L"\x0d\x0d", PLUS_DONT_TOUCH, URI_BR_DONT_TOUCH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:904:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0d%0d", L"\x0d\x0d", PLUS_DONT_TOUCH, URI_BR_DONT_TOUCH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:907:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0a", L"\x0a", PLUS_DONT_TOUCH, URI_BR_TO_UNIX)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:907:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0a", L"\x0a", PLUS_DONT_TOUCH, URI_BR_TO_UNIX)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:908:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0a", L"\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_TO_WINDOWS)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:908:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0a", L"\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_TO_WINDOWS)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:909:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0a", L"\x0d", PLUS_DONT_TOUCH, URI_BR_TO_MAC)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:909:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0a", L"\x0d", PLUS_DONT_TOUCH, URI_BR_TO_MAC)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:910:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0a", L"\x0a", PLUS_DONT_TOUCH, URI_BR_DONT_TOUCH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:910:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0a", L"\x0a", PLUS_DONT_TOUCH, URI_BR_DONT_TOUCH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:912:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0a%0a", L"\x0a\x0a", PLUS_DONT_TOUCH, URI_BR_TO_UNIX)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:912:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0a%0a", L"\x0a\x0a", PLUS_DONT_TOUCH, URI_BR_TO_UNIX)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:913:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0a%0a", L"\x0d\x0a\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_TO_WINDOWS)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:913:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0a%0a", L"\x0d\x0a\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_TO_WINDOWS)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:914:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0a%0a", L"\x0d\x0d", PLUS_DONT_TOUCH, URI_BR_TO_MAC)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:914:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0a%0a", L"\x0d\x0d", PLUS_DONT_TOUCH, URI_BR_TO_MAC)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:915:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0a%0a", L"\x0a\x0a", PLUS_DONT_TOUCH, URI_BR_DONT_TOUCH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:915:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0a%0a", L"\x0a\x0a", PLUS_DONT_TOUCH, URI_BR_DONT_TOUCH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:918:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0d%0a", L"\x0a", PLUS_DONT_TOUCH, URI_BR_TO_UNIX)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:918:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0d%0a", L"\x0a", PLUS_DONT_TOUCH, URI_BR_TO_UNIX)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:919:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0d%0a", L"\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_TO_WINDOWS)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:919:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0d%0a", L"\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_TO_WINDOWS)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:920:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0d%0a", L"\x0d", PLUS_DONT_TOUCH, URI_BR_TO_MAC)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:920:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0d%0a", L"\x0d", PLUS_DONT_TOUCH, URI_BR_TO_MAC)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:921:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0d%0a", L"\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_DONT_TOUCH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:921:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0d%0a", L"\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_DONT_TOUCH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:923:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0d%0a%0a", L"\x0a\x0a", PLUS_DONT_TOUCH, URI_BR_TO_UNIX)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:923:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0d%0a%0a", L"\x0a\x0a", PLUS_DONT_TOUCH, URI_BR_TO_UNIX)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:924:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0d%0a%0a", L"\x0d\x0a\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_TO_WINDOWS)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:924:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0d%0a%0a", L"\x0d\x0a\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_TO_WINDOWS)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:925:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0d%0a%0a", L"\x0d\x0d", PLUS_DONT_TOUCH, URI_BR_TO_MAC)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:925:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0d%0a%0a", L"\x0d\x0d", PLUS_DONT_TOUCH, URI_BR_TO_MAC)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:926:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0d%0a%0a", L"\x0d\x0a\x0a", PLUS_DONT_TOUCH, URI_BR_DONT_TOUCH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:926:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0d%0a%0a", L"\x0d\x0a\x0a", PLUS_DONT_TOUCH, URI_BR_DONT_TOUCH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:928:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0d%0a%0d", L"\x0a\x0a", PLUS_DONT_TOUCH, URI_BR_TO_UNIX)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:928:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0d%0a%0d", L"\x0a\x0a", PLUS_DONT_TOUCH, URI_BR_TO_UNIX)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:929:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0d%0a%0d", L"\x0d\x0a\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_TO_WINDOWS)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:929:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0d%0a%0d", L"\x0d\x0a\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_TO_WINDOWS)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:930:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0d%0a%0d", L"\x0d\x0d", PLUS_DONT_TOUCH, URI_BR_TO_MAC)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:930:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0d%0a%0d", L"\x0d\x0d", PLUS_DONT_TOUCH, URI_BR_TO_MAC)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:931:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0d%0a%0d", L"\x0d\x0a\x0d", PLUS_DONT_TOUCH, URI_BR_DONT_TOUCH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:931:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0d%0a%0d", L"\x0d\x0a\x0d", PLUS_DONT_TOUCH, URI_BR_DONT_TOUCH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:933:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0d%0a%0d%0a", L"\x0a\x0a", PLUS_DONT_TOUCH, URI_BR_TO_UNIX)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:933:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0d%0a%0d%0a", L"\x0a\x0a", PLUS_DONT_TOUCH, URI_BR_TO_UNIX)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:934:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0d%0a%0d%0a", L"\x0d\x0a\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_TO_WINDOWS)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:934:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0d%0a%0d%0a", L"\x0d\x0a\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_TO_WINDOWS)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:935:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0d%0a%0d%0a", L"\x0d\x0d", PLUS_DONT_TOUCH, URI_BR_TO_MAC)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:935:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0d%0a%0d%0a", L"\x0d\x0d", PLUS_DONT_TOUCH, URI_BR_TO_MAC)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:936:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0d%0a%0d%0a", L"\x0d\x0a\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_DONT_TOUCH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:936:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0d%0a%0d%0a", L"\x0d\x0a\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_DONT_TOUCH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:939:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0a%0d", L"\x0a\x0a", PLUS_DONT_TOUCH, URI_BR_TO_UNIX)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:939:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0a%0d", L"\x0a\x0a", PLUS_DONT_TOUCH, URI_BR_TO_UNIX)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:940:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0a%0d", L"\x0d\x0a\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_TO_WINDOWS)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:940:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0a%0d", L"\x0d\x0a\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_TO_WINDOWS)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:941:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0a%0d", L"\x0d\x0d", PLUS_DONT_TOUCH, URI_BR_TO_MAC)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:941:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0a%0d", L"\x0d\x0d", PLUS_DONT_TOUCH, URI_BR_TO_MAC)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:942:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0a%0d", L"\x0a\x0d", PLUS_DONT_TOUCH, URI_BR_DONT_TOUCH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:942:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0a%0d", L"\x0a\x0d", PLUS_DONT_TOUCH, URI_BR_DONT_TOUCH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:944:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0a%0d%0a", L"\x0a\x0a", PLUS_DONT_TOUCH, URI_BR_TO_UNIX)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:944:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0a%0d%0a", L"\x0a\x0a", PLUS_DONT_TOUCH, URI_BR_TO_UNIX)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:945:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0a%0d%0a", L"\x0d\x0a\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_TO_WINDOWS)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:945:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0a%0d%0a", L"\x0d\x0a\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_TO_WINDOWS)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:946:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0a%0d%0a", L"\x0d\x0d", PLUS_DONT_TOUCH, URI_BR_TO_MAC)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:946:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0a%0d%0a", L"\x0d\x0d", PLUS_DONT_TOUCH, URI_BR_TO_MAC)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:947:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0a%0d%0a", L"\x0a\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_DONT_TOUCH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:947:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0a%0d%0a", L"\x0a\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_DONT_TOUCH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:949:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0a%0d%0d", L"\x0a\x0a\x0a", PLUS_DONT_TOUCH, URI_BR_TO_UNIX)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:949:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0a%0d%0d", L"\x0a\x0a\x0a", PLUS_DONT_TOUCH, URI_BR_TO_UNIX)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:950:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0a%0d%0d", L"\x0d\x0a\x0d\x0a\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_TO_WINDOWS)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:950:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0a%0d%0d", L"\x0d\x0a\x0d\x0a\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_TO_WINDOWS)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:951:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0a%0d%0d", L"\x0d\x0d\x0d", PLUS_DONT_TOUCH, URI_BR_TO_MAC)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:951:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0a%0d%0d", L"\x0d\x0d\x0d", PLUS_DONT_TOUCH, URI_BR_TO_MAC)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:952:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0a%0d%0d", L"\x0a\x0d\x0d", PLUS_DONT_TOUCH, URI_BR_DONT_TOUCH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:952:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0a%0d%0d", L"\x0a\x0d\x0d", PLUS_DONT_TOUCH, URI_BR_DONT_TOUCH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:954:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0a%0d%0a%0d", L"\x0a\x0a\x0a", PLUS_DONT_TOUCH, URI_BR_TO_UNIX)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:954:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0a%0d%0a%0d", L"\x0a\x0a\x0a", PLUS_DONT_TOUCH, URI_BR_TO_UNIX)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:955:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0a%0d%0a%0d", L"\x0d\x0a\x0d\x0a\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_TO_WINDOWS)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:955:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0a%0d%0a%0d", L"\x0d\x0a\x0d\x0a\x0d\x0a", PLUS_DONT_TOUCH, URI_BR_TO_WINDOWS)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:956:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0a%0d%0a%0d", L"\x0d\x0d\x0d", PLUS_DONT_TOUCH, URI_BR_TO_MAC)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:956:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0a%0d%0a%0d", L"\x0d\x0d\x0d", PLUS_DONT_TOUCH, URI_BR_TO_MAC)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:957:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testUnescapingHelper(L"%0a%0d%0a%0d", L"\x0a\x0d\x0a\x0d", PLUS_DONT_TOUCH, URI_BR_DONT_TOUCH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:957:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testUnescapingHelper(L"%0a%0d%0a%0d", L"\x0a\x0d\x0a\x0d", PLUS_DONT_TOUCH, URI_BR_DONT_TOUCH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1029:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestTrailingSlash) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1029:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestTrailingSlash) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1029:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestTrailingSlash) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1029:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestTrailingSlash) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1029:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestTrailingSlash) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1029:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestTrailingSlash) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestTrailingSlash_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1035:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1035:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0 == uriParseUriA(&stateA, input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1037:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.pathHead->text.first == input); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1037:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.pathHead->text.first == input); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1038:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.pathHead->text.afterLast == input + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1038:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.pathHead->text.afterLast == input + 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1039:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.pathHead->next->text.first == uriA.pathHead->next->text.afterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1039:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.pathHead->next->text.first == uriA.pathHead->next->text.afterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1040:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.pathHead->next->next == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1040:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.pathHead->next->next == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1041:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriA.pathTail == uriA.pathHead->next); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1041:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriA.pathTail == uriA.pathHead->next); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1045:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestAddBase) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1045:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestAddBase) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1045:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestAddBase) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1045:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestAddBase) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1045:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestAddBase) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1045:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestAddBase) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestAddBase_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1047:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g:h", L"g:h")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1047:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g:h", L"g:h")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1048:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g", L"http://a/b/c/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1048:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g", L"http://a/b/c/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1049:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"./g", L"http://a/b/c/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1049:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"./g", L"http://a/b/c/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1050:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g/", L"http://a/b/c/g/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1050:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g/", L"http://a/b/c/g/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1051:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"/g", L"http://a/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1051:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"/g", L"http://a/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1052:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"//g", L"http://g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1052:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"//g", L"http://g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1053:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"?y", L"http://a/b/c/d;p?y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1053:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"?y", L"http://a/b/c/d;p?y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1054:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g?y", L"http://a/b/c/g?y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1054:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g?y", L"http://a/b/c/g?y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1055:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"#s", L"http://a/b/c/d;p?q#s")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1055:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"#s", L"http://a/b/c/d;p?q#s")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1056:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g#s", L"http://a/b/c/g#s")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1056:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g#s", L"http://a/b/c/g#s")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1057:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g?y#s", L"http://a/b/c/g?y#s")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1057:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g?y#s", L"http://a/b/c/g?y#s")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1058:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L";x", L"http://a/b/c/;x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1058:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L";x", L"http://a/b/c/;x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1059:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g;x", L"http://a/b/c/g;x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1059:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g;x", L"http://a/b/c/g;x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1060:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g;x?y#s", L"http://a/b/c/g;x?y#s")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1060:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g;x?y#s", L"http://a/b/c/g;x?y#s")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1061:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"", L"http://a/b/c/d;p?q")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1061:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"", L"http://a/b/c/d;p?q")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1062:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L".", L"http://a/b/c/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1062:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L".", L"http://a/b/c/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1063:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"./", L"http://a/b/c/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1063:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"./", L"http://a/b/c/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1064:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"..", L"http://a/b/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1064:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"..", L"http://a/b/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1065:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"../", L"http://a/b/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1065:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"../", L"http://a/b/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1066:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"../g", L"http://a/b/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1066:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"../g", L"http://a/b/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1067:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"../..", L"http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1067:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"../..", L"http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1068:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"../../", L"http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1068:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"../../", L"http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1069:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"../../g", L"http://a/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1069:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"../../g", L"http://a/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1072:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"../../../g", L"http://a/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1072:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"../../../g", L"http://a/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1073:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"../../../../g", L"http://a/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1073:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"../../../../g", L"http://a/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1074:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"/./g", L"http://a/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1074:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"/./g", L"http://a/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1075:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"/../g", L"http://a/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1075:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"/../g", L"http://a/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1076:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g.", L"http://a/b/c/g.")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1076:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g.", L"http://a/b/c/g.")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1077:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L".g", L"http://a/b/c/.g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1077:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L".g", L"http://a/b/c/.g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1078:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g..", L"http://a/b/c/g..")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1078:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g..", L"http://a/b/c/g..")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1079:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"..g", L"http://a/b/c/..g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1079:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"..g", L"http://a/b/c/..g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1080:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"./../g", L"http://a/b/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1080:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"./../g", L"http://a/b/g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1081:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"./g/.", L"http://a/b/c/g/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1081:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"./g/.", L"http://a/b/c/g/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1082:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g/./h", L"http://a/b/c/g/h")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1082:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g/./h", L"http://a/b/c/g/h")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1083:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g/../h", L"http://a/b/c/h")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1083:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g/../h", L"http://a/b/c/h")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1084:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g;x=1/./y", L"http://a/b/c/g;x=1/y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1084:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g;x=1/./y", L"http://a/b/c/g;x=1/y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1085:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g;x=1/../y", L"http://a/b/c/y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1085:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g;x=1/../y", L"http://a/b/c/y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1086:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g?y/./x", L"http://a/b/c/g?y/./x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1086:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g?y/./x", L"http://a/b/c/g?y/./x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1087:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g?y/../x", L"http://a/b/c/g?y/../x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1087:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g?y/../x", L"http://a/b/c/g?y/../x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1088:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g#s/./x", L"http://a/b/c/g#s/./x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1088:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g#s/./x", L"http://a/b/c/g#s/./x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1089:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g#s/../x", L"http://a/b/c/g#s/../x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1089:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"g#s/../x", L"http://a/b/c/g#s/../x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1090:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"http:g", L"http:g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1090:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"http:g", L"http:g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1093:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"http:g", L"http:g", false)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1093:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"http:g", L"http:g", false)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1094:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"http:g", L"http://a/b/c/g", true)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1094:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"http:g", L"http://a/b/c/g", true)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1095:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"http:g?q#f", L"http://a/b/c/g?q#f", true)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1095:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"http:g?q#f", L"http://a/b/c/g?q#f", true)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1096:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"other:g?q#f", L"other:g?q#f", true)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1096:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"other:g?q#f", L"other:g?q#f", true)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1099:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"/", L"http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1099:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"/", L"http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1100:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"/g/", L"http://a/g/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1100:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"/g/", L"http://a/g/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1103:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testAddBaseHelper(L"http://a/b/c/../d;p?q", L"../..", L"http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1103:3: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testAddBaseHelper(L"http://a/b/c/../d;p?q", L"../..", L"http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1104:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testAddBaseHelper(L"http://a/b/c/../d;p?q", L"../../", L"http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1104:3: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testAddBaseHelper(L"http://a/b/c/../d;p?q", L"../../", L"http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1106:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testAddBaseHelper(L"http://a/b/../c/d;p?q", L"../..", L"http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1106:3: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testAddBaseHelper(L"http://a/b/../c/d;p?q", L"../..", L"http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1107:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testAddBaseHelper(L"http://a/b/../c/d;p?q", L"../../", L"http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1107:3: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testAddBaseHelper(L"http://a/b/../c/d;p?q", L"../../", L"http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1109:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testAddBaseHelper(L"http://a/../b/c/d;p?q", L"../..", L"http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1109:3: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testAddBaseHelper(L"http://a/../b/c/d;p?q", L"../..", L"http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1110:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testAddBaseHelper(L"http://a/../b/c/d;p?q", L"../../", L"http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1110:3: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testAddBaseHelper(L"http://a/../b/c/d;p?q", L"../../", L"http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1112:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"../../..", L"http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1112:3: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"../../..", L"http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1113:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"../../../", L"http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1113:3: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testAddBaseHelper(L"http://a/b/c/d;p?q", L"../../../", L"http://a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1165:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestToString) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1165:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestToString) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1165:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestToString) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1165:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestToString) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1165:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestToString) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1165:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestToString) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestToString_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1167:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"ftp://localhost/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1167:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"ftp://localhost/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1169:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"http://user:pass@localhost/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1169:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"http://user:pass@localhost/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1171:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"http://123.0.1.255/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1171:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"http://123.0.1.255/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1173:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"http://[abcd:abcd:abcd:abcd:abcd:abcd:abcd:abcd]/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1173:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"http://[abcd:abcd:abcd:abcd:abcd:abcd:abcd:abcd]/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1175:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"http://[vA.123456]/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1175:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"http://[vA.123456]/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1177:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"http://example.com:123/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1177:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"http://example.com:123/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1179:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"http://example.com")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1179:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"http://example.com")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1180:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"http://example.com/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1180:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"http://example.com/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1181:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"http://example.com/abc/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1181:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"http://example.com/abc/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1182:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"http://example.com/abc/def")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1182:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"http://example.com/abc/def")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1183:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"http://example.com/abc/def/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1183:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"http://example.com/abc/def/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1184:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"http://example.com//")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1184:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"http://example.com//")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1185:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"http://example.com/./..")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1185:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"http://example.com/./..")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1187:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"http://example.com/?abc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1187:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"http://example.com/?abc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1189:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"http://example.com/#abc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1189:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"http://example.com/#abc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1190:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"http://example.com/?def#abc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1190:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"http://example.com/?def#abc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1193:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"a")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1193:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"a")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1194:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1194:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1195:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"/a")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1195:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"/a")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1196:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"/a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1196:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"/a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1197:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"abc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1197:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"abc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1198:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"abc/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1198:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"abc/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1199:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"/abc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1199:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"/abc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1200:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"/abc/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1200:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"/abc/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1201:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"a/def")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1201:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"a/def")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1202:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"a/def/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1202:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"a/def/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1203:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"/a/def")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1203:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"/a/def")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1204:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"/a/def/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1204:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"/a/def/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1205:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"abc/def")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1205:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"abc/def")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1206:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"abc/def/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1206:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"abc/def/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1207:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"/abc/def")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1207:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"/abc/def")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1208:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"/abc/def/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1208:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"/abc/def/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1209:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1209:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1210:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"//a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1210:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"//a/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1211:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L".")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1211:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L".")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1212:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"./")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1212:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"./")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1213:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"/.")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1213:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"/.")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1214:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"/./")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1214:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"/./")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1215:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1215:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1216:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"./abc/def")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1216:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"./abc/def")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1217:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"?query")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1217:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"?query")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1218:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"#fragment")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1218:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"#fragment")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1219:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"?query#fragment")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1219:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"?query#fragment")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1222:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(L"f:/.//g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1222:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(L"f:/.//g")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1225:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestToStringBug1950126) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1225:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestToStringBug1950126) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1225:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestToStringBug1950126) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1225:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestToStringBug1950126) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1225:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestToStringBug1950126) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1225:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestToStringBug1950126) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestToStringBug1950126_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1232:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(URI_SUCCESS == uriParseUriW(&state, uriOneString)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1232:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(URI_SUCCESS == uriParseUriW(&state, uriOneString)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1234:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(URI_SUCCESS == uriParseUriW(&state, uriTwoString)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1234:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(URI_SUCCESS == uriParseUriW(&state, uriTwoString)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1235:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(URI_FALSE == uriEqualsUriW(&uriOne, &uriTwo)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1235:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(URI_FALSE == uriEqualsUriW(&uriOne, &uriTwo)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1239:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(uriOneString)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1239:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(uriOneString)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1240:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testToStringHelper(uriTwoString)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1240:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testToStringHelper(uriTwoString)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1285:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestToStringCharsRequired) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1285:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestToStringCharsRequired) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1285:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestToStringCharsRequired) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1285:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestToStringCharsRequired) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1285:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestToStringCharsRequired) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1285:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestToStringCharsRequired) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestToStringCharsRequired_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1286:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://1.1.1.1/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1286:3: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://1.1.1.1/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1287:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://12.1.1.1/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1287:3: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://12.1.1.1/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1288:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://123.1.1.1/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1288:3: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://123.1.1.1/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1289:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://1.12.1.1/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1289:3: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://1.12.1.1/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1290:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://1.123.1.1/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1290:3: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://1.123.1.1/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1291:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://1.1.12.1/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1291:3: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://1.1.12.1/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1292:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://1.1.123.1/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1292:3: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://1.1.123.1/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1293:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://1.1.1.12/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1293:3: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://1.1.1.12/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1294:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://1.1.1.123/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1294:3: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://1.1.1.123/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1295:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://www.example.com/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1295:3: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://www.example.com/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1296:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://www.example.com:80/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1296:3: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://www.example.com:80/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1297:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://user:pass@www.example.com/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1297:3: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://user:pass@www.example.com/")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1298:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://www.example.com/index.html")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1298:3: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://www.example.com/index.html")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1299:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://www.example.com/?abc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1299:3: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://www.example.com/?abc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1300:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://www.example.com/#def")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1300:3: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://www.example.com/#def")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1301:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://www.example.com/?abc#def")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1301:3: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testToStringCharsRequiredHelper(L"http://www.example.com/?abc#def")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1302:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testToStringCharsRequiredHelper(L"/test")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1302:3: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testToStringCharsRequiredHelper(L"/test")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1303:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testToStringCharsRequiredHelper(L"test")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1303:3: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testToStringCharsRequiredHelper(L"test")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1339:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestNormalizeSyntaxMaskRequired) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1339:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestNormalizeSyntaxMaskRequired) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1339:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestNormalizeSyntaxMaskRequired) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1339:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestNormalizeSyntaxMaskRequired) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1339:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestNormalizeSyntaxMaskRequired) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1339:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestNormalizeSyntaxMaskRequired) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestNormalizeSyntaxMaskRequired_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1340:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testNormalizeMaskHelper(L"http://localhost/", URI_NORMALIZED)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1340:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testNormalizeMaskHelper(L"http://localhost/", URI_NORMALIZED)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1341:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testNormalizeMaskHelper(L"httP://localhost/", URI_NORMALIZE_SCHEME)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1341:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testNormalizeMaskHelper(L"httP://localhost/", URI_NORMALIZE_SCHEME)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1342:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testNormalizeMaskHelper(L"http://%0d@localhost/", URI_NORMALIZE_USER_INFO)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1342:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testNormalizeMaskHelper(L"http://%0d@localhost/", URI_NORMALIZE_USER_INFO)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1343:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testNormalizeMaskHelper(L"http://localhosT/", URI_NORMALIZE_HOST)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1343:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testNormalizeMaskHelper(L"http://localhosT/", URI_NORMALIZE_HOST)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1344:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testNormalizeMaskHelper(L"http://localhost/./abc", URI_NORMALIZE_PATH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1344:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testNormalizeMaskHelper(L"http://localhost/./abc", URI_NORMALIZE_PATH)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1345:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testNormalizeMaskHelper(L"http://localhost/?AB%43", URI_NORMALIZE_QUERY)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1345:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testNormalizeMaskHelper(L"http://localhost/?AB%43", URI_NORMALIZE_QUERY)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1346:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testNormalizeMaskHelper(L"http://localhost/#AB%43", URI_NORMALIZE_FRAGMENT)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1346:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testNormalizeMaskHelper(L"http://localhost/#AB%43", URI_NORMALIZE_FRAGMENT)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1400:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestNormalizeSyntax) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1400:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestNormalizeSyntax) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1400:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestNormalizeSyntax) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1400:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestNormalizeSyntax) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1400:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestNormalizeSyntax) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1400:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestNormalizeSyntax) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestNormalizeSyntax_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1401:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1401:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1406:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1406:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1411:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1411:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1416:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1416:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1420:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1420:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1424:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1424:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1428:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1428:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1432:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1432:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1436:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1436:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1440:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1440:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1444:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1444:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1448:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1448:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1452:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1452:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1456:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1456:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1461:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestNormalizeSyntaxComponents) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1461:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestNormalizeSyntaxComponents) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1461:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestNormalizeSyntaxComponents) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1461:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestNormalizeSyntaxComponents) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1461:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestNormalizeSyntaxComponents) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1461:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestNormalizeSyntaxComponents) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestNormalizeSyntaxComponents_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1462:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1462:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1467:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1467:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1472:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1472:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1477:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1477:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1482:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1482:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1487:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1487:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1493:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestNormalizeSyntaxPath) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1493:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestNormalizeSyntaxPath) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1493:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestNormalizeSyntaxPath) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1493:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestNormalizeSyntaxPath) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1493:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestNormalizeSyntaxPath) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1493:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestNormalizeSyntaxPath) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestNormalizeSyntaxPath_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1495:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1495:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1499:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1499:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1503:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1503:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1509:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1509:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1513:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1513:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1517:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1517:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1521:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1521:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1525:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1525:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1529:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1529:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(testNormalizeSyntaxHelper( ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1535:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestNormalizeCrashBug20080224) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1535:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestNormalizeCrashBug20080224) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1535:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestNormalizeCrashBug20080224) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1535:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestNormalizeCrashBug20080224) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1535:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestNormalizeCrashBug20080224) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1535:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestNormalizeCrashBug20080224) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestNormalizeCrashBug20080224_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1542:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(res == 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1542:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(res == 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1546:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(res == 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1546:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(res == 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1548:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(res == 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1548:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(res == 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1552:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(res == 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1552:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(res == 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In function 'void {anonymous}::testFilenameUriConversionHelper(const wchar_t*, const wchar_t*, bool, const wchar_t*)': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1577:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!wcscmp(uriBuffer, expectedUriString)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1577:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!wcscmp(uriBuffer, expectedUriString)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1591:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!wcscmp(filenameBuffer, filename)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1591:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!wcscmp(filenameBuffer, filename)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1596:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestFilenameUriConversion) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1596:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestFilenameUriConversion) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1596:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestFilenameUriConversion) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1596:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestFilenameUriConversion) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1596:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestFilenameUriConversion) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1596:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestFilenameUriConversion) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1617:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestCrashFreeUriMembersBug20080116) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1617:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestCrashFreeUriMembersBug20080116) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1617:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestCrashFreeUriMembersBug20080116) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1617:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestCrashFreeUriMembersBug20080116) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1617:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestCrashFreeUriMembersBug20080116) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1617:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestCrashFreeUriMembersBug20080116) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestCrashFreeUriMembersBug20080116_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1626:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(true); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1626:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(true); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1633:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestCrashReport2418192) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1633:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestCrashReport2418192) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1633:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestCrashReport2418192) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1633:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestCrashReport2418192) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1633:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestCrashReport2418192) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1633:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestCrashReport2418192) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1638:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestPervertedQueryString) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1638:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestPervertedQueryString) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1638:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestPervertedQueryString) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1638:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestPervertedQueryString) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1638:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestPervertedQueryString) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1638:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestPervertedQueryString) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1642:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestQueryStringEndingInEqualSignNonBug32) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1642:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestQueryStringEndingInEqualSignNonBug32) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1642:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestQueryStringEndingInEqualSignNonBug32) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1642:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestQueryStringEndingInEqualSignNonBug32) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1642:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestQueryStringEndingInEqualSignNonBug32) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1642:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestQueryStringEndingInEqualSignNonBug32) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestQueryStringEndingInEqualSignNonBug32_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1650:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(res == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1650:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(res == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1651:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(itemCount == 2); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1651:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(itemCount == 2); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1652:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(queryList != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1652:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(queryList != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1653:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(strcmp(queryList->key, "firstname") == 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1653:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(strcmp(queryList->key, "firstname") == 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1654:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(strcmp(queryList->value, "sdsd") == 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1654:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(strcmp(queryList->value, "sdsd") == 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1655:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(strcmp(queryList->next->key, "lastname") == 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1655:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(strcmp(queryList->next->key, "lastname") == 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1656:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(strcmp(queryList->next->value, "") == 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1656:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(strcmp(queryList->next->value, "") == 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1657:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(queryList->next->next == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1657:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(queryList->next->next == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In function 'void {anonymous}::helperTestQueryString(const char*, int)': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1668:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(res == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1668:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(res == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1675:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(res == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1675:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(res == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1676:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(queryList != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1676:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(queryList != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1677:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(itemCount == pairsExpected); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1677:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(itemCount == pairsExpected); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1683:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestCrashMakeOwnerBug20080207) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1683:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestCrashMakeOwnerBug20080207) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1683:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestCrashMakeOwnerBug20080207) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1683:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestCrashMakeOwnerBug20080207) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1683:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestCrashMakeOwnerBug20080207) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1683:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestCrashMakeOwnerBug20080207) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestCrashMakeOwnerBug20080207_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1690:4: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(false); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1690:4: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(false); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1693:4: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(false); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1693:4: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(false); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1696:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(true); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1696:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(true); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In function 'void {anonymous}::testQueryListHelper(const wchar_t*, int)': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1711:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(res == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1711:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(res == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1712:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(itemCount == expectedItemCount); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1712:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(itemCount == expectedItemCount); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1713:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE((queryList == NULL) == (expectedItemCount == 0)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1713:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE((queryList == NULL) == (expectedItemCount == 0)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1720:4: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(res == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1720:4: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(res == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1721:4: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(charsRequired >= (int)wcslen(input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1721:4: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(charsRequired >= (int)wcslen(input)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1727:4: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(res == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1727:4: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(res == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1728:4: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(charsWritten <= charsRequired); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1728:4: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(charsWritten <= charsRequired); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1729:4: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(charsWritten == (int)wcslen(input) + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1729:4: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(charsWritten == (int)wcslen(input) + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1730:4: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!wcscmp(input, recomposed)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1730:4: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!wcscmp(input, recomposed)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1735:4: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(res == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1735:4: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(res == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1736:4: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(recomposed != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1736:4: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(recomposed != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1737:4: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(charsWritten == (int)wcslen(input) + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1737:4: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(charsWritten == (int)wcslen(input) + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1738:4: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!wcscmp(input, recomposed)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1738:4: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!wcscmp(input, recomposed)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1746:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, QueryList) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1746:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, QueryList) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1746:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, QueryList) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1746:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, QueryList) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1746:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, QueryList) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1746:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, QueryList) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In function 'void {anonymous}::testQueryListPairHelper(const char*, const char*, const char*, const char*)': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1763:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(res == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1763:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(res == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1764:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(queryList != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1764:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(queryList != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1765:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(itemCount == 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1765:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(itemCount == 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1766:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!strcmp(queryList->key, unescapedKey)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1766:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!strcmp(queryList->key, unescapedKey)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1767:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!strcmp(queryList->value, unescapedValue)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1767:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!strcmp(queryList->value, unescapedValue)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1771:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(res == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1771:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(res == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1772:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(recomposed != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1772:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(recomposed != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1773:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!strcmp(recomposed, (fixed != NULL) ? fixed : pair)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1773:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!strcmp(recomposed, (fixed != NULL) ? fixed : pair)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1779:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestQueryListPair) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1779:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestQueryListPair) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1779:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestQueryListPair) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1779:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestQueryListPair) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1779:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestQueryListPair) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1779:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestQueryListPair) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1785:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestQueryDissectionBug3590761) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1785:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestQueryDissectionBug3590761) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1785:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestQueryDissectionBug3590761) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1785:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestQueryDissectionBug3590761) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1785:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestQueryDissectionBug3590761) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1785:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestQueryDissectionBug3590761) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestQueryDissectionBug3590761_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1792:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(res == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1792:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(res == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1793:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(queryList != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1793:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(queryList != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1794:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(itemCount == 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1794:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(itemCount == 3); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1796:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!strcmp(queryList->key, "q")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1796:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!strcmp(queryList->key, "q")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1797:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!strcmp(queryList->value, "hello")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1797:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!strcmp(queryList->value, "hello")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1799:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!strcmp(queryList->next->key, "x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1799:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!strcmp(queryList->next->key, "x")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1800:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!strcmp(queryList->next->value, "")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1800:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!strcmp(queryList->next->value, "")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1802:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!strcmp(queryList->next->next->key, "y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1802:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!strcmp(queryList->next->next->key, "y")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1803:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(!strcmp(queryList->next->next->value, "")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1803:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(!strcmp(queryList->next->next->value, "")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1805:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(! queryList->next->next->next); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1805:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(! queryList->next->next->next); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1810:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestQueryCompositionMathCalc) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1810:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestQueryCompositionMathCalc) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1810:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestQueryCompositionMathCalc) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1810:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestQueryCompositionMathCalc) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1810:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestQueryCompositionMathCalc) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1810:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestQueryCompositionMathCalc) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestQueryCompositionMathCalc_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1815:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriComposeQueryCharsRequiredA(&first, &charsRequired) ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1815:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriComposeQueryCharsRequiredA(&first, &charsRequired) ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1819:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE((unsigned)charsRequired == ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1819:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE((unsigned)charsRequired == ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1826:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestQueryCompositionMathWriteGoogleAutofuzz113244572) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1826:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestQueryCompositionMathWriteGoogleAutofuzz113244572) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1826:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestQueryCompositionMathWriteGoogleAutofuzz113244572) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1826:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestQueryCompositionMathWriteGoogleAutofuzz113244572) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1826:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestQueryCompositionMathWriteGoogleAutofuzz113244572) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1826:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestQueryCompositionMathWriteGoogleAutofuzz113244572) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestQueryCompositionMathWriteGoogleAutofuzz113244572_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1840:4: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriComposeQueryExA(dest, &first, sizeof(dest), ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1840:4: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriComposeQueryExA(dest, &first, sizeof(dest), ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1843:4: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(! strcmp(dest, expected)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1843:4: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(! strcmp(dest, expected)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1844:4: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(charsWritten == strlen(expected) + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1844:4: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(charsWritten == strlen(expected) + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1851:4: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriComposeQueryExA(dest, &first, sizeof(dest), ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1851:4: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriComposeQueryExA(dest, &first, sizeof(dest), ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1857:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestFreeCrashBug20080827) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1857:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestFreeCrashBug20080827) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1857:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestFreeCrashBug20080827) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1857:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestFreeCrashBug20080827) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1857:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestFreeCrashBug20080827) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1857:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestFreeCrashBug20080827) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestFreeCrashBug20080827_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1869:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(res == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1869:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(res == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1873:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(res == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1873:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(res == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1876:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(res == URI_ERROR_REMOVEBASE_REL_SOURCE); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1876:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(res == URI_ERROR_REMOVEBASE_REL_SOURCE); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1883:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestInvalidInputBug16) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1883:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestInvalidInputBug16) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1883:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestInvalidInputBug16) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1883:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestInvalidInputBug16) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1883:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestInvalidInputBug16) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1883:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestInvalidInputBug16) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestInvalidInputBug16_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1891:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(res == URI_ERROR_SYNTAX); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1891:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(res == URI_ERROR_SYNTAX); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1892:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(stateA.errorPos == input + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1892:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(stateA.errorPos == input + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1893:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(stateA.errorCode == URI_ERROR_SYNTAX); /* failed previously */ ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1893:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(stateA.errorCode == URI_ERROR_SYNTAX); /* failed previously */ ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In function 'void {anonymous}::testEqualsHelper(const char*)': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1904:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(URI_SUCCESS == uriParseUriA(&state, uri_to_test)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1904:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(URI_SUCCESS == uriParseUriA(&state, uri_to_test)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1906:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(URI_SUCCESS == uriParseUriA(&state, uri_to_test)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1906:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(URI_SUCCESS == uriParseUriA(&state, uri_to_test)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1907:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(URI_TRUE == uriEqualsUriA(&uriOne, &uriTwo)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1907:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(URI_TRUE == uriEqualsUriA(&uriOne, &uriTwo)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1913:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestEquals) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1913:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestEquals) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1913:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestEquals) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1913:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestEquals) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1913:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestEquals) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1913:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestEquals) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1930:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestHostTextTerminationIssue15) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1930:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestHostTextTerminationIssue15) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1930:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestHostTextTerminationIssue15) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1930:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestHostTextTerminationIssue15) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1930:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestHostTextTerminationIssue15) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1930:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestHostTextTerminationIssue15) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriSuite_TestHostTextTerminationIssue15_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1937:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(URI_SUCCESS == uriParseUriA(&state, emptyHostWithPortUri)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1937:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(URI_SUCCESS == uriParseUriA(&state, emptyHostWithPortUri)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1938:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uri.hostText.first == emptyHostWithPortUri + strlen("//")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1938:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uri.hostText.first == emptyHostWithPortUri + strlen("//")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1939:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uri.hostText.afterLast == uri.hostText.first + 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1939:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uri.hostText.afterLast == uri.hostText.first + 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1940:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uri.portText.first == emptyHostWithPortUri ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1940:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uri.portText.first == emptyHostWithPortUri ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1942:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uri.portText.afterLast == uri.portText.first ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1942:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uri.portText.afterLast == uri.portText.first ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1948:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(URI_SUCCESS == uriParseUriA(&state, hostWithPortUri)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1948:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(URI_SUCCESS == uriParseUriA(&state, hostWithPortUri)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1949:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uri.hostText.first == hostWithPortUri + strlen("//")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1949:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uri.hostText.first == hostWithPortUri + strlen("//")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1950:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uri.hostText.afterLast == uri.hostText.first ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1950:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uri.hostText.afterLast == uri.hostText.first ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1952:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uri.portText.first == hostWithPortUri + strlen("//h:")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1952:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uri.portText.first == hostWithPortUri + strlen("//h:")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1953:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uri.portText.afterLast == uri.portText.first ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1953:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uri.portText.afterLast == uri.portText.first ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1959:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(URI_SUCCESS == uriParseUriA(&state, ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1959:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(URI_SUCCESS == uriParseUriA(&state, ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1961:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uri.userInfo.first == emptyHostEmptyUserInfoUri ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1961:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uri.userInfo.first == emptyHostEmptyUserInfoUri ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1963:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uri.userInfo.afterLast == uri.userInfo.first + 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1963:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uri.userInfo.afterLast == uri.userInfo.first + 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1964:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uri.hostText.first == emptyHostEmptyUserInfoUri ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1964:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uri.hostText.first == emptyHostEmptyUserInfoUri ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1966:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uri.hostText.afterLast == uri.hostText.first + 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1966:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uri.hostText.afterLast == uri.hostText.first + 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1971:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(URI_SUCCESS == uriParseUriA(&state, hostEmptyUserInfoUri)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1971:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(URI_SUCCESS == uriParseUriA(&state, hostEmptyUserInfoUri)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1972:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uri.userInfo.first == hostEmptyUserInfoUri + strlen("//")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1972:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uri.userInfo.first == hostEmptyUserInfoUri + strlen("//")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1973:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uri.userInfo.afterLast == uri.userInfo.first + 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1973:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uri.userInfo.afterLast == uri.userInfo.first + 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1974:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uri.hostText.first == hostEmptyUserInfoUri ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1974:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uri.hostText.first == hostEmptyUserInfoUri ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1976:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uri.hostText.afterLast == uri.hostText.first ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1976:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uri.hostText.afterLast == uri.hostText.first ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1982:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(URI_SUCCESS == uriParseUriA(&state, ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1982:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(URI_SUCCESS == uriParseUriA(&state, ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1984:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uri.userInfo.first == emptyHostWithUserInfoUri ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1984:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uri.userInfo.first == emptyHostWithUserInfoUri ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1986:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uri.userInfo.afterLast == uri.userInfo.first + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1986:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uri.userInfo.afterLast == uri.userInfo.first + 1); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1987:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uri.hostText.first == emptyHostWithUserInfoUri ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1987:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uri.hostText.first == emptyHostWithUserInfoUri ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1989:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uri.hostText.afterLast == uri.hostText.first + 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1989:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uri.hostText.afterLast == uri.hostText.first + 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1994:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(URI_SUCCESS == uriParseUriA(&state, issue15Uri)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1994:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(URI_SUCCESS == uriParseUriA(&state, issue15Uri)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1995:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uri.userInfo.first == issue15Uri + strlen("//")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1995:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uri.userInfo.first == issue15Uri + strlen("//")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1996:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uri.userInfo.afterLast == uri.userInfo.first ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1996:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uri.userInfo.afterLast == uri.userInfo.first ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1998:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uri.hostText.first == issue15Uri + strlen("//:%aa@")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1998:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uri.hostText.first == issue15Uri + strlen("//:%aa@")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1999:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uri.hostText.afterLast == uri.hostText.first + 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:1999:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uri.hostText.afterLast == uri.hostText.first + 0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In function 'void {anonymous}::testCompareRangeHelper(const char*, const char*, int, bool)': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2031:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(received == expected); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2031:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(received == expected); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2035:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestRangeComparison) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2035:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestRangeComparison) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2035:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestRangeComparison) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2035:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestRangeComparison) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2035:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestRangeComparison) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2035:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestRangeComparison) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In function 'void {anonymous}::testRemoveBaseUriHelper(const char*, const char*, const char*)': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2071:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriParseUriA(&state, absSourceStr) == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2071:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriParseUriA(&state, absSourceStr) == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2074:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriParseUriA(&state, absBaseStr) == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2074:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriParseUriA(&state, absBaseStr) == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2076:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriRemoveBaseUriA(&dest, &absSource, &absBase, URI_FALSE) ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2076:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriRemoveBaseUriA(&dest, &absSource, &absBase, URI_FALSE) ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2080:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriToStringCharsRequiredA(&dest, &size) == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2080:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriToStringCharsRequiredA(&dest, &size) == URI_SUCCESS); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2082:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(char* const&)' ASSERT_TRUE(buffer); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2082:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(buffer); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'char* const' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2083:3: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' ASSERT_TRUE(uriToStringA(buffer, &dest, size + 1, &size) ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2083:3: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(uriToStringA(buffer, &dest, size + 1, &size) ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2087:4: error: no matching function for call to 'testing::AssertionResult::AssertionResult(int)' ASSERT_TRUE(0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2087:4: note: candidate expects 2 arguments, 1 provided ASSERT_TRUE(0); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'int' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2097:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestRangeComparisonRemoveBaseUriIssue19) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2097:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriSuite, TestRangeComparisonRemoveBaseUriIssue19) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2097:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestRangeComparisonRemoveBaseUriIssue19) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2097:1: error: 'nullptr' was not declared in this scope TEST(UriSuite, TestRangeComparisonRemoveBaseUriIssue19) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2097:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestRangeComparisonRemoveBaseUriIssue19) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2097:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriSuite, TestRangeComparisonRemoveBaseUriIssue19) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2142:1: error: expected constructor, destructor, or type conversion before '(' token TEST(ErrorPosSuite, TestErrorPosIPvFuture) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2142:1: error: expected constructor, destructor, or type conversion before '(' token TEST(ErrorPosSuite, TestErrorPosIPvFuture) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2142:1: error: 'nullptr' was not declared in this scope TEST(ErrorPosSuite, TestErrorPosIPvFuture) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2142:1: error: 'nullptr' was not declared in this scope TEST(ErrorPosSuite, TestErrorPosIPvFuture) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2142:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(ErrorPosSuite, TestErrorPosIPvFuture) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2142:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(ErrorPosSuite, TestErrorPosIPvFuture) { ^ In file included from /usr/pkg/include/gtest/gtest.h:375:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void ErrorPosSuite_TestErrorPosIPvFuture_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2149:2: error: no matching function for call to 'testing::internal::EqHelper::Compare(const char [9], const char [26], const char*&, const char*)' EXPECT_EQ(errorPos, uriText + strlen(uriText)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:1551:26: note: candidate: template > static testing::AssertionResult testing::internal::EqHelper::Compare(const char*, const char*, const T1&, const T2&) static AssertionResult Compare(const char* lhs_expression, ^ /usr/pkg/include/gtest/gtest.h:1551:26: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:375:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2149:2: note: couldn't deduce template parameter '' EXPECT_EQ(errorPos, uriText + strlen(uriText)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:1563:26: note: candidate: static testing::AssertionResult testing::internal::EqHelper::Compare(const char*, const char*, testing::internal::BiggestInt, testing::internal::BiggestInt) static AssertionResult Compare(const char* lhs_expression, ^ /usr/pkg/include/gtest/gtest.h:1563:26: note: conversion of argument 4 would be ill-formed: In file included from /usr/pkg/include/gtest/gtest.h:375:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2149:30: error: invalid conversion from 'const char*' to 'testing::internal::BiggestInt {aka long long int}' [-fpermissive] EXPECT_EQ(errorPos, uriText + strlen(uriText)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:1571:26: note: candidate: template static testing::AssertionResult testing::internal::EqHelper::Compare(const char*, const char*, int, T*) static AssertionResult Compare( ^ /usr/pkg/include/gtest/gtest.h:1571:26: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:375:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2149:2: note: cannot convert 'errorPos' (type 'const char*') to type 'int' EXPECT_EQ(errorPos, uriText + strlen(uriText)); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2152:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriParseSingleSuite, Success) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2152:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriParseSingleSuite, Success) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2152:1: error: 'nullptr' was not declared in this scope TEST(UriParseSingleSuite, Success) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2152:1: error: 'nullptr' was not declared in this scope TEST(UriParseSingleSuite, Success) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2152:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriParseSingleSuite, Success) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2152:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriParseSingleSuite, Success) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2161:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriParseSingleSuite, ErrorSyntaxParseErrorSetsErrorPos) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2161:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriParseSingleSuite, ErrorSyntaxParseErrorSetsErrorPos) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2161:1: error: 'nullptr' was not declared in this scope TEST(UriParseSingleSuite, ErrorSyntaxParseErrorSetsErrorPos) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2161:1: error: 'nullptr' was not declared in this scope TEST(UriParseSingleSuite, ErrorSyntaxParseErrorSetsErrorPos) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2161:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriParseSingleSuite, ErrorSyntaxParseErrorSetsErrorPos) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2161:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriParseSingleSuite, ErrorSyntaxParseErrorSetsErrorPos) { ^ In file included from /usr/pkg/include/gtest/gtest.h:375:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void UriParseSingleSuite_ErrorSyntaxParseErrorSetsErrorPos_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2168:2: error: no matching function for call to 'testing::internal::EqHelper::Compare(const char [9], const char [26], const char*&, const char*)' EXPECT_EQ(errorPos, uriString + strlen("abc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:1551:26: note: candidate: template > static testing::AssertionResult testing::internal::EqHelper::Compare(const char*, const char*, const T1&, const T2&) static AssertionResult Compare(const char* lhs_expression, ^ /usr/pkg/include/gtest/gtest.h:1551:26: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:375:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2168:2: note: couldn't deduce template parameter '' EXPECT_EQ(errorPos, uriString + strlen("abc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:1563:26: note: candidate: static testing::AssertionResult testing::internal::EqHelper::Compare(const char*, const char*, testing::internal::BiggestInt, testing::internal::BiggestInt) static AssertionResult Compare(const char* lhs_expression, ^ /usr/pkg/include/gtest/gtest.h:1563:26: note: conversion of argument 4 would be ill-formed: In file included from /usr/pkg/include/gtest/gtest.h:375:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2168:32: error: invalid conversion from 'const char*' to 'testing::internal::BiggestInt {aka long long int}' [-fpermissive] EXPECT_EQ(errorPos, uriString + strlen("abc")); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:1571:26: note: candidate: template static testing::AssertionResult testing::internal::EqHelper::Compare(const char*, const char*, int, T*) static AssertionResult Compare( ^ /usr/pkg/include/gtest/gtest.h:1571:26: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:375:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2168:2: note: cannot convert 'errorPos' (type 'const char*') to type 'int' EXPECT_EQ(errorPos, uriString + strlen("abc")); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2173:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriParseSingleSuite, ErrorNullFirstDetected) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2173:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriParseSingleSuite, ErrorNullFirstDetected) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2173:1: error: 'nullptr' was not declared in this scope TEST(UriParseSingleSuite, ErrorNullFirstDetected) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2173:1: error: 'nullptr' was not declared in this scope TEST(UriParseSingleSuite, ErrorNullFirstDetected) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2173:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriParseSingleSuite, ErrorNullFirstDetected) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2173:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriParseSingleSuite, ErrorNullFirstDetected) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2181:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriParseSingleSuite, ErrorNullAfterLastDetected) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2181:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriParseSingleSuite, ErrorNullAfterLastDetected) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2181:1: error: 'nullptr' was not declared in this scope TEST(UriParseSingleSuite, ErrorNullAfterLastDetected) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2181:1: error: 'nullptr' was not declared in this scope TEST(UriParseSingleSuite, ErrorNullAfterLastDetected) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2181:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriParseSingleSuite, ErrorNullAfterLastDetected) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2181:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriParseSingleSuite, ErrorNullAfterLastDetected) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2189:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriParseSingleSuite, ErrorNullMemoryManagerDetected) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2189:1: error: expected constructor, destructor, or type conversion before '(' token TEST(UriParseSingleSuite, ErrorNullMemoryManagerDetected) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2189:1: error: 'nullptr' was not declared in this scope TEST(UriParseSingleSuite, ErrorNullMemoryManagerDetected) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2189:1: error: 'nullptr' was not declared in this scope TEST(UriParseSingleSuite, ErrorNullMemoryManagerDetected) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2189:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriParseSingleSuite, ErrorNullMemoryManagerDetected) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2189:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(UriParseSingleSuite, ErrorNullMemoryManagerDetected) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2202:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FreeUriMembersSuite, MultiFreeWorksFine) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2202:1: error: expected constructor, destructor, or type conversion before '(' token TEST(FreeUriMembersSuite, MultiFreeWorksFine) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2202:1: error: 'nullptr' was not declared in this scope TEST(FreeUriMembersSuite, MultiFreeWorksFine) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2202:1: error: 'nullptr' was not declared in this scope TEST(FreeUriMembersSuite, MultiFreeWorksFine) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2202:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FreeUriMembersSuite, MultiFreeWorksFine) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2202:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(FreeUriMembersSuite, MultiFreeWorksFine) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2219:1: error: expected constructor, destructor, or type conversion before '(' token TEST(MakeOwnerSuite, MakeOwner) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2219:1: error: expected constructor, destructor, or type conversion before '(' token TEST(MakeOwnerSuite, MakeOwner) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2219:1: error: 'nullptr' was not declared in this scope TEST(MakeOwnerSuite, MakeOwner) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2219:1: error: 'nullptr' was not declared in this scope TEST(MakeOwnerSuite, MakeOwner) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2219:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(MakeOwnerSuite, MakeOwner) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2219:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(MakeOwnerSuite, MakeOwner) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: In member function 'virtual void MakeOwnerSuite_MakeOwner_Test::TestBody()': /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:56:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2230:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.scheme, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:56:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2230:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.scheme, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:57:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2230:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.scheme, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:57:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2230:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.scheme, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:56:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2231:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.userInfo, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:56:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2231:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.userInfo, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:57:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2231:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.userInfo, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:57:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2231:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.userInfo, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:56:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2232:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.hostText, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:56:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2232:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.hostText, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:57:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2232:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.hostText, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:57:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2232:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.hostText, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:56:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2233:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.hostData.ipFuture, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:56:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2233:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.hostData.ipFuture, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:57:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2233:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.hostData.ipFuture, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:57:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2233:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.hostData.ipFuture, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:56:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2234:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.portText, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:56:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2234:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.portText, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:57:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2234:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.portText, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:57:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2234:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.portText, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:56:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2235:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.pathHead->text, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:56:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2235:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.pathHead->text, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:57:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2235:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.pathHead->text, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:57:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2235:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.pathHead->text, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:56:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2236:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.pathHead->next->text, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:56:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2236:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.pathHead->next->text, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:57:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2236:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.pathHead->next->text, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:57:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2236:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.pathHead->next->text, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:56:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2237:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.pathHead->next->next->text, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:56:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2237:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.pathHead->next->next->text, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:57:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2237:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.pathHead->next->next->text, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:57:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2237:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.pathHead->next->next->text, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:64:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((range.first != NULL) \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2238:2: note: in expansion of macro 'URI_EXPECT_RANGE_EMPTY' URI_EXPECT_RANGE_EMPTY(uri.pathHead->next->next->next->text); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:64:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((range.first != NULL) \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2238:2: note: in expansion of macro 'URI_EXPECT_RANGE_EMPTY' URI_EXPECT_RANGE_EMPTY(uri.pathHead->next->next->next->text); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2239:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(uri.pathHead->next->next->next->next == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2239:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(uri.pathHead->next->next->next->next == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:56:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2240:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.query, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:56:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2240:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.query, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:57:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2240:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.query, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:57:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2240:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.query, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:56:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2241:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.fragment, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:56:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2241:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.fragment, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:57:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2241:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.fragment, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:50:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate >= first) && (candidate <= afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:57:2: note: in expansion of macro 'URI_EXPECT_BETWEEN' URI_EXPECT_BETWEEN(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2241:2: note: in expansion of macro 'URI_EXPECT_RANGE_BETWEEN' URI_EXPECT_RANGE_BETWEEN(uri.fragment, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:60:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2247:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.scheme, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:60:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2247:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.scheme, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:61:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2247:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.scheme, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:61:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2247:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.scheme, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:60:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2248:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.userInfo, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:60:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2248:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.userInfo, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:61:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2248:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.userInfo, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:61:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2248:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.userInfo, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:60:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2249:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.hostText, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:60:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2249:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.hostText, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:61:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2249:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.hostText, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:61:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2249:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.hostText, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:60:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2250:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.hostData.ipFuture, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:60:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2250:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.hostData.ipFuture, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:61:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2250:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.hostData.ipFuture, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:61:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2250:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.hostData.ipFuture, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:60:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2251:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.portText, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:60:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2251:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.portText, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:61:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2251:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.portText, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:61:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2251:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.portText, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:60:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2252:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.pathHead->text, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:60:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2252:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.pathHead->text, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:61:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2252:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.pathHead->text, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:61:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2252:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.pathHead->text, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:60:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2253:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.pathHead->next->text, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:60:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2253:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.pathHead->next->text, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:61:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2253:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.pathHead->next->text, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:61:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2253:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.pathHead->next->text, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:60:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2254:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.pathHead->next->next->text, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:60:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2254:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.pathHead->next->next->text, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:61:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2254:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.pathHead->next->next->text, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:61:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2254:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.pathHead->next->next->text, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:64:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((range.first != NULL) \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2255:2: note: in expansion of macro 'URI_EXPECT_RANGE_EMPTY' URI_EXPECT_RANGE_EMPTY(uri.pathHead->next->next->next->text); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:64:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((range.first != NULL) \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2255:2: note: in expansion of macro 'URI_EXPECT_RANGE_EMPTY' URI_EXPECT_RANGE_EMPTY(uri.pathHead->next->next->next->text); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2256:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(uri.pathHead->next->next->next->next == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2256:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(uri.pathHead->next->next->next->next == NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:60:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2257:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.query, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:60:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2257:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.query, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:61:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2257:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.query, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:61:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2257:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.query, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:60:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2258:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.fragment, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:60:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.first, uriFirst, uriAfterLast); \ ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2258:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.fragment, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:61:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2258:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.fragment, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:53:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((candidate < first) || (candidate > afterLast)) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:61:2: note: in expansion of macro 'URI_EXPECT_OUTSIDE' URI_EXPECT_OUTSIDE(range.afterLast, uriFirst, uriAfterLast) ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2258:2: note: in expansion of macro 'URI_EXPECT_RANGE_OUTSIDE' URI_EXPECT_RANGE_OUTSIDE(uri.fragment, uriFirst, uriAfterLast); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2268:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE((charsRequired >= 0) && (charsRequired >= static_cast(uriLen))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2268:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE((charsRequired >= 0) && (charsRequired >= static_cast(uriLen))); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2270:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(uriRemake != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2270:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(uriRemake != NULL); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2272:2: error: no matching function for call to 'testing::AssertionResult::AssertionResult(bool)' EXPECT_TRUE(! strcmp(uriString, uriRemake)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:293:12: note: candidate: template testing::AssertionResult::AssertionResult(const T&, int) explicit AssertionResult( ^ /usr/pkg/include/gtest/gtest.h:293:12: note: template argument deduction/substitution failed: In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2272:2: note: candidate expects 2 arguments, 1 provided EXPECT_TRUE(! strcmp(uriString, uriRemake)); ^ In file included from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24:0: /usr/pkg/include/gtest/gtest.h:279:3: note: candidate: testing::AssertionResult::AssertionResult(const testing::AssertionResult&) AssertionResult(const AssertionResult& other); ^ /usr/pkg/include/gtest/gtest.h:279:3: note: no known conversion for argument 1 from 'bool' to 'const testing::AssertionResult&' In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp: At global scope: /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2278:1: error: expected constructor, destructor, or type conversion before '(' token TEST(ParseIpFourAddressSuite, FourSaneOctets) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2278:1: error: expected constructor, destructor, or type conversion before '(' token TEST(ParseIpFourAddressSuite, FourSaneOctets) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2278:1: error: 'nullptr' was not declared in this scope TEST(ParseIpFourAddressSuite, FourSaneOctets) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2278:1: error: 'nullptr' was not declared in this scope TEST(ParseIpFourAddressSuite, FourSaneOctets) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2278:1: error: 'GetSetUpCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(ParseIpFourAddressSuite, FourSaneOctets) { ^ /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2278:1: error: 'GetTearDownCaseOrSuite' is not a member of 'testing::internal::SuiteApiResolver' TEST(ParseIpFourAddressSuite, FourSaneOctets) { ^ /usr/pkg/include/gtest/internal/gtest-internal.h: In instantiation of 'struct testing::internal::IsRecursiveContainer': /usr/pkg/include/gtest/gtest-printers.h:506:15: required from 'void testing::internal::PrintTo(const T&, std::ostream*) [with T = const void*; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:553:44: required from here /usr/pkg/include/gtest/internal/gtest-internal.h:948:8: error: no type named 'type' in 'struct testing::internal::IsRecursiveContainerImpl' struct IsRecursiveContainer : public IsRecursiveContainerImpl::type {}; ^ In file included from /usr/pkg/include/gtest/gtest-matchers.h:47:0, from /usr/pkg/include/gtest/internal/gtest-death-test-internal.h:39, from /usr/pkg/include/gtest/gtest-death-test.h:41, from /usr/pkg/include/gtest/gtest.h:64, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /usr/pkg/include/gtest/gtest-printers.h: In instantiation of 'void testing::internal::PrintTo(const T&, std::ostream*) [with T = const void*; std::ostream = std::basic_ostream]': /usr/pkg/include/gtest/gtest-printers.h:553:44: required from here /usr/pkg/include/gtest/gtest-printers.h:506:15: error: 'value' is not a member of 'testing::internal::IsRecursiveContainer' !IsRecursiveContainer::value ^ In file included from /usr/pkg/include/gtest/gtest-param-test.h:181:0, from /usr/pkg/include/gtest/gtest.h:67, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /usr/pkg/include/gtest/internal/gtest-param-util.h: In instantiation of 'testing::internal::ValueArray::operator testing::internal::ParamGenerator() const [with T = bool; Ts = {bool, bool}]': /usr/pkg/include/gtest/gtest-param-test.h:360:28: required from here /usr/pkg/include/gtest/internal/gtest-param-util.h:738:34: error: no matching function for call to 'testing::internal::ValueArray::MakeVector(testing::internal::MakeIndexSequence<2ul>) const' return ValuesIn(MakeVector(MakeIndexSequence())); ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:743:18: note: candidate: template std::vector testing::internal::ValueArray::MakeVector(testing::internal::IndexSequence) const [with T = T; long unsigned int ...I = {I ...}; Ts = {bool, bool}] std::vector MakeVector(IndexSequence) const { ^ /usr/pkg/include/gtest/internal/gtest-param-util.h:743:18: note: template argument deduction/substitution failed: /usr/pkg/include/gtest/internal/gtest-param-util.h:738:34: note: 'testing::internal::MakeIndexSequence<2ul>' is not derived from 'testing::internal::IndexSequence' return ValuesIn(MakeVector(MakeIndexSequence())); ^ In file included from /usr/pkg/include/gtest/gtest.h:62:0, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /usr/pkg/include/gtest/internal/gtest-internal.h: In instantiation of 'struct testing::internal::IsRecursiveContainer': /usr/pkg/include/gtest/gtest-printers.h:506:15: required from 'void testing::internal::PrintTo(const T&, std::ostream*) [with T = int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:679:12: required from 'static void testing::internal::UniversalPrinter::Print(const T&, std::ostream*) [with T = int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:869:30: required from 'void testing::internal::UniversalPrint(const T&, std::ostream*) [with T = int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:797:19: required from 'static void testing::internal::UniversalTersePrinter::Print(const T&, std::ostream*) [with T = int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:917:44: required from 'std::string testing::PrintToString(const T&) [with T = int; std::string = std::basic_string]' /usr/pkg/include/gtest/gtest-printers.h:314:36: required from 'static std::string testing::internal::FormatForComparison::Format(const ToPrint&) [with ToPrint = int; OtherOperand = int; std::string = std::basic_string]' /usr/pkg/include/gtest/gtest-printers.h:379:45: required from 'std::string testing::internal::FormatForComparisonFailureMessage(const T1&, const T2&) [with T1 = int; T2 = int; std::string = std::basic_string]' /usr/pkg/include/gtest/gtest.h:1590:63: required from 'testing::AssertionResult testing::internal::CmpHelperOpFailure(const char*, const char*, const T1&, const T2&, const char*) [with T1 = int; T2 = int]' /usr/pkg/include/gtest/gtest.h:1621:1: required from 'testing::AssertionResult testing::internal::CmpHelperNE(const char*, const char*, const T1&, const T2&) [with T1 = int; T2 = int]' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2214:2: required from here /usr/pkg/include/gtest/internal/gtest-internal.h:948:8: error: no type named 'type' in 'struct testing::internal::IsRecursiveContainerImpl' struct IsRecursiveContainer : public IsRecursiveContainerImpl::type {}; ^ In file included from /usr/pkg/include/gtest/gtest-matchers.h:47:0, from /usr/pkg/include/gtest/internal/gtest-death-test-internal.h:39, from /usr/pkg/include/gtest/gtest-death-test.h:41, from /usr/pkg/include/gtest/gtest.h:64, from /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:24: /usr/pkg/include/gtest/gtest-printers.h: In instantiation of 'void testing::internal::PrintTo(const T&, std::ostream*) [with T = int; std::ostream = std::basic_ostream]': /usr/pkg/include/gtest/gtest-printers.h:679:12: required from 'static void testing::internal::UniversalPrinter::Print(const T&, std::ostream*) [with T = int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:869:30: required from 'void testing::internal::UniversalPrint(const T&, std::ostream*) [with T = int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:797:19: required from 'static void testing::internal::UniversalTersePrinter::Print(const T&, std::ostream*) [with T = int; std::ostream = std::basic_ostream]' /usr/pkg/include/gtest/gtest-printers.h:917:44: required from 'std::string testing::PrintToString(const T&) [with T = int; std::string = std::basic_string]' /usr/pkg/include/gtest/gtest-printers.h:314:36: required from 'static std::string testing::internal::FormatForComparison::Format(const ToPrint&) [with ToPrint = int; OtherOperand = int; std::string = std::basic_string]' /usr/pkg/include/gtest/gtest-printers.h:379:45: required from 'std::string testing::internal::FormatForComparisonFailureMessage(const T1&, const T2&) [with T1 = int; T2 = int; std::string = std::basic_string]' /usr/pkg/include/gtest/gtest.h:1590:63: required from 'testing::AssertionResult testing::internal::CmpHelperOpFailure(const char*, const char*, const T1&, const T2&, const char*) [with T1 = int; T2 = int]' /usr/pkg/include/gtest/gtest.h:1621:1: required from 'testing::AssertionResult testing::internal::CmpHelperNE(const char*, const char*, const T1&, const T2&) [with T1 = int; T2 = int]' /scratch/work/textproc/uriparser/work/uriparser-0.9.5/test/test.cpp:2214:2: required from here /usr/pkg/include/gtest/gtest-printers.h:506:15: error: 'value' is not a member of 'testing::internal::IsRecursiveContainer' !IsRecursiveContainer::value ^ --- CMakeFiles/testrunner.dir/test/test.cpp.o --- *** [CMakeFiles/testrunner.dir/test/test.cpp.o] Error code 1 make[2]: stopped in /scratch/work/textproc/uriparser/work/uriparser-0.9.5 3 errors make[2]: stopped in /scratch/work/textproc/uriparser/work/uriparser-0.9.5 --- CMakeFiles/testrunner.dir/all --- *** [CMakeFiles/testrunner.dir/all] Error code 2 make[1]: stopped in /scratch/work/textproc/uriparser/work/uriparser-0.9.5 2 errors make[1]: stopped in /scratch/work/textproc/uriparser/work/uriparser-0.9.5 *** [all] Error code 2 make: stopped in /scratch/work/textproc/uriparser/work/uriparser-0.9.5 1 error make: stopped in /scratch/work/textproc/uriparser/work/uriparser-0.9.5 *** Error code 2 Stop. make[1]: stopped in /tree/pkgsrc/textproc/uriparser *** Error code 1 Stop. make: stopped in /tree/pkgsrc/textproc/uriparser