diff options
| author | Jeffrey Ryan <jeffreyryan@tutanota.com> | 2022-05-22 23:41:41 -0500 |
|---|---|---|
| committer | Lee *!* Clagett <code@leeclagett.com> | 2025-02-13 16:24:48 -0500 |
| commit | 89fa3ed68ae1a21e71a35ad4c21afaa2baae1987 (patch) | |
| tree | ead547961742c854f2fe011f9596bdbda2a35606 /src/rpc | |
| parent | 3b1300d2af24e556508ac1ceb816c74488eb681f (diff) | |
| download | monzero-core-89fa3ed68ae1a21e71a35ad4c21afaa2baae1987.tar.gz monzero-core-89fa3ed68ae1a21e71a35ad4c21afaa2baae1987.tar.xz monzero-core-89fa3ed68ae1a21e71a35ad4c21afaa2baae1987.zip | |
epee: update 'http_server_handlers_map2.h' macros to use fully qualified names
quick patch which fixes the issue where if you use some macros from `http_server_handlers_map2.h` you have to be in the `epee` namespace or it doesn't compile. Now can remove `using namespace epee;` from header file `core_rpc_server.h`, which caused a couple of name qualifying mistakes
Diffstat (limited to 'src/rpc')
| -rw-r--r-- | src/rpc/core_rpc_server.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/rpc/core_rpc_server.h b/src/rpc/core_rpc_server.h index 0274f4db8..b87412ca6 100644 --- a/src/rpc/core_rpc_server.h +++ b/src/rpc/core_rpc_server.h @@ -47,10 +47,6 @@ #undef MONERO_DEFAULT_LOG_CATEGORY #define MONERO_DEFAULT_LOG_CATEGORY "daemon.rpc" -// yes, epee doesn't properly use its full namespace when calling its -// functions from macros. *sigh* -using namespace epee; - namespace cryptonote { /************************************************************************/ |
