質問編集履歴

1

エラーが発生した部分を追記

2019/05/20 16:53

投稿

icy
icy

スコア12

test CHANGED
File without changes
test CHANGED
@@ -22,6 +22,14 @@
22
22
 
23
23
  ssl_stream.handshake(asio::ssl::stream_base::client);
24
24
 
25
+
26
+
27
+ // 省略
28
+
29
+
30
+
31
+ asio::read_until(this->ssl_stream, response, "\r\n"); // Error
32
+
25
33
  ```
26
34
 
27
35