Skip to content
Snippets Groups Projects
Commit e8e50419 authored by Lioncash's avatar Lioncash
Browse files

common_types: Remove unnecessary check for whether or not__func__ is defined

VS has supported this for quite a while.
parent 17ad56c1
No related branches found
No related tags found
No related merge requests found
...@@ -27,12 +27,6 @@ ...@@ -27,12 +27,6 @@
#include <array> #include <array>
#include <cstdint> #include <cstdint>
#ifdef _MSC_VER
#ifndef __func__
#define __func__ __FUNCTION__
#endif
#endif
typedef std::uint8_t u8; ///< 8-bit unsigned byte typedef std::uint8_t u8; ///< 8-bit unsigned byte
typedef std::uint16_t u16; ///< 16-bit unsigned short typedef std::uint16_t u16; ///< 16-bit unsigned short
typedef std::uint32_t u32; ///< 32-bit unsigned word typedef std::uint32_t u32; ///< 32-bit unsigned word
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment