質問編集履歴
1
書式の改善
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
```C++
|
2
|
-
std::regex("ー");
|
2
|
+
std::regex("ー");//全角の伸ばし棒
|
3
3
|
```
|
4
4
|
を実行すると、std::regex_error が出てしまいます。
|
5
5
|
また、
|