ブール型のコンパイラ ディレクティブがあります
-define=CONFIG::dev,true
その値を否定する何らかの方法があるかどうか知りたいです。例:
CONFIG:dev{
// the code if dev is true
}
!CONFIG:dev{
// the code if dev is false
}
ブール型のコンパイラ ディレクティブがあります
-define=CONFIG::dev,true
その値を否定する何らかの方法があるかどうか知りたいです。例:
CONFIG:dev{
// the code if dev is true
}
!CONFIG:dev{
// the code if dev is false
}