Files
2023-06-25 16:52:48 -04:00

9 lines
122 B
Plaintext

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