mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 07:08:18 +00:00
remove global namespacing from internal base headers
Making the Genode namespace global can cause name collisions on base-linux. Fix #2158
This commit is contained in:
committed by
Christian Helmuth
parent
6dd695f788
commit
eff90d759f
@ -19,10 +19,8 @@
|
||||
#include <base/internal/output.h>
|
||||
#include <base/internal/raw_write_string.h>
|
||||
|
||||
using namespace Genode;
|
||||
|
||||
|
||||
Output &Raw::_output()
|
||||
Genode::Output &Genode::Raw::_output()
|
||||
{
|
||||
struct Write_fn { void operator () (char const *s) { raw_write_string(s); } };
|
||||
|
||||
|
Reference in New Issue
Block a user