#ifndef MSL_FUNCTIONAL_H_ #define MSL_FUNCTIONAL_H_ namespace std { template struct less {}; } // namespace std #endif