|
||||
File indexing completed on 2025-01-18 09:28:27
0001 /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 0002 // abi_prefix.hpp 0003 0004 // (C) Copyright 2002 Robert Ramey - http://www.rrsd.com . 0005 // Use, modification and distribution is subject to the Boost Software 0006 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 0007 // http://www.boost.org/LICENSE_1_0.txt) 0008 0009 // See http://www.boost.org for updates, documentation, and revision history. 0010 0011 #include <boost/config/abi_prefix.hpp> // must be the last header 0012 #ifdef BOOST_MSVC 0013 # pragma warning(push) 0014 # pragma warning(disable : 4251 4231 4660 4275) 0015 #endif 0016
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |