Fix template syntax in jp docs

This commit is contained in:
Jack W
2024-08-08 17:57:05 +12:00
committed by GitHub
parent 157d65f91f
commit 9d39b1f54a

View File

@@ -622,7 +622,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{