aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src/vespa/documentapi/common.h
blob: 13d67318a054f328e6599afa8675f3b821fe9d0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once

#include <vespa/vespalib/stllike/string.h>

namespace documentapi {

// Decide the type of string used once
using string = vespalib::string;

} // namespace mbus