Advertisement
Guest User

g++ compile log

a guest
Dec 28th, 2016
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 21.14 KB | None | 0 0
  1. **** Build of configuration Debug for project myTest ****
  2.  
  3. make all
  4. Building file: ../src/myTest.cpp
  5. Invoking: GCC C++ Compiler
  6. 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"
  7. Finished building: ../src/myTest.cpp
  8.  
  9. Building file: ../src/dddd.cpp
  10. Invoking: GCC C++ Compiler
  11. 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"
  12. In file included from ../src/dddd.h:12:0,
  13.                  from ../src/dddd.cpp:8:
  14. /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> >]':
  15. /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>]'
  16. ../src/dddd.cpp:120:38:   required from here
  17. ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
  18.    bool operator() (const std::string& left, const std::string& right) const {
  19.         ^
  20. ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
  21.    bool operator() (const KeyWord& left, const KeyWord& right) {
  22.         ^
  23. /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>]':
  24. /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> >]'
  25. /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>]'
  26. ../src/dddd.cpp:94:30:   required from here
  27. ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
  28.    bool operator() (const std::string& left, const std::string& right) const {
  29.         ^
  30. ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
  31.    bool operator() (const KeyWord& left, const KeyWord& right) {
  32.         ^
  33. ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
  34.    bool operator() (const std::string& left, const std::string& right) const {
  35.         ^
  36. ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
  37.    bool operator() (const KeyWord& left, const KeyWord& right) {
  38.         ^
  39. /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*]':
  40. /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> >]'
  41. /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>]'
  42. ../src/dddd.cpp:94:30:   required from here
  43. ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
  44. Finished building: ../src/dddd.cpp
  45.    bool operator() (const std::string& left, const std::string& right) const {
  46.         ^
  47.  
  48. ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
  49.    bool operator() (const KeyWord& left, const KeyWord& right) {
  50.         ^
  51. /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> >]':
  52. /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]'
  53. Building file: ../src/main.cpp
  54. Invoking: GCC C++ Compiler
  55. 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"
  56. /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>]'
  57. ../src/dddd.cpp:113:34:   required from here
  58. ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
  59.    bool operator() (const std::string& left, const std::string& right) const {
  60.         ^
  61. ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
  62.    bool operator() (const KeyWord& left, const KeyWord& right) {
  63.         ^
  64. ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
  65.    bool operator() (const std::string& left, const std::string& right) const {
  66.         ^
  67. ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
  68.    bool operator() (const KeyWord& left, const KeyWord& right) {
  69.         ^
  70. /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*]':
  71. /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> >]'
  72. /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>]'
  73. ../src/dddd.cpp:116:46:   required from here
  74. ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
  75.    bool operator() (const std::string& left, const std::string& right) const {
  76.         ^
  77. ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
  78.    bool operator() (const KeyWord& left, const KeyWord& right) {
  79.         ^
  80. /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> >*]':
  81. Finished building: ../src/main.cpp
  82. /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> >]'
  83. /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>]'
  84. ../src/dddd.cpp:120:38:   required from here
  85. ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
  86.    bool operator() (const std::string& left, const std::string& right) const {
  87.         ^
  88. ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
  89.    bool operator() (const KeyWord& left, const KeyWord& right) {
  90.         ^
  91.  
  92. Building file: ../src/utils.cpp
  93. Invoking: GCC C++ Compiler
  94. 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"
  95. /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> >*]':
  96. /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> >]'
  97. /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]'
  98. /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>]'
  99. ../src/dddd.cpp:113:34:   required from here
  100. ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
  101.    bool operator() (const std::string& left, const std::string& right) const {
  102.         ^
  103. ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
  104.    bool operator() (const KeyWord& left, const KeyWord& right) {
  105.         ^
  106. /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>]':
  107. /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> >]'
  108. /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> >]'
  109. Finished building: ../src/utils.cpp
  110. /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> >]'
  111. ../src/dddd.cpp:130:46:   required from here
  112. ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
  113.    bool operator() (const std::string& left, const std::string& right) const {
  114.         ^
  115. ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
  116.    bool operator() (const KeyWord& left, const KeyWord& right) {
  117.         ^
  118. ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
  119.    bool operator() (const std::string& left, const std::string& right) const {
  120.         ^
  121. ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
  122.    bool operator() (const KeyWord& left, const KeyWord& right) {
  123.         ^
  124. ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
  125.    bool operator() (const std::string& left, const std::string& right) const {
  126.         ^
  127. ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
  128.    bool operator() (const KeyWord& left, const KeyWord& right) {
  129.         ^
  130. ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
  131.    bool operator() (const std::string& left, const std::string& right) const {
  132.         ^
  133. ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
  134.    bool operator() (const KeyWord& left, const KeyWord& right) {
  135.         ^
  136. ../src/myTest.h:139:8: note: candidate 1: bool ccccWords::operator()(const string&, const string&) const
  137.    bool operator() (const std::string& left, const std::string& right) const {
  138.         ^
  139. ../src/myTest.h:144:8: note: candidate 2: bool ccccWords::operator()(const KeyWord&, const KeyWord&)
  140.    bool operator() (const KeyWord& left, const KeyWord& right) {
  141.         ^
  142.  
  143. Building target: myTest
  144. Invoking: GCC C++ Linker
  145. 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
  146. Finished building target: myTest
  147.  
  148.  
  149. **** Build Finished ****
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement