Hi Alexander,
it seems to me that the error message complains about a const to non-const type cast.
The function representative returns a pointer to a const String, while you are trying to assign this to an pointer to non-const String.
So I guess
typename Infix<TBarcodeString const>::Type would solve the compiler error?
Can you please try this?
Cheers,
René
---
René Rahn
Ph.D. Student
--------------------------------
Institute of Computer Science
Algorithmic Bioinformatics (ABI)
--------------------------------
Freie Universität Berlin
Takustraße 9
14195 Berlin
--------------------------------
|