oallaire

Results 1 comments of oallaire

I was having trouble with this part. To prevent using deleted references, I recommend using: ``` influxdb_cpp::builder builder; auto &m = builder.meas("test"); auto & f = m.field("val", 10); f.post_http(si, &resp);...