mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 17:58:09 +08:00
fix: add missing namespace specifier
This commit is contained in:
@@ -1704,7 +1704,7 @@ class basic_value
|
||||
friend region_base const* detail::get_region(const Value& v);
|
||||
|
||||
template<typename Value>
|
||||
friend void detail::change_region(Value& v, region reg);
|
||||
friend void detail::change_region(Value& v, detail::region reg);
|
||||
|
||||
private:
|
||||
|
||||
|
Reference in New Issue
Block a user