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