Guest User

Untitled

a guest
Jul 18th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. In file included from ../src/algorithm.cpp:10:
  2. In file included from ../include/algorithm:589:
  3. ../include/__config:95:9: error: unknown type name '__char16_t'
  4. typedef __char16_t char16_t;
  5. ^
  6. ../include/__config:96:9: error: unknown type name '__char32_t'
  7. typedef __char32_t char32_t;
  8. ^
  9. In file included from ../src/algorithm.cpp:10:
  10. In file included from ../include/algorithm:591:
  11. ../include/type_traits:222:29: error: redefinition of 'std::__1::__is_integral<char16_t>'
  12. template <> struct __is_integral<char32_t> : public true_type {};
  13. ^~~~~~~~~~~~~~~~~~~~~~~
  14. ../include/type_traits:221:29: note: previous definition is here
  15. template <> struct __is_integral<char16_t> : public true_type {};
  16. ^
  17. ../include/type_traits:226:29: error: redefinition of 'std::__1::__is_integral<char16_t>'
  18. template <> struct __is_integral<int> : public true_type {};
  19. ^~~~~~~~~~~~~~~~~~
  20. ../include/type_traits:221:29: note: previous definition is here
  21. template <> struct __is_integral<char16_t> : public true_type {};
  22. ^
  23. In file included from ../src/algorithm.cpp:11:
  24. In file included from ../include/random:1644:
  25. ../include/string:773:24: error: redefinition of 'std::__1::char_traits<char16_t>'
  26. struct _LIBCPP_VISIBLE char_traits<char32_t>
  27. ^~~~~~~~~~~~~~~~~~~~~
  28. ../include/string:667:24: note: previous definition is here
  29. struct _LIBCPP_VISIBLE char_traits<char16_t>
  30. ^
  31. ../include/string:803:24: error: redefinition of 'compare'
  32. char_traits<char32_t>::compare(const char_type* __s1, const char_type* __s2, size_t __n)
  33. ^
  34. ../include/string:697:24: note: previous definition is here
  35. char_traits<char16_t>::compare(const char_type* __s1, const char_type* __s2, size_t __n)
  36. ^
  37. ../include/string:817:24: error: redefinition of 'length'
  38. char_traits<char32_t>::length(const char_type* __s)
  39. ^
  40. ../include/string:711:24: note: previous definition is here
  41. char_traits<char16_t>::length(const char_type* __s)
  42. ^
  43. ../include/string:827:24: error: redefinition of 'find'
  44. char_traits<char32_t>::find(const char_type* __s, size_t __n, const char_type& __a)
  45. ^
  46. ../include/string:721:24: note: previous definition is here
  47. char_traits<char16_t>::find(const char_type* __s, size_t __n, const char_type& __a)
  48. ^
  49. ../include/string:840:24: error: redefinition of 'move'
  50. char_traits<char32_t>::move(char_type* __s1, const char_type* __s2, size_t __n)
  51. ^
  52. ../include/string:734:24: note: previous definition is here
  53. char_traits<char16_t>::move(char_type* __s1, const char_type* __s2, size_t __n)
  54. ^
  55. ../include/string:860:24: error: redefinition of 'copy'
  56. char_traits<char32_t>::copy(char_type* __s1, const char_type* __s2, size_t __n)
  57. ^
  58. ../include/string:754:24: note: previous definition is here
  59. char_traits<char16_t>::copy(char_type* __s1, const char_type* __s2, size_t __n)
  60. ^
  61. ../include/string:870:24: error: redefinition of 'assign'
  62. char_traits<char32_t>::assign(char_type* __s, size_t __n, char_type __a)
  63. ^
  64. ../include/string:764:24: note: previous definition is here
  65. char_traits<char16_t>::assign(char_type* __s, size_t __n, char_type __a)
  66. ^
  67. In file included from ../src/algorithm.cpp:11:
  68. In file included from ../include/random:1645:
  69. In file included from ../include/istream:156:
  70. In file included from ../include/ostream:130:
  71. In file included from ../include/ios:216:
  72. In file included from ../include/__locale:18:
  73. In file included from ../include/mutex:177:
  74. ../include/functional:1798:24: error: redefinition of 'std::__1::hash<char16_t>'
  75. struct _LIBCPP_VISIBLE hash<char32_t>
  76. ^~~~~~~~~~~~~~
  77. ../include/functional:1790:24: note: previous definition is here
  78. struct _LIBCPP_VISIBLE hash<char16_t>
  79. ^
  80. ../include/functional:1832:24: error: redefinition of 'std::__1::hash<char16_t>'
  81. struct _LIBCPP_VISIBLE hash<int>
  82. ^~~~~~~~~
  83. ../include/functional:1790:24: note: previous definition is here
  84. struct _LIBCPP_VISIBLE hash<char16_t>
  85. ^
  86. In file included from ../src/algorithm.cpp:11:
  87. In file included from ../include/random:1645:
  88. In file included from ../include/istream:156:
  89. In file included from ../include/ostream:130:
  90. In file included from ../include/ios:216:
  91. ../include/__locale:975:23: error: redefinition of 'std::__1::codecvt<char16_t, char, mbstate_t>'
  92. class _LIBCPP_VISIBLE codecvt<char32_t, char, mbstate_t>
  93. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  94. ../include/__locale:889:23: note: previous definition is here
  95. class _LIBCPP_VISIBLE codecvt<char16_t, char, mbstate_t>
  96. ^
  97. 14 errors generated.
Add Comment
Please, Sign In to add comment