Better C++ namespace management

This commit is contained in:
lakedaemon
2016-06-02 23:01:40 +02:00
parent a9194c4c68
commit a3a2bf890f
2 changed files with 31 additions and 45 deletions

View File

@@ -23,10 +23,6 @@ namespace NamespaceA {
struct SecondTableInA;
} // namespace NamespaceA
namespace NamespaceA {
struct TableInFirstNS FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
enum {
VT_FOO_TABLE = 4,