20 lines
534 B
C
20 lines
534 B
C
|
///////////////////////////////////////////////////////////////////////////////
|
||
|
// Name: include/wx/afterstd.h
|
||
|
// Purpose: #include after STL headers
|
||
|
// Author: Vadim Zeitlin
|
||
|
// Modified by:
|
||
|
// Created: 07/07/03
|
||
|
// RCS-ID: $Id$
|
||
|
// Copyright: (c) 2003 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
|
||
|
// Licence: wxWindows licence
|
||
|
///////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
/**
|
||
|
See the comments in beforestd.h.
|
||
|
*/
|
||
|
|
||
|
#ifdef _MSC_VER
|
||
|
# pragma warning(pop)
|
||
|
#endif
|
||
|
|