Pimp my crib..

Here's a few pictures of our 'new look' living-room/kimera office..




The Coder Poet ...

There is no perfection, only beauty


High on templates Part. 2 (SFINAE)

template<typename VNT1, typename VNT2, typename VNT3>
inline void i_V_add(const VNT1& v1, const VNT2& v2, VNT3& r) {
i_v_add<VNT1::n>(v1.cel<VNT1::n>(), v2.cel<VNT1::n>(), r.el<VNT1::n>());
}


--- really!! no comment! ----


Page :  1