mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-20 14:42:21 +00:00
13 lines
383 B
C++
13 lines
383 B
C++
/* This file is used to create empty library
|
|
* It is useful to test header files.
|
|
*
|
|
* (C) Copyright Mariano G. Consoni 2007
|
|
* Distributed under the Boost Software License, Version 1.0. (See
|
|
* accompanying file LICENSE_1_0.txt or copy at
|
|
* http://www.boost.org/LICENSE_1_0.txt)
|
|
*
|
|
* See http://www.boost.org/ for latest version.
|
|
*/
|
|
|
|
#include <boost/reflection/reflection.hpp>
|