wieso bekomm ich hier einen internal compiler error F1004?



  • //hpp
    template<class Type,class Allocator>
    class AttVector{
        template<template<class>class IteratorTraits>
        void convertIterator(groupIterator<Type,allocator_type,IteratorTraits<Type> >& Iterator);
    }
    
    //cpp 
    template<class Type,class Allocator>
    template<template<class > class IteratorTraits>
    void AttVector<Type,Allocator>::convertIterator (groupIterator<Type,Allocator,IteratorTraits<Type> >& Iterator){//hier irgendwo tritt er auf 
    }
    

    wieso wirft das einen fatal error?



  • Welche BCB-Version (einschliesslich Updates) verwendest du?



  • 6.0 ohne updates 🙄
    //edit nun update 4

    und der fehler beglückt mich immernoch

    //edit2 hab nun den template template parameter gestrichen, und nu klappts,zwar nich so wie ichs gerne hätte, aber es klappt


Anmelden zum Antworten