parser.cpp 644 B

123456789101112131415161718
  1. // (C) Copyright Gennadiy Rozental 2005-2008.
  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. // See http://www.boost.org/libs/test for the library home page.
  6. //
  7. // File : $RCSfile$
  8. //
  9. // Version : $Revision: 49312 $
  10. //
  11. // Description : offline implementation for parser
  12. // ***************************************************************************
  13. #include <boost/test/utils/runtime/config.hpp>
  14. #define BOOST_RT_PARAM_INLINE
  15. #include <boost/test/utils/runtime/cla/parser.ipp>