mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
2047ea5eb4
Boost.Signals is deprecated. This fixes bug #9943. The only thing left to do is to rewrite (or get rid of) the boost -mt test in config/lyxinclude.m4 not to use signals anymore.
23 lines
618 B
C++
23 lines
618 B
C++
//-----------------------------------------------------------------------------
|
|
// boost blank_fwd.hpp header file
|
|
// See http://www.boost.org for updates, documentation, and revision history.
|
|
//-----------------------------------------------------------------------------
|
|
//
|
|
// Copyright (c) 2003
|
|
// Eric Friedman
|
|
//
|
|
// 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)
|
|
|
|
#ifndef BOOST_BLANK_FWD_HPP
|
|
#define BOOST_BLANK_FWD_HPP
|
|
|
|
namespace boost {
|
|
|
|
struct blank;
|
|
|
|
} // namespace boost
|
|
|
|
#endif // BOOST_BLANK_FWD_HPP
|