mirror of
https://github.com/encounter/ss.git
synced 2026-03-30 11:38:52 -07:00
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
|