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

Revision 857, 973 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: argv_traverser.cpp,v $
9//
10//  Version     : $Revision: 1.1 $
11//
12//  Description : offline implementation for argc/argv traverser
13// ***************************************************************************
14
15#define BOOST_RT_PARAM_INLINE
16#include <boost/test/utils/runtime/cla/argv_traverser.ipp>
17
18// ************************************************************************** //
19//   Revision History:
20//
21//   $Log: argv_traverser.cpp,v $
22//   Revision 1.1  2005/04/12 06:42:42  rogeeff
23//   Runtime.Param library initial commit
24//
25// ************************************************************************** //
Note: See TracBrowser for help on using the repository browser.