/* Copyright (C) 2013 VATSIM Community / authors * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /*! \file */ #ifndef BLACKMISC_CONTAINERBASE_H #define BLACKMISC_CONTAINERBASE_H #include "valueobject.h" #include "valuemap.h" #include "predicates.h" #include #define _SCL_SECURE_NO_WARNINGS // suppress MSVC unchecked iterator warning for std::transform namespace BlackMisc { /*! * \brief Base class for CCollection and CSequence implementing their algorithms. */ template