Files

9 lines
122 B
Plaintext
Raw Permalink Normal View History

2023-06-19 10:40:14 -04:00
#ifndef MSL_CPP_ITERATOR_H
#define MSL_CPP_ITERATOR_H
namespace std
{
struct random_access_iterator_tag {};
}
#endif