// Copyright (C) 2015 ChaosForge Ltd // http://chaosforge.org/ // // This file is part of Nova libraries. // For conditions of distribution and use, see copying.txt file in root folder. /** * @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