aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/datastore/array_store.cpp
blob: b03f21402a5f65d4e667226d6882583275cabff8 (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "array_store.hpp"
#include "buffer_type.hpp"

namespace vespalib::datastore {

}