Re: [Seqan-dev] Infix of const String
- From: Rahn, René <rene.maerker@fu-berlin.de>
- To: SeqAn Development <seqan-dev@lists.fu-berlin.de>
- Date: Thu, 04 Jun 2015 20:53:23 +0200
- Reply-to: SeqAn Development <seqan-dev@lists.fu-berlin.de>
- Subject: Re: [Seqan-dev] Infix of const String
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
--------------------------------
|
- Follow-Ups:
- Re: [Seqan-dev] Infix of const String
- From: Alexander Vowinkel <vowinkel.alexander@gmail.com>
- Re: [Seqan-dev] Infix of const String
- References:
- [Seqan-dev] Infix of const String
- From: Alexander Vowinkel <vowinkel.alexander@gmail.com>
- [Seqan-dev] Infix of const String
-
seqan-dev - June 2015 - Archives indexes sorted by:
[ thread ] [ subject ] [ author ] [ date ] - Complete archive of the seqan-dev mailing list
- More info on this list...