Files
tww/include/MSL_C/functional.h
T
Luke Street adb95b135c Import project
Original repository: https://github.com/encounter/ww
2023-09-10 00:48:55 -04:00

10 lines
132 B
C++

#ifndef MSL_FUNCTIONAL_H_
#define MSL_FUNCTIONAL_H_
namespace std {
template <class T>
struct less {};
} // namespace std
#endif