Use 'class' for partial_range_t declaration

clang -Wmismatched-tags complains for:

struct X;
class X { ... };

Reported by btb: 68e2168377 (commitcomment-9814108)
This commit is contained in:
Kp 2015-02-20 03:00:46 +00:00
parent 9b48b43b16
commit 110a28e137

View file

@ -9,7 +9,7 @@
#include "compiler-begin.h"
template <typename I>
struct partial_range_t;
class partial_range_t;
template <typename I, typename UO, typename UL>
__attribute_warn_unused_result