Files @ r27383:44f4e925c6f0
Branch filter:

Location: cpp/openttd-patchpack/source/src/core/CMakeLists.txt

Peter Nelson
Codechange: Swap SocketList map key/value around.

This map is used store socket and address together, and, other than
checking that the address does not already have a socket, the data layout
does not seem particularly important.

However, as address is the key, technically it should not be modified,
and address may self-modify itself during comparisons.
add_files(
    alloc_func.cpp
    alloc_func.hpp
    alloc_type.hpp
    backup_type.hpp
    bitmath_func.cpp
    bitmath_func.hpp
    endian_func.hpp
    endian_type.hpp
    enum_type.hpp
    geometry_func.cpp
    geometry_func.hpp
    geometry_type.hpp
    kdtree.hpp
    math_func.cpp
    math_func.hpp
    mem_func.hpp
    multimap.hpp
    overflowsafe_type.hpp
    pool_func.cpp
    pool_func.hpp
    pool_type.hpp
    random_func.cpp
    random_func.hpp
    smallmap_type.hpp
    smallstack_type.hpp
    smallvec_type.hpp
    span_type.hpp
    strong_typedef_type.hpp
)