Skip to content

Commit 243c7c7

Browse files
committed
Replace std::vector with xr_vector.
1 parent 5a5226b commit 243c7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrCore/cpuid.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ unsigned int query_processor_info(processor_info* pinfo)
4646
std::bitset<32> f_81_ECX;*/
4747
std::bitset<32> f_81_EDX;
4848

49-
std::vector<std::array<int, 4>> data;
49+
xr_vector<std::array<int, 4>> data;
5050
std::array<int, 4> cpui;
5151

5252
__cpuid(cpui.data(), 0);

0 commit comments

Comments
 (0)