mirror of
https://github.com/boostorg/callable_traits.git
synced 2026-02-13 12:22:18 +00:00
adding polyfills for better cross-platform support
This commit is contained in:
@@ -18,6 +18,8 @@ int main(){ return 0; };
|
||||
#include <functional>
|
||||
#include <tuple>
|
||||
#include <callable_traits/bind.hpp>
|
||||
#include <callable_traits/args.hpp>
|
||||
#include <callable_traits/function_type.hpp>
|
||||
|
||||
struct Vampire {};
|
||||
struct Robot {};
|
||||
|
||||
Reference in New Issue
Block a user