Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-loew committed Apr 6, 2024
2 parents 79ef5af + f9aa4d6 commit be0b52f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Thunks for Windows (x86 and x64) - or how to pass non-static member functions as
- works for 32-bit (x86 / IX86) and 64-bit (x64 / X64 / AMD64) builds
- no restrictions on thunk-deletion (see below)

## requirements
- C++17 conforming compiler
- Boost.TypeTraits (or a complete Boost installation)
## minimal requirements
- C++11 conforming compiler
- Boost.TypeTraits and Boost.MPL (or a complete Boost installation)

## what is a thunk and why do I need it?
When writing C++ code for WIN32 thunks are usually used to solve the following problem:
Expand Down

0 comments on commit be0b52f

Please sign in to comment.