mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-18 18:57:57 -05:00
refactor: use std::extent_v instead of std::extent
This commit is contained in:
@ -34,7 +34,7 @@ InfoString AssetDumperZBarrier::CreateInfoString(XAssetInfo<ZBarrierDef>* asset)
|
||||
{
|
||||
InfoStringFromZBarrierConverter converter(asset->Asset(),
|
||||
zbarrier_fields,
|
||||
std::extent<decltype(zbarrier_fields)>::value,
|
||||
std::extent_v<decltype(zbarrier_fields)>,
|
||||
[asset](const scr_string_t scrStr) -> std::string
|
||||
{
|
||||
assert(scrStr < asset->m_zone->m_script_strings.Count());
|
||||
|
Reference in New Issue
Block a user