mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
When building the code with clang the following warning message is prodiced: "explicit instantiation of 'Scout::Browser_window' must occur in namespace 'Scout' template class Browser_window<Genode::Pixel_rgb888>" This happens for several different types. This patch fixes the problem by instantiating all those templates using their explicit full name. Issue #3985