Daniel,
I believe this commit broke formatting removing space before function body and
")", running latest clang-format on my code introduced following unexpected
changes:
Kernel(Detector<F> detector, ErrorsModel<F> errors_model)
- : detector_(detector), errors_model_(errors_model) {};
+ : detector_(detector), errors_model_(errors_model){};
template <int N, typename F> class Vector {
public:
- Vector() {};
+ Vector(){};
template <int N, typename F = double>
-Point<N, F> operator+(const Vector<N, F>& v, const Point<N, F>& p) {};
+Point<N, F> operator+(const Vector<N, F>& v, const Point<N, F>& p){};
Can you please have a look?
Regards,
--
Adam
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits