http://www.programmersheaven.com/articles/pathak/article1.htm
volatile도 const만큼 복잡하다.
volatile에서 non volatile로 reinterpret_cast를 할 때도 warning을 낸다.
volatile type들은 volatile type이 아는 것과 function argument match도 안된다.
(candidate로만 보여준다.)
volatile도 const만큼 복잡하다.
volatile에서 non volatile로 reinterpret_cast를 할 때도 warning을 낸다.
volatile type들은 volatile type이 아는 것과 function argument match도 안된다.
(candidate로만 보여준다.)