原文:Google-C++编码规范中文版 如果你确实需要 32 位和 64 位系统具有不同代码, 可以使用 #ifdef _LP64 指令来切分 32/64 位代码. (尽 量不要这么做, 如果非用不可, 尽量使修改局部化)