| 
    coal
    3.0.1
    
   Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library 
   | 
 

Go to the source code of this file.
Macros | |
| #define | COAL_WARN_STRINGISE_IMPL(x) #x | 
| #define | COAL_WARN_STRINGISE(x) COAL_WARN_STRINGISE_IMPL(x) | 
| #define | COAL_WARN(MSG) /* nothing */ | 
| #define COAL_WARN | ( | MSG | ) | /* nothing */ | 
| #define COAL_WARN_STRINGISE | ( | x | ) | COAL_WARN_STRINGISE_IMPL(x) | 
| #define COAL_WARN_STRINGISE_IMPL | ( | x | ) | #x |