mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-18 19:10:11 +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);
|
friend region_base const* detail::get_region(const Value& v);
|
||||||
|
|
||||||
template<typename Value>
|
template<typename Value>
|
||||||
friend void detail::change_region(Value& v, region reg);
|
friend void detail::change_region(Value& v, detail::region reg);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user