Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- **** Build of configuration Debug for project myTest ****
- make all
- Building file: ../src/myTest.cpp
- Invoking: GCC C++ Compiler
- my_g++ -DDEBUG -ULIMITED_CODE -UDON_T_GROUP_LINES -UREADABLE -ULIMIT_CODES -I"/test/WorkSpace/MyUtils/src" -I/usr/include/crypto++ -I/usr/include/gsl -I/usr/include/c++/my/ -O0 -g3 -c -fmessage-length=0 -std=c++11 -march=corei7 -mtune=corei7 -MMD -MP -MF"src/myTest.d" -MT"src/myTest.d" -o "src/myTest.o" "../src/myTest.cpp"
- Finished building: ../src/myTest.cpp
- Building file: ../src/dddd.cpp
- Invoking: GCC C++ Compiler
- my_g++ -DDEBUG -ULIMITED_CODE -UDON_T_GROUP_LINES -UREADABLE -ULIMIT_CODES -I"/test/WorkSpace/MyUtils/src" -I/usr/include/crypto++ -I/usr/include/gsl -I/usr/include/c++/my/ -O0 -g3 -c -fmessage-length=0 -std=c++11 -march=corei7 -mtune=corei7 -MMD -MP -MF"src/dddd.d" -MT"src/dddd.d" -o "src/dddd.o" "../src/dddd.cpp"
- In file included from ../src/dddd.h:12:0,
- from ../src/dddd.cpp:8:
- /usr/include/c++/4.9/bits/stl_tree.h: In instantiation of 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::find(const _Key&) [with _Key = std::basic_string<char>; _Val = std::basic_string<char>; _KeyOfValue = std::_Identity<std::basic_string<char> >; _Compare = ccccWords; _Alloc = std::allocator<std::basic_string<char> >; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator = std::_Rb_tree_iterator<std::basic_string<char> >]':
- /usr/include/c++/4.9/bits/stl_set.h:702:29: required from 'std::set<_Key, _Compare, _Alloc>::iterator std::set<_Key, _Compare, _Alloc>::find(const key_type&) [with _Key = std::basic_string<char>; _Compare = ccccWords; _Alloc = std::allocator<std::basic_string<char> >; std::set<_Key, _Compare, _Alloc>::iterator = std::_Rb_tree_const_iterator<std::basic_string<char> >; std::set<_Key, _Compare, _Alloc>::key_type = std::basic_string<char>]'
- ../src/dddd.cpp:120:38: required from here
- ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
- bool operator() (const std::string& left, const std::string& right) const {
- ^
- ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
- bool operator() (const KeyWord& left, const KeyWord& right) {
- ^
- /usr/include/c++/4.9/bits/stl_tree.h: In instantiation of 'std::pair<std::_Rb_tree_node_base*, std::_Rb_tree_node_base*> std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_get_insert_unique_pos(const key_type&) [with _Key = std::basic_string<char>; _Val = std::basic_string<char>; _KeyOfValue = std::_Identity<std::basic_string<char> >; _Compare = ccccWords; _Alloc = std::allocator<std::basic_string<char> >; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::key_type = std::basic_string<char>]':
- /usr/include/c++/4.9/bits/stl_tree.h:1498:47: required from 'std::pair<std::_Rb_tree_iterator<_Val>, bool> std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_insert_unique(_Arg&&) [with _Arg = const std::basic_string<char>&; _Key = std::basic_string<char>; _Val = std::basic_string<char>; _KeyOfValue = std::_Identity<std::basic_string<char> >; _Compare = ccccWords; _Alloc = std::allocator<std::basic_string<char> >]'
- /usr/include/c++/4.9/bits/stl_set.h:502:29: required from 'std::pair<typename std::_Rb_tree<_Key, _Key, std::_Identity<_Key>, _Compare, typename __gnu_cxx::__alloc_traits<_Allocator>::rebind<_Key>::other>::const_iterator, bool> std::set<_Key, _Compare, _Alloc>::insert(const value_type&) [with _Key = std::basic_string<char>; _Compare = ccccWords; _Alloc = std::allocator<std::basic_string<char> >; typename std::_Rb_tree<_Key, _Key, std::_Identity<_Key>, _Compare, typename __gnu_cxx::__alloc_traits<_Allocator>::rebind<_Key>::other>::const_iterator = std::_Rb_tree_const_iterator<std::basic_string<char> >; std::set<_Key, _Compare, _Alloc>::value_type = std::basic_string<char>]'
- ../src/dddd.cpp:94:30: required from here
- ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
- bool operator() (const std::string& left, const std::string& right) const {
- ^
- ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
- bool operator() (const KeyWord& left, const KeyWord& right) {
- ^
- ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
- bool operator() (const std::string& left, const std::string& right) const {
- ^
- ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
- bool operator() (const KeyWord& left, const KeyWord& right) {
- ^
- /usr/include/c++/4.9/bits/stl_tree.h: In instantiation of 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_insert_(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Base_ptr, std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Base_ptr, _Arg&&) [with _Arg = const std::basic_string<char>&; _Key = std::basic_string<char>; _Val = std::basic_string<char>; _KeyOfValue = std::_Identity<std::basic_string<char> >; _Compare = ccccWords; _Alloc = std::allocator<std::basic_string<char> >; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator = std::_Rb_tree_iterator<std::basic_string<char> >; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Base_ptr = std::_Rb_tree_node_base*]':
- /usr/include/c++/4.9/bits/stl_tree.h:1502:38: required from 'std::pair<std::_Rb_tree_iterator<_Val>, bool> std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_insert_unique(_Arg&&) [with _Arg = const std::basic_string<char>&; _Key = std::basic_string<char>; _Val = std::basic_string<char>; _KeyOfValue = std::_Identity<std::basic_string<char> >; _Compare = ccccWords; _Alloc = std::allocator<std::basic_string<char> >]'
- /usr/include/c++/4.9/bits/stl_set.h:502:29: required from 'std::pair<typename std::_Rb_tree<_Key, _Key, std::_Identity<_Key>, _Compare, typename __gnu_cxx::__alloc_traits<_Allocator>::rebind<_Key>::other>::const_iterator, bool> std::set<_Key, _Compare, _Alloc>::insert(const value_type&) [with _Key = std::basic_string<char>; _Compare = ccccWords; _Alloc = std::allocator<std::basic_string<char> >; typename std::_Rb_tree<_Key, _Key, std::_Identity<_Key>, _Compare, typename __gnu_cxx::__alloc_traits<_Allocator>::rebind<_Key>::other>::const_iterator = std::_Rb_tree_const_iterator<std::basic_string<char> >; std::set<_Key, _Compare, _Alloc>::value_type = std::basic_string<char>]'
- ../src/dddd.cpp:94:30: required from here
- ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
- Finished building: ../src/dddd.cpp
- bool operator() (const std::string& left, const std::string& right) const {
- ^
- ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
- bool operator() (const KeyWord& left, const KeyWord& right) {
- ^
- /usr/include/c++/4.9/bits/stl_tree.h: In instantiation of 'std::pair<std::_Rb_tree_iterator<_Val>, std::_Rb_tree_iterator<_Val> > std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::equal_range(const _Key&) [with _Key = std::basic_string<char>; _Val = std::basic_string<char>; _KeyOfValue = std::_Identity<std::basic_string<char> >; _Compare = ccccWords; _Alloc = std::allocator<std::basic_string<char> >]':
- /usr/include/c++/4.9/bits/stl_tree.h:1890:53: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::size_type std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::erase(const _Key&) [with _Key = std::basic_string<char>; _Val = std::basic_string<char>; _KeyOfValue = std::_Identity<std::basic_string<char> >; _Compare = ccccWords; _Alloc = std::allocator<std::basic_string<char> >; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::size_type = long unsigned int]'
- Building file: ../src/main.cpp
- Invoking: GCC C++ Compiler
- my_g++ -DDEBUG -ULIMITED_CODE -UDON_T_GROUP_LINES -UREADABLE -ULIMIT_CODES -I"/test/WorkSpace/MyUtils/src" -I/usr/include/crypto++ -I/usr/include/gsl -I/usr/include/c++/my/ -O0 -g3 -c -fmessage-length=0 -std=c++11 -march=corei7 -mtune=corei7 -MMD -MP -MF"src/main.d" -MT"src/main.d" -o "src/main.o" "../src/main.cpp"
- /usr/include/c++/4.9/bits/stl_set.h:621:30: required from 'std::set<_Key, _Compare, _Alloc>::size_type std::set<_Key, _Compare, _Alloc>::erase(const key_type&) [with _Key = std::basic_string<char>; _Compare = ccccWords; _Alloc = std::allocator<std::basic_string<char> >; std::set<_Key, _Compare, _Alloc>::size_type = long unsigned int; std::set<_Key, _Compare, _Alloc>::key_type = std::basic_string<char>]'
- ../src/dddd.cpp:113:34: required from here
- ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
- bool operator() (const std::string& left, const std::string& right) const {
- ^
- ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
- bool operator() (const KeyWord& left, const KeyWord& right) {
- ^
- ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
- bool operator() (const std::string& left, const std::string& right) const {
- ^
- ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
- bool operator() (const KeyWord& left, const KeyWord& right) {
- ^
- /usr/include/c++/4.9/bits/stl_tree.h: In instantiation of 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_insert_(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Base_ptr, std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Base_ptr, _Arg&&) [with _Arg = std::basic_string<char>; _Key = std::basic_string<char>; _Val = std::basic_string<char>; _KeyOfValue = std::_Identity<std::basic_string<char> >; _Compare = ccccWords; _Alloc = std::allocator<std::basic_string<char> >; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator = std::_Rb_tree_iterator<std::basic_string<char> >; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Base_ptr = std::_Rb_tree_node_base*]':
- /usr/include/c++/4.9/bits/stl_tree.h:1502:38: required from 'std::pair<std::_Rb_tree_iterator<_Val>, bool> std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_insert_unique(_Arg&&) [with _Arg = std::basic_string<char>; _Key = std::basic_string<char>; _Val = std::basic_string<char>; _KeyOfValue = std::_Identity<std::basic_string<char> >; _Compare = ccccWords; _Alloc = std::allocator<std::basic_string<char> >]'
- /usr/include/c++/4.9/bits/stl_set.h:511:40: required from 'std::pair<typename std::_Rb_tree<_Key, _Key, std::_Identity<_Key>, _Compare, typename __gnu_cxx::__alloc_traits<_Allocator>::rebind<_Key>::other>::const_iterator, bool> std::set<_Key, _Compare, _Alloc>::insert(std::set<_Key, _Compare, _Alloc>::value_type&&) [with _Key = std::basic_string<char>; _Compare = ccccWords; _Alloc = std::allocator<std::basic_string<char> >; typename std::_Rb_tree<_Key, _Key, std::_Identity<_Key>, _Compare, typename __gnu_cxx::__alloc_traits<_Allocator>::rebind<_Key>::other>::const_iterator = std::_Rb_tree_const_iterator<std::basic_string<char> >; std::set<_Key, _Compare, _Alloc>::value_type = std::basic_string<char>]'
- ../src/dddd.cpp:116:46: required from here
- ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
- bool operator() (const std::string& left, const std::string& right) const {
- ^
- ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
- bool operator() (const KeyWord& left, const KeyWord& right) {
- ^
- /usr/include/c++/4.9/bits/stl_tree.h: In instantiation of 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_lower_bound(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Link_type, std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Link_type, const _Key&) [with _Key = std::basic_string<char>; _Val = std::basic_string<char>; _KeyOfValue = std::_Identity<std::basic_string<char> >; _Compare = ccccWords; _Alloc = std::allocator<std::basic_string<char> >; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator = std::_Rb_tree_iterator<std::basic_string<char> >; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Link_type = std::_Rb_tree_node<std::basic_string<char> >*]':
- Finished building: ../src/main.cpp
- /usr/include/c++/4.9/bits/stl_tree.h:1913:62: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::find(const _Key&) [with _Key = std::basic_string<char>; _Val = std::basic_string<char>; _KeyOfValue = std::_Identity<std::basic_string<char> >; _Compare = ccccWords; _Alloc = std::allocator<std::basic_string<char> >; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator = std::_Rb_tree_iterator<std::basic_string<char> >]'
- /usr/include/c++/4.9/bits/stl_set.h:702:29: required from 'std::set<_Key, _Compare, _Alloc>::iterator std::set<_Key, _Compare, _Alloc>::find(const key_type&) [with _Key = std::basic_string<char>; _Compare = ccccWords; _Alloc = std::allocator<std::basic_string<char> >; std::set<_Key, _Compare, _Alloc>::iterator = std::_Rb_tree_const_iterator<std::basic_string<char> >; std::set<_Key, _Compare, _Alloc>::key_type = std::basic_string<char>]'
- ../src/dddd.cpp:120:38: required from here
- ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
- bool operator() (const std::string& left, const std::string& right) const {
- ^
- ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
- bool operator() (const KeyWord& left, const KeyWord& right) {
- ^
- Building file: ../src/utils.cpp
- Invoking: GCC C++ Compiler
- my_g++ -DDEBUG -ULIMITED_CODE -UDON_T_GROUP_LINES -UREADABLE -ULIMIT_CODES -I"/test/WorkSpace/MyUtils/src" -I/usr/include/crypto++ -I/usr/include/gsl -I/usr/include/c++/my/ -O0 -g3 -c -fmessage-length=0 -std=c++11 -march=corei7 -mtune=corei7 -MMD -MP -MF"src/utils.d" -MT"src/utils.d" -o "src/utils.o" "../src/utils.cpp"
- /usr/include/c++/4.9/bits/stl_tree.h: In instantiation of 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_upper_bound(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Link_type, std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Link_type, const _Key&) [with _Key = std::basic_string<char>; _Val = std::basic_string<char>; _KeyOfValue = std::_Identity<std::basic_string<char> >; _Compare = ccccWords; _Alloc = std::allocator<std::basic_string<char> >; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator = std::_Rb_tree_iterator<std::basic_string<char> >; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Link_type = std::_Rb_tree_node<std::basic_string<char> >*]':
- /usr/include/c++/4.9/bits/stl_tree.h:1340:39: required from 'std::pair<std::_Rb_tree_iterator<_Val>, std::_Rb_tree_iterator<_Val> > std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::equal_range(const _Key&) [with _Key = std::basic_string<char>; _Val = std::basic_string<char>; _KeyOfValue = std::_Identity<std::basic_string<char> >; _Compare = ccccWords; _Alloc = std::allocator<std::basic_string<char> >]'
- /usr/include/c++/4.9/bits/stl_tree.h:1890:53: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::size_type std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::erase(const _Key&) [with _Key = std::basic_string<char>; _Val = std::basic_string<char>; _KeyOfValue = std::_Identity<std::basic_string<char> >; _Compare = ccccWords; _Alloc = std::allocator<std::basic_string<char> >; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::size_type = long unsigned int]'
- /usr/include/c++/4.9/bits/stl_set.h:621:30: required from 'std::set<_Key, _Compare, _Alloc>::size_type std::set<_Key, _Compare, _Alloc>::erase(const key_type&) [with _Key = std::basic_string<char>; _Compare = ccccWords; _Alloc = std::allocator<std::basic_string<char> >; std::set<_Key, _Compare, _Alloc>::size_type = long unsigned int; std::set<_Key, _Compare, _Alloc>::key_type = std::basic_string<char>]'
- ../src/dddd.cpp:113:34: required from here
- ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
- bool operator() (const std::string& left, const std::string& right) const {
- ^
- ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
- bool operator() (const KeyWord& left, const KeyWord& right) {
- ^
- /usr/include/c++/4.9/bits/stl_tree.h: In instantiation of 'std::pair<std::_Rb_tree_node_base*, std::_Rb_tree_node_base*> std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_get_insert_hint_unique_pos(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::const_iterator, const key_type&) [with _Key = std::basic_string<char>; _Val = std::basic_string<char>; _KeyOfValue = std::_Identity<std::basic_string<char> >; _Compare = ccccWords; _Alloc = std::allocator<std::basic_string<char> >; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::const_iterator = std::_Rb_tree_const_iterator<std::basic_string<char> >; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::key_type = std::basic_string<char>]':
- /usr/include/c++/4.9/bits/stl_tree.h:1599:64: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_insert_unique_(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::const_iterator, _Arg&&) [with _Arg = const std::basic_string<char>&; _Key = std::basic_string<char>; _Val = std::basic_string<char>; _KeyOfValue = std::_Identity<std::basic_string<char> >; _Compare = ccccWords; _Alloc = std::allocator<std::basic_string<char> >; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator = std::_Rb_tree_iterator<std::basic_string<char> >; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::const_iterator = std::_Rb_tree_const_iterator<std::basic_string<char> >]'
- /usr/include/c++/4.9/bits/stl_tree.h:1843:37: required from 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_insert_unique(_II, _II) [with _InputIterator = std::_Rb_tree_const_iterator<std::basic_string<char> >; _Key = std::basic_string<char>; _Val = std::basic_string<char>; _KeyOfValue = std::_Identity<std::basic_string<char> >; _Compare = ccccWords; _Alloc = std::allocator<std::basic_string<char> >]'
- Finished building: ../src/utils.cpp
- /usr/include/c++/4.9/bits/stl_set.h:557:4: required from 'void std::set<_Key, _Compare, _Alloc>::insert(_InputIterator, _InputIterator) [with _InputIterator = std::_Rb_tree_const_iterator<std::basic_string<char> >; _Key = std::basic_string<char>; _Compare = ccccWords; _Alloc = std::allocator<std::basic_string<char> >]'
- ../src/dddd.cpp:130:46: required from here
- ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
- bool operator() (const std::string& left, const std::string& right) const {
- ^
- ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
- bool operator() (const KeyWord& left, const KeyWord& right) {
- ^
- ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
- bool operator() (const std::string& left, const std::string& right) const {
- ^
- ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
- bool operator() (const KeyWord& left, const KeyWord& right) {
- ^
- ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
- bool operator() (const std::string& left, const std::string& right) const {
- ^
- ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
- bool operator() (const KeyWord& left, const KeyWord& right) {
- ^
- ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
- bool operator() (const std::string& left, const std::string& right) const {
- ^
- ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
- bool operator() (const KeyWord& left, const KeyWord& right) {
- ^
- ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
- bool operator() (const std::string& left, const std::string& right) const {
- ^
- ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
- bool operator() (const KeyWord& left, const KeyWord& right) {
- ^
- Building target: myTest
- Invoking: GCC C++ Linker
- my_g++ -L"/test/WorkSpace/MyUtils/Debug" -o "myTest" ./src/myTest.o ./src/dddd.o ./src/main.o ./src/utils.o -lgsl -lgslcblas -lcrypto++ -lssl -lmyUtils
- Finished building target: myTest
- **** Build Finished ****
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement