mirror of
https://github.com/boostorg/nowide.git
synced 2026-02-22 15:32:35 +00:00
Allow building as standalone (No Boost references at all)
Update conversion script Fix references in Code Add tests
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <boost/nowide/cstdlib.hpp>
|
||||
|
||||
#if !BOOST_WINDOWS
|
||||
#if !defined(BOOST_WINDOWS)
|
||||
namespace boost {
|
||||
namespace nowide {
|
||||
int setenv(const char* key, const char* value, int overwrite)
|
||||
|
||||
Reference in New Issue
Block a user