Commit 231fac5e authored by Vitaly Lipatov's avatar Vitaly Lipatov

forbid direct use atoi function in uniset and uniset related projects

parent 6078ac2d
...@@ -224,5 +224,7 @@ namespace UniSetTypes ...@@ -224,5 +224,7 @@ namespace UniSetTypes
IDList explode( const std::string str, char sep=',' ); IDList explode( const std::string str, char sep=',' );
} }
#define atoi atoi##_Do_not_use_atoi_function_directly_Use_getIntProp90,_getArgInt_or_uni_atoi
// ----------------------------------------------------------------------------------------- // -----------------------------------------------------------------------------------------
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment