update include guard
This commit is contained in:
parent
9026a202eb
commit
193f3c328e
1 changed files with 3 additions and 3 deletions
|
@ -29,8 +29,8 @@
|
|||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
// SOFTWARE.
|
||||
|
||||
#ifndef NAMEOF_HPP
|
||||
#define NAMEOF_HPP
|
||||
#ifndef NEARGYE_NAMEOF_HPP
|
||||
#define NEARGYE_NAMEOF_HPP
|
||||
|
||||
#include <array>
|
||||
#include <cstddef>
|
||||
|
@ -274,4 +274,4 @@ template <typename T>
|
|||
// Obtains string name of variable type.
|
||||
#define NAMEOF_VAR_TYPE(...) ::nameof::nameof_type<decltype(__VA_ARGS__)>()
|
||||
|
||||
#endif // NAMEOF_HPP
|
||||
#endif // NEARGYE_NAMEOF_HPP
|
||||
|
|
Loading…
Reference in a new issue