mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-07 22:03:40 +00:00
Removing 'using namespace' usage in test_builder (#5154)
* Removing 'using namespace' usage in test_builder * Fix GRPC tests
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
31e34faa15
commit
76a024137f
@@ -7,7 +7,9 @@
|
||||
#include "flatbuffers/flatbuffers.h"
|
||||
#include "test_assert.h"
|
||||
|
||||
using namespace MyGame::Example;
|
||||
using MyGame::Example::Color;
|
||||
using MyGame::Example::Monster;
|
||||
|
||||
namespace flatbuffers {
|
||||
namespace grpc {
|
||||
class MessageBuilder;
|
||||
|
||||
Reference in New Issue
Block a user