Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は行列を処理するためのクラスを書いています (ここで驚きはありません - 名前は Matrix です)。マイナー行列をカウントする minor() メソッド名を使用できないことが判明したとき、私は驚きました。名前は、sys/syscalls.h で #define されます。それを取り除く方法はありますか?
を使用#undefして定義を削除できます。奇妙で予期しない方法で動作を変更することに注意してください。
#undef