mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-01 23:20:55 +00:00
block_cache: explicitly instantiate template function
The explicit instantiation is required because the function is defined in the compilation unit only but referenced externally. Fixes #4108
This commit is contained in:
parent
c5c3d7ca98
commit
a5385cebf4
@ -44,6 +44,9 @@ void Driver<POLICY>::Policy::sync(const typename POLICY::Element *e, char *dst)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* explicit instantiation for external reference */
|
||||||
|
template void Driver<Policy>::Policy::sync(const typename Policy::Element *, char *);
|
||||||
|
|
||||||
|
|
||||||
struct Main
|
struct Main
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user