|
|
|||
File indexing completed on 2025-12-16 09:45:10
0001 0002 // Copyright Oliver Kowalke 2009. 0003 // Distributed under the Boost Software License, Version 1.0. 0004 // (See accompanying file LICENSE_1_0.txt or copy at 0005 // http://www.boost.org/LICENSE_1_0.txt) 0006 0007 #include <boost/config.hpp> 0008 0009 #if defined(BOOST_WINDOWS) 0010 # include <boost/coroutine/windows/protected_stack_allocator.hpp> 0011 #else 0012 # include <boost/coroutine/posix/protected_stack_allocator.hpp> 0013 #endif
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|