mirror of
https://github.com/boostorg/boostlook.git
synced 2026-01-19 04:02:14 +00:00
feat: add asciidoc live preview (#27)
- add live preview functionality for local doc development - document setup prerequisites and usage in README - include basic troubleshooting guide - run pre-commit on all files
This commit is contained in:
committed by
Julio C. Estrada
parent
0d189f8dba
commit
8e0507c040
@@ -438,7 +438,7 @@ See <<chars_format overview>> for description.
|
||||
[#integral_usage_notes_]
|
||||
* All built-in integral types are allowed except bool which is deleted
|
||||
* from_chars for integral type is constexpr (BOOST_CHARCONV_CONSTEXPR is defined) when:
|
||||
** compiled using `-std=c++14` or newer
|
||||
** compiled using `-std=c++14` or newer
|
||||
** using a compiler with `\__builtin_ is_constant_evaluated`
|
||||
* These functions have been tested to support `\__int128` and `unsigned __int128`
|
||||
|
||||
@@ -993,4 +993,3 @@ This documentation is copyright 2022-2023 Peter Dimov and Matt Borland and is di
|
||||
the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0].
|
||||
|
||||
:leveloffset: -1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user