You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// -*- c++ -*-
|
|
#pragma once
|
|
|
|
#pragma push_macro("_Ty")
|
|
#define _Ty constexpr _Ty _Pragma("pop_macro(\"_Ty\")")
|
|
#pragma push_macro("_Ty")
|
|
#define _Ty _Ty _Pragma("pop_macro(\"_Ty\")")
|
|
#pragma push_macro("_Ty")
|
|
#define _Ty _Ty _Pragma("pop_macro(\"_Ty\")")
|
|
|
|
#include_next <xtr1common>
|