summaryrefslogtreecommitdiff
path: root/include/MSL_C/functional.h
blob: d7373a7ecf748681ff8c53835b6937f16b43d43f (plain)
1
2
3
4
5
6
7
8
9
#ifndef MSL_FUNCTIONAL_H_
#define MSL_FUNCTIONAL_H_

namespace std {
template <class T>
struct less {};
}  // namespace std

#endif