summaryrefslogtreecommitdiff
path: root/vendor/bandit/bandit/assertion_frameworks/snowhouse/snowhouse/constraints/expressions/expression_fwd.h
blob: c0e3706edc2821dbc9d9069a83e2b99778bf19e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//          Copyright Joakim Karlsson & Kim Gräsman 2010-2012.
// Distributed under the Boost Software License, Version 1.0.
//    (See accompanying file LICENSE_1_0.txt or copy at
//          http://www.boost.org/LICENSE_1_0.txt)

#ifndef IGLOO_EXPRESSION_FWD_H
#define IGLOO_EXPRESSION_FWD_H

namespace snowhouse {
	template<typename T>
	struct Expression;
}

#endif