// // boost/memory/linklib.hpp // // Copyright (c) 2004 - 2008 xushiwei (xushiweizh@gmail.com) // // 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/libs/memory/index.htm for documentation. // #ifndef BOOST_MEMORY_LINKLIB_HPP #define BOOST_MEMORY_LINKLIB_HPP // ------------------------------------------------------------------------- #if !defined(BOOST_Linked_boost_memory) #define BOOST_Linked_boost_memory #if defined(_MSC_VER) # pragma comment(lib, "boost-memory") #endif #endif // ------------------------------------------------------------------------- // $Log: linklib.hpp,v $ #endif /* BOOST_MEMORY_LINKLIB_HPP */