¡@

Home 

c++ Programming Glossary: static_warning

Does there exist a static_warning?

http://stackoverflow.com/questions/8936063/does-there-exist-a-static-warning

template struct converter 0 public false_type #define STATIC_WARNING cond msg struct PP_CAT static_warning __LINE__ DEPRECATE void.. __LINE__ _ detail converter cond Note using STATIC_WARNING_TEMPLATE changes the meaning of a program in a small way. It.. one byte of space in each structure class instantiation. STATIC_WARNING should be preferred in any non template situation. 'token' must..

Does there exist a static_warning?

http://stackoverflow.com/questions/8936063/does-there-exist-a-static-warning

there exist a static_warning I'm aware of this question which mentions Boost's STATIC WARNING.. I'd like to ask again specifically how I could implement a static_warning which operates similarly to static_assert but only emits a warning.. a normal compilation anyway can be used. In short I want static_warning false Hello world to create a compiler warning that should somehow..