mirror of
https://github.com/boostorg/coroutine.git
synced 2026-02-10 11:22:32 +00:00
coroutine: fixes for MSVC
[SVN r84537]
This commit is contained in:
@@ -11,8 +11,9 @@
|
||||
#include <boost/thread.hpp>
|
||||
|
||||
int count = 20;
|
||||
|
||||
#if defined(BOOST_USE_SEGMENTED_STACKS)
|
||||
void access( char *buf) __attribute__ ((noinline));
|
||||
#endif
|
||||
void access( char *buf)
|
||||
{
|
||||
buf[0] = '\0';
|
||||
|
||||
Reference in New Issue
Block a user