You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/main.dox
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -429,7 +429,10 @@ The meaning of a locale under POSIX and Windows platforms is different and has v
429
429
430
430
\subsection standalone_version Standalone Version
431
431
432
-
It is possible to use Nowide library without having the huge Boost project as a dependency. There is a standalone version that has all the functionality in the \c nowide namespace instead of \c boost::nowide. The example above would look like
432
+
It is possible to use the Nowide library without having the huge Boost project as a dependency.
433
+
There is a standalone version that has all the functionality in the \c nowide namespace instead of \c boost::nowide.
434
+
435
+
The example above would look like this:
433
436
434
437
\code
435
438
#include <nowide/args.hpp>
@@ -469,5 +472,10 @@ The upstream sources can be found at GitHub: <a href="https://github.com/boostor
469
472
You can download the latest sources there:
470
473
471
474
- Standard Version: <a href="https://github.com/boostorg/nowide/archive/master.zip">nowide-master.zip</a>
475
+
- Standalone Version: <a href="https://github.com/boostorg/nowide/archive/standalone.zip">nowide-standalone.zip</a> (automatically populated from the develop branch)
476
+
477
+
See the <a href="https://github.com/boostorg/nowide/releases">Releases section on GitHub</a> for Downloads of tagged releases.
478
+
Both the standard (Boost) and standalone sources can be downloaded there along with the HTML documentation in a separate archive.
479
+
Tags for the standalone version are prefixed with "standalone-" so they can be fetched too.
0 commit comments