質問編集履歴

1

::がない場合のエラーについて補足しました

2020/04/24 05:00

投稿

hasu_non_sucre
hasu_non_sucre

スコア9

test CHANGED
File without changes
test CHANGED
@@ -34,6 +34,24 @@
34
34
 
35
35
  }
36
36
 
37
+ ```
37
38
 
38
39
 
39
- ```
40
+
41
+ ### 補足
42
+
43
+
44
+
45
+ ::を消すと、
46
+
47
+ no matching function for call to 'transform(std::__cxx11::basic_string<char>::iterator, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >, std::__cxx11::basic_string<char>::iterator, <unresolved overloaded function type>)'
48
+
49
+ というエラーが出ます。
50
+
51
+
52
+
53
+ また、::を消してtoupper()という形にした場合、
54
+
55
+ no matching function for call to 'toupper()'
56
+
57
+ というエラーになりました。