amtl icon indicating copy to clipboard operation
amtl copied to clipboard

AlliedModders C++ Template Library

Results 5 amtl issues
Sort by recently updated
recently updated
newest added

Ensure to msvc that we want this variable to be narrowed down to an int.

It's set up as a StopOption, but `parse_impl` specifically checks for it after the bailout would happen. ^f for `haltOnValue` and for `help_option_` in `parse_impl`. The result is you can...

http://en.cppreference.com/w/User:D41D8CD98F/feature_testing_macros list macros for C++ features per version (C++11, C++14, C++17), these could be useful for am-cxx along with compiler version testing (like testing for compiler versions where issues prevent...

Per dvander's request in https://forums.alliedmods.net/showthread.php?p=2535621#post2535621. Please add a const iterator to HashMap and HashSet.

Trying to compile sourcepawn on Ubuntu 24.04 with clang 18 fails. ``` [2982] clang++ -m64 -pipe -Wall -Werror -Wno-switch -fvisibility=hidden -O3 -fPIC -Wno-invalid-offsetof -g3 -std=c++17 -fvisibility-inlines-hidden -Wno-delete-non-virtual-dtor -Wno-unused-private-field -fno-rtti -Wno-non-virtual-dtor...

bug