mirror of
https://github.com/encounter/ogws.git
synced 2026-03-30 11:33:37 -07:00
9 lines
122 B
Plaintext
9 lines
122 B
Plaintext
#ifndef MSL_CPP_ITERATOR_H
|
|
#define MSL_CPP_ITERATOR_H
|
|
|
|
namespace std
|
|
{
|
|
struct random_access_iterator_tag {};
|
|
}
|
|
|
|
#endif |