Boost logo

Boost Users :

Subject: Re: [Boost-users] [boost.asio] Timer.5 example code: 8 compiling errors
From: Igor R (boost.lists_at_[hidden])
Date: 2010-12-25 11:13:59


> When compiling the example program "Timer.5 - Synchronising handlers in
> multithreaded programs" of boost asio 1_44 with MSVC 2008 professional on
> Window XP professional, I got 8 compiling errors, although the code executes
> without any problem.
>

Compiler errors mean that the compilation failed.
What you get is just compiler *warnings*. To suppress these warnings,
compile with #define _SCL_SECURE_NO_WARNINGS


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net