1 //  (C) Copyright Gennadiy Rozental 2005-2014.
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$
9 //
10 //  Version     : $Revision$
11 //
12 //  Description : offline implementation of generic parameter with dual naming
13 // ***************************************************************************
14 
15 #define BOOST_TEST_UTILS_RUNTIME_PARAM_INLINE
16 #include <boost/test/utils/runtime/cla/dual_name_parameter.ipp>
17