Files
2024-09-05 17:44:58 -06:00

9 lines
122 B
Plaintext

#ifndef MSL_CPP_ITERATOR_H
#define MSL_CPP_ITERATOR_H
namespace std
{
struct random_access_iterator_tag {};
}
#endif