mirror of
https://github.com/boostorg/functional.git
synced 2026-02-22 15:32:08 +00:00
6 lines
114 B
C++
6 lines
114 B
C++
#include <list>
|
|
#include <boost/functional/hash/detail/float_functions.hpp>
|
|
|
|
typedef list<int> foo;
|
|
|
|
int main() {} |