diff options
Diffstat (limited to 'src/internal.h')
-rw-r--r-- | src/internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/internal.h b/src/internal.h index 969c56f..83d2b9c 100644 --- a/src/internal.h +++ b/src/internal.h @@ -21,7 +21,6 @@ # define const_cast3(type, expr) const_cast<type>(expr) # define dynamic_cast(type, expr) dynamic_cast<type>(expr) # define signed_cast(type, expr) signed_cast<type>(expr) -# define static_cast(type, expr) static_cast<type>(expr) # define reinterpret_cast(type, expr) reinterpret_cast<type>(expr) #endif |