Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/boost/test/utils/runtime/cla/validation.cpp @ 29

Last change on this file since 29 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

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