mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 15:01:33 -04:00
adb95b135c
Original repository: https://github.com/encounter/ww
10 lines
132 B
C++
10 lines
132 B
C++
#ifndef MSL_FUNCTIONAL_H_
|
|
#define MSL_FUNCTIONAL_H_
|
|
|
|
namespace std {
|
|
template <class T>
|
|
struct less {};
|
|
} // namespace std
|
|
|
|
#endif
|