id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 3514,enable support for complex @ int,Gunter,Gunter,"enable basic operators for mixed types: * c+i; i+c; i-c; c-i; i*c; c*i; i/c; c/i; The implementation should be roughly like {{{ template std::complex operator+ (int in1, const std::complex& in2 ){     return typename std::complex::value_type(in1) + in2; } }}} plus a carefully chosen enable_if to avoid ""ambigous overload"" errors when R is int ",Feature Requests,closed,Boost 1.42.0,uBLAS,Boost 1.40.0,Optimization,fixed,,