mirror of
https://github.com/wassname/ray.git
synced 2026-09-09 11:32:43 +08:00
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:
committed by
Robert Nishihara
parent
06ceecf6f5
commit
c5be9b96de
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user