:github_url: https://github.com/svenevs/exhale-companion .. _program_listing_file_ckpttncpp_FMPmrConfig.hpp: Program Listing for File FMPmrConfig.hpp ======================================== |exhale_lsh| :ref:`Return to documentation for file ` (``ckpttncpp/FMPmrConfig.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #pragma once #if __has_include() #include #include namespace FMPmr = std::pmr; #elif __has_include() #include #include namespace FMPmr = std::experimental::pmr; #endif const auto FM_MAX_NUM_PARTITIONS = 255U; const auto FM_MAX_DEGREE = 65536U; // workaround clang