mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-18 19:10:11 +08:00
Fix template syntax in en docs
This commit is contained in:
@@ -595,7 +595,7 @@ namespace toml
|
|||||||
template<>
|
template<>
|
||||||
struct from<extlib::foo>
|
struct from<extlib::foo>
|
||||||
{
|
{
|
||||||
template<typename <TC>
|
template<typename TC>
|
||||||
static extlib::foo from_toml(const toml::basic_value<TC>& v)
|
static extlib::foo from_toml(const toml::basic_value<TC>& v)
|
||||||
{
|
{
|
||||||
return extlib::foo{
|
return extlib::foo{
|
||||||
|
Reference in New Issue
Block a user