Line | |
---|
1 | // (C) Copyright Gennadiy Rozental 2004.
|
---|
2 | // Use, modification, and distribution are subject to the
|
---|
3 | // Boost Software License, Version 1.0. (See accompanying file
|
---|
4 | // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
---|
5 |
|
---|
6 | // See http://www.boost.org/libs/test for the library home page.
|
---|
7 | //
|
---|
8 | // File : $RCSfile: environment.cpp,v $
|
---|
9 | //
|
---|
10 | // Version : $Revision: 1.1 $
|
---|
11 | //
|
---|
12 | // Description : implements offline model of program environment
|
---|
13 | // ***************************************************************************
|
---|
14 |
|
---|
15 | #include <boost/test/utils/runtime/config.hpp>
|
---|
16 |
|
---|
17 | #ifdef BOOST_MSVC
|
---|
18 | # pragma warning(disable: 4127) // conditional expression is constant
|
---|
19 | # pragma warning(disable: 4701) // local environment 'result' may be used without having been initialized
|
---|
20 | #endif
|
---|
21 |
|
---|
22 | #define BOOST_RT_PARAM_INLINE
|
---|
23 | #include <boost/test/utils/runtime/env/environment.ipp>
|
---|
24 |
|
---|
25 | // ************************************************************************** //
|
---|
26 | // Revision History:
|
---|
27 | //
|
---|
28 | // $Log: environment.cpp,v $
|
---|
29 | // Revision 1.1 2005/04/12 06:42:43 rogeeff
|
---|
30 | // Runtime.Param library initial commit
|
---|
31 | //
|
---|
32 | // ************************************************************************** //
|
---|
Note: See
TracBrowser
for help on using the repository browser.