blob: 925fe9c7ca749b99663b3931f09e9456881dc460 [file] [log] [blame]
// Copyright 2021 The Fuchsia Authors
//
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT
#ifndef ZIRCON_KERNEL_LIB_KTL_INCLUDE_KTL_DECLVAL_H_
#define ZIRCON_KERNEL_LIB_KTL_INCLUDE_KTL_DECLVAL_H_
#include <utility>
namespace ktl {
using std::declval;
} // namespace ktl
#endif // ZIRCON_KERNEL_LIB_KTL_INCLUDE_KTL_DECLVAL_H_