1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
   |  
glm\core\_cvec3.inl(269) : error C2664: 'glm::_xvec3<T>::_xvec3(const glm::_xvec3<T> &)' : cannot convert parameter 1 from 'glm::_cvec3<T,VEC2,VEC3,VEC4,REF2,REF3>' to 'const glm::_xvec3<T> &'
        with
        [
            T=int
        ]
        Reason: cannot convert from 'glm::_cvec3<T,VEC2,VEC3,VEC4,REF2,REF3>' to 'const glm::_xvec3<T>'
        with
        [
            T=int,
            VEC2=glm::_xvec2<int>,
            VEC3=glm::_xvec3<int>,
            VEC4=glm::_xvec4<int>,
            REF2=glm::_xref2<int>,
            REF3=glm::_xref3<int>
        ]
        and
        [
            T=int
        ]
        No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
        glm\core\_cvec3.inl(268) : while compiling class template member function 'const glm::_xvec3<T> glm::_cvec3<T,VEC2,VEC3,VEC4,REF2,REF3>::_xyy(void) const'
        with
        [
            T=int,
            VEC2=glm::_xvec2<int>,
            VEC3=glm::_xvec3<int>,
            VEC4=glm::_xvec4<int>,
            REF2=glm::_xref2<int>,
            REF3=glm::_xref3<int>
        ]
        glm\core\_xvec3.h(24) : see reference to class template instantiation 'glm::_cvec3<T,VEC2,VEC3,VEC4,REF2,REF3>' being compiled
        with
        [
            T=int,
            VEC2=glm::_xvec2<int>,
            VEC3=glm::_xvec3<int>,
            VEC4=glm::_xvec4<int>,
            REF2=glm::_xref2<int>,
            REF3=glm::_xref3<int>
        ]
        test.cpp(608) : see reference to class template instantiation 'glm::_xvec3<T>' being compiled
        with
        [
            T=int
        ] | 
Partager