forked from boostorg/functional
7 lines
109 B
C++
7 lines
109 B
C++
|
|
/**@todo remove this test */
|
|
#include <boost/functional/overloaded_function.hpp>
|
|
|
|
int main() { return 0; }
|
|
|