aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/datastore/array_store.cpp
blob: 38d70872f3568e7494f37307481a56b4d00b1c80 (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright Vespa.ai. 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 {

}