[Dclib-devel] Reference to a temporary variable
Brought to you by:
davisking
From: Eloi Du B. <elo...@gm...> - 2017-08-29 19:06:27
|
Just for your info, I see a mistake here: spatial_filtering.h +1241 const matrix<ptype,0,1>& filt = create_gaussian_filter<ptype>(sigma, max_size); This a reference to a temporary variable. |