Hi, I'm still seeking a review manager for my CallableTraits library. I have spent hundreds of hours on this library, most of which went toward documentation and cross-platform testing. I think a small subset of the features in CallableTraits belong in the C++ standard. Occasionally at work, I have wished this were in Boost already. In short, this library eliminates the need to specialize templates for function signatures, and accounts for the *many* corner cases and cross-platform quirks that most users never care to do thoroughly themselves. I have 9 issues remaining on the GitHub page that would be resolved before an eventual acceptance, and I'd like to write some additional tests and documentation, but I think this library is ready for a review manager. Would anyone like to volunteer? https://github.com/badair/callable_traits Thanks, Barrett