source: NonGTP/Boost/boost/test/utils/runtime/cla/parser.cpp @ 857

Revision 857, 987 bytes checked in by igarcia, 18 years ago (diff)
Line 
1//  (C) Copyright Gennadiy Rozental 2005.
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: parser.cpp,v $
9//
10//  Version     : $Revision: 1.1 $
11//
12//  Description : offline implementation for parser
13// ***************************************************************************
14
15#include <boost/test/utils/runtime/config.hpp>
16
17#define BOOST_RT_PARAM_INLINE
18#include <boost/test/utils/runtime/cla/parser.ipp>
19
20// ************************************************************************** //
21//   Revision History:
22//
23//   $Log: parser.cpp,v $
24//   Revision 1.1  2005/04/12 06:42:43  rogeeff
25//   Runtime.Param library initial commit
26//
27// ************************************************************************** //
Note: See TracBrowser for help on using the repository browser.