mirror of
https://github.com/boostorg/static_string.git
synced 2025-06-30 14:21:00 +02:00
Compare commits
2 Commits
boost-1.73
...
boost-1.75
Author | SHA1 | Date | |
---|---|---|---|
c59150c042 | |||
d524755ec0 |
@ -2,5 +2,5 @@
|
||||
<xsl:variable name="doc-ref" select="'static_string.ref'"/>
|
||||
<xsl:variable name="doc-ns" select="'boost::static_strings'"/>
|
||||
<xsl:variable name="debug" select="0"/>
|
||||
<xsl:variable name="private" select="0"/>
|
||||
<xsl:variable name="include-private-members" select="false()"/>
|
||||
<!-- End Variables -->
|
||||
|
@ -5845,7 +5845,7 @@ to_static_wstring(long double value) noexcept
|
||||
|
||||
#ifdef BOOST_STATIC_STRING_USE_DEDUCT
|
||||
template<std::size_t N, typename CharT>
|
||||
basic_static_string(CharT(&)[N]) ->
|
||||
basic_static_string(const CharT(&)[N]) ->
|
||||
basic_static_string<N, CharT, std::char_traits<CharT>>;
|
||||
#endif
|
||||
|
||||
|
@ -11,6 +11,7 @@
|
||||
"String"
|
||||
],
|
||||
"maintainers": [
|
||||
"Krystian Stasiowski <sdkrystian@gmail.com>"
|
||||
"Krystian Stasiowski <sdkrystian@gmail.com>",
|
||||
"Vinnie Falco <vinnie.falco@gmail.com>"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user