Fix template syntax in en docs

This commit is contained in:
Jack W
2024-08-08 17:55:13 +12:00
committed by GitHub
parent 9481c477f1
commit 157d65f91f

View File

@@ -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{