mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 21:27:56 -05:00
Instantiate bool version of plist::get<T>
This commit is contained in:
@@ -367,6 +367,7 @@ namespace plist
|
||||
return to;
|
||||
}
|
||||
|
||||
template PUBLIC bool get (plist::any_t const& from);
|
||||
template PUBLIC int32_t get (plist::any_t const& from);
|
||||
template PUBLIC uint64_t get (plist::any_t const& from);
|
||||
template PUBLIC std::string get (plist::any_t const& from);
|
||||
|
||||
Reference in New Issue
Block a user