pfor/src/pfor/index/tag.h

15 lines
142 B
C++

#ifndef PFOR_PFOR_INDEX_TAG_H
#define PFOR_PFOR_INDEX_TAG_H
namespace pfor {
namespace index {
namespace tag {
struct Index;
}
}
}
#endif