// 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 functional.hh * @author Kornel Kisielewicz epyon@chaosforge.org * @brief functional */ #ifndef NV_STL_FUNCTIONAL_HH #define NV_STL_FUNCTIONAL_HH #include #include #include #include #include #include #include #endif // NV_STL_FUNCTIONAL_HH