Mentions légales du service

Skip to content
Snippets Groups Projects
Commit dd40bbea authored by hhakim's avatar hhakim
Browse files

Fix issue #235. VS linking error: multiple TransformHelper::real symbols.

parent 814c6776
Branches
Tags
No related merge requests found
...@@ -2,21 +2,6 @@ ...@@ -2,21 +2,6 @@
namespace Faust namespace Faust
{ {
//TODO: a generic cpp.in would refactor things
template<>
TransformHelper<double, Cpu>* TransformHelper<double, Cpu>::real()
{
return this->clone();
}
template<>
TransformHelper<float, Cpu>* TransformHelper<float, Cpu>::real()
{
return this->clone();
}
template<> template<>
TransformHelper<float, Cpu>* TransformHelper<std::complex<float>, Cpu>::real() TransformHelper<float, Cpu>* TransformHelper<std::complex<float>, Cpu>::real()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment