/*
 *
 */

#ifndef __STL_STRINGS
#define __STL_STRINGS

#include <utility>
#include <memory>
#include <iterator>
#include <set>

#ifndef __STL_BEGIN_NAMESPACE
// __STL_XXX was not defined at all (such as in Visual C++)
#define __STL_BEGIN_NAMESPACE _STD_BEGIN
#define __STL_END_NAMESPACE _STD_END
#endif

#ifndef __STD
#define __STD std
#endif

#include "_strings.h"
#include "stl_strings.h"

// you may move this include direction to you application only
#include "strings_VLSI.h"

#endif /* __STL_STRINGS */

