.github
CMakeModules
LICENSES
dist
externals
FidelityFX-FSR
SDL
Vulkan-Headers
cmake-modules
cpp-httplib
cpp-jwt
cubeb
demangle
discord-rpc
dynarmic
enet
ffmpeg
find-modules
getopt
glad
inih
libressl
libusb
mbedtls
microprofile
opus
sirit
vcpkg
buildtrees
downloads
packages
boost-algorithm_x64-windows
boost-align_x64-windows
boost-array_x64-windows
boost-asio_x64-windows
boost-assert_x64-windows
boost-atomic_x64-windows
boost-bind_x64-windows
boost-build_x64-windows
boost-chrono_x64-windows
boost-concept-check_x64-windows
boost-config_x64-windows
boost-container-hash_x64-windows
boost-container_x64-windows
boost-context_x64-windows
boost-conversion_x64-windows
boost-core_x64-windows
boost-coroutine_x64-windows
boost-crc_x64-windows
boost-date-time_x64-windows
boost-detail_x64-windows
boost-endian_x64-windows
boost-exception_x64-windows
boost-filesystem_x64-windows
boost-function-types_x64-windows
boost-function_x64-windows
include
boost
function
detail
function0.hpp
function1.hpp
function10.hpp
function2.hpp
function3.hpp
function4.hpp
function5.hpp
function6.hpp
function7.hpp
function8.hpp
function9.hpp
function_base.hpp
function_fwd.hpp
function_template.hpp
function_typeof.hpp
gen_function_N.pl
function.hpp
function_equal.hpp
share
BUILD_INFO
CONTROL
boost-functional_x64-windows
boost-fusion_x64-windows
boost-icl_x64-windows
boost-integer_x64-windows
boost-intrusive_x64-windows
boost-io_x64-windows
boost-iterator_x64-windows
boost-lexical-cast_x64-windows
boost-modular-build-helper_x64-windows
boost-move_x64-windows
boost-mp11_x64-windows
boost-mpl_x64-windows
boost-numeric-conversion_x64-windows
boost-optional_x64-windows
boost-phoenix_x64-windows
boost-pool_x64-windows
boost-predef_x64-windows
boost-preprocessor_x64-windows
boost-process_x64-windows
boost-proto_x64-windows
boost-range_x64-windows
boost-ratio_x64-windows
boost-rational_x64-windows
boost-regex_x64-windows
boost-smart-ptr_x64-windows
boost-spirit_x64-windows
boost-static-assert_x64-windows
boost-system_x64-windows
boost-test_x64-windows
boost-thread_x64-windows
boost-throw-exception_x64-windows
boost-timer_x64-windows
boost-tokenizer_x64-windows
boost-tuple_x64-windows
boost-type-index_x64-windows
boost-type-traits_x64-windows
boost-typeof_x64-windows
boost-uninstall_x64-windows
boost-unordered_x64-windows
boost-utility_x64-windows
boost-variant2_x64-windows
boost-variant_x64-windows
boost-vcpkg-helpers_x64-windows
boost-winapi_x64-windows
fmt_x64-windows
lz4_x64-windows
nlohmann-json_x64-windows
vcpkg-cmake-config_x64-windows
vcpkg-cmake-get-vars_x64-windows
vcpkg-cmake_x64-windows
zlib_x64-windows
zstd_x64-windows
scripts
.gitkeep
vcpkg.exe
xbyak
CMakeLists.txt
hooks
patches
src
CMakeLists.txt
CONTRIBUTING.md
Doxyfile
LICENSE.txt
README.md
license.txt
vcpkg.json
13 lines
425 B
C++
Executable File
13 lines
425 B
C++
Executable File
// Boost.Function library
|
|
|
|
// Copyright Douglas Gregor 2002-2003. Use, modification and
|
|
// distribution is subject to the Boost Software License, Version
|
|
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
|
// http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
// For more information, see http://www.boost.org
|
|
|
|
#define BOOST_FUNCTION_NUM_ARGS 2
|
|
#include <boost/function/detail/maybe_include.hpp>
|
|
#undef BOOST_FUNCTION_NUM_ARGS
|