pfor/src/pfor/expression/tag.h

15 lines
156 B
C++

#ifndef PFOR_PFOR_EXPRESSION_TAG_H
#define PFOR_PFOR_EXPRESSION_TAG_H
namespace pfor {
namespace expr {
namespace tag {
struct Expression;
}
}
}
#endif