aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/eval/double_value_builder.cpp
blob: b54d77734d013291ff861973e0e8be1314faff2f (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 "double_value_builder.h"

namespace vespalib::eval {

DoubleValueBuilder::~DoubleValueBuilder() = default;

}