// Copyright (C) 2015 ChaosForge Ltd // http://chaosforge.org/ // // This file is part of NV Libraries. // For conditions of distribution and use, see copyright notice in nv.hh /** * @file common.hh * @author Kornel Kisielewicz epyon@chaosforge.org * @brief functional common */ #ifndef NV_STL_FUNCTIONAL_COMMON_HH #define NV_STL_FUNCTIONAL_COMMON_HH #include namespace nv { struct is_transparent_t {}; } #endif // NV_STL_FUNCTIONAL_COMMON_HH