Commit a6149c07 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

fixed a build error

parent c0154dca
#ifndef MIGRAPHX_GUARD_OPERATORS_CAPTURE_HPP #ifndef MIGRAPHX_GUARD_OPERATORS_CAPTURE_HPP
#define MIGRAPHX_GUARD_OPERATORS_CATTURE_HPP #define MIGRAPHX_GUARD_OPERATORS_CAPTURE_HPP
#include <array> #include <array>
#include <migraphx/operation.hpp> #include <migraphx/operation.hpp>
...@@ -18,7 +18,7 @@ namespace op { ...@@ -18,7 +18,7 @@ namespace op {
struct capture struct capture
{ {
std::function < void(std::vector<argument>) f; std::function < void(std::vector<argument>)> f;
template <class Self, class F> template <class Self, class F>
static auto reflect(Self& self, F f) static auto reflect(Self& self, F f)
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment