pfor/src/pfor/index/tag.h

15 lines
142 B
C
Raw Permalink Normal View History

2021-05-10 16:11:23 +00:00
#ifndef PFOR_PFOR_INDEX_TAG_H
#define PFOR_PFOR_INDEX_TAG_H
namespace pfor {
namespace index {
namespace tag {
struct Index;
}
}
}
#endif