Vowpal Wabbit
search_meta.h
Go to the documentation of this file.
1 /*
2 Copyright (c) by respective owners including Yahoo!, Microsoft, and
3 individual contributors. All rights reserved. Released under a BSD
4 license as described in the file LICENSE.
5 */
6 #pragma once
7 #include "search.h"
8 
9 #define DECLARE_METATASK(X) \
10  namespace X \
11  { \
12  extern Search::search_metatask metatask; \
13  }
14 
17 
18 // namespace DebugMT { extern Search::search_metatask metatask; }
19 // namespace SelectiveBranchingMT { extern Search::search_metatask metatask; }
#define DECLARE_METATASK(X)
Definition: search_meta.h:9