employee.cpp 525 B

12345678910111213
  1. /*=============================================================================
  2. Copyright (c) 2001-2018 Joel de Guzman
  3. Distributed under the Boost Software License, Version 1.0. (See accompanying
  4. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. =============================================================================*/
  6. #include "employee_def.hpp"
  7. #include "config.hpp"
  8. namespace client { namespace parser
  9. {
  10. BOOST_SPIRIT_INSTANTIATE(employee_type, iterator_type, context_type);
  11. }}