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