aboutsummaryrefslogtreecommitdiffstats
path: root/eval
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahooinc.com>2022-10-20 15:31:15 +0200
committerTor Egge <Tor.Egge@yahooinc.com>2022-10-20 15:31:15 +0200
commitef1f9b7e9935085772fbc0555b4ee83a83a12f00 (patch)
tree0e8b6b4178296dce1f5370549f805af4448ee2ee /eval
parenta0cc27b814eeaa7363b15b6d0bbee261b5998af0 (diff)
Inlined namespace must be reopened as inlined.
Diffstat (limited to 'eval')
-rw-r--r--eval/src/tests/ann/xp-annoy-nns.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval/src/tests/ann/xp-annoy-nns.cpp b/eval/src/tests/ann/xp-annoy-nns.cpp
index cec48ce9517..49c1f7053e9 100644
--- a/eval/src/tests/ann/xp-annoy-nns.cpp
+++ b/eval/src/tests/ann/xp-annoy-nns.cpp
@@ -21,7 +21,7 @@ static size_t find_cand_cnt = 0;
using QueueNode = std::pair<double, Node *>;
using NodeQueue = std::priority_queue<QueueNode>;
-namespace xpannoynns {
+inline namespace xpannoynns {
struct Node {
Node() {}