Browse Source

Remove recursive rack namespace.

tags/v1.1.6
Andrew Belt 5 years ago
parent
commit
4bc44cf931
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      include/rack.hpp

+ 0
- 3
include/rack.hpp View File

@@ -111,8 +111,5 @@ using plugin::Model;
using namespace engine;
using namespace componentlibrary;

// Import namespace recursively to solve the problem of calling `rack::DEBUG(...)` which expands to `rack::rack::logger(...)`.
namespace rack = rack;


} // namespace rack

Loading…
Cancel
Save