dxx-rebirth/common/include/compiler-type_traits.h

11 lines
325 B
C
Raw Normal View History

2014-06-01 17:55:23 +00:00
/*
* This file is part of the DXX-Rebirth project <http://www.dxx-rebirth.com/>.
* It is copyright by its individual contributors, as recorded in the
* project's Git history. See COPYING.txt at the top level for license
* terms and a link to the Git history.
*/
2013-12-21 05:12:38 +00:00
#pragma once
#include <type_traits>
namespace tt = std;