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

#include "box.h"

namespace vespalib {

template class Box<int>;

} // namespace vespalib