|
||||
File indexing completed on 2025-01-18 09:42:07
0001 /* Copyright 2003-2016 Joaquin M Lopez Munoz. 0002 * Distributed under the Boost Software License, Version 1.0. 0003 * (See accompanying file LICENSE_1_0.txt or copy at 0004 * http://www.boost.org/LICENSE_1_0.txt) 0005 * 0006 * See http://www.boost.org/libs/multi_index for library home page. 0007 */ 0008 0009 #include <boost/config.hpp> 0010 0011 #if defined(BOOST_GCC)&&(BOOST_GCC>=4*10000+6*100) 0012 #if !defined(BOOST_MULTI_INDEX_DETAIL_RESTORE_WSTRICT_ALIASING) 0013 #pragma GCC diagnostic push 0014 #pragma GCC diagnostic ignored "-Wstrict-aliasing" 0015 #else 0016 #pragma GCC diagnostic pop 0017 #endif 0018 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |