Visual Studio - Project cleanup, warning suppression, and removal of zlib dependency (#272)

* windows_intermodule_singleton warning

* Fix some warnings from Visual Studio

* More Visual Studio project changes

* Replace zlib Visual Studio project with stub; it's not needed

* Un-enable link-time code generation
This commit is contained in:
mehrdadn
2016-07-16 13:02:51 -07:00
committed by Robert Nishihara
parent 06ceecf6f5
commit c5be9b96de
9 changed files with 245 additions and 414 deletions
+1 -2
View File
@@ -5,11 +5,10 @@
#include <limits>
#if defined(WIN32) || defined(_WIN32)
#include <boost/interprocess/detail/windows_intermodule_singleton.hpp>
namespace boost {
namespace interprocess {
namespace ipcdetail {
template<typename C, bool LazyInit = true, bool Phoenix = false>
class windows_intermodule_singleton;
struct windows_bootstamp;
template<>
class windows_intermodule_singleton<windows_bootstamp> {