diff --git a/bind.html b/bind.html index 9c7b598..105ba94 100644 --- a/bind.html +++ b/bind.html @@ -761,7 +761,7 @@ namespace (make_adaptable helper function)
  • - libs/bind/bind_test.cpp + libs/bind/test/bind_test.cpp (test)
  • libs/bind/bind_as_compose.cpp @@ -770,16 +770,16 @@ namespace libs/bind/bind_visitor.cpp (visitor example)
  • - libs/bind/bind_stdcall_test.cpp + libs/bind/test/bind_stdcall_test.cpp (test with __stdcall functions)
  • - libs/bind/bind_stdcall_mf_test.cpp + libs/bind/test/bind_stdcall_mf_test.cpp (test with __stdcall member functions)
  • - libs/bind/bind_fastcall_test.cpp + libs/bind/test/bind_fastcall_test.cpp (test with __fastcall functions)
  • - libs/bind/bind_fastcall_mf_test.cpp (test + libs/bind/test/bind_fastcall_mf_test.cpp (test with __fastcall member functions)
  • Dependencies