2
0
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:
Alexander Grund
2020-03-15 18:16:11 +01:00
parent 7d88aea35b
commit 7054b4b2a6
15 changed files with 170 additions and 108 deletions

View File

@@ -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)