OSDN Git Service

[VM][FM7][VRAM] Fix FTBFS with older G++ (i.e. 5.4.x). Older std::valarray doesn...
authorKyuma Ohta <whatisthis.sowhat@gmail.com>
Tue, 2 Aug 2022 02:35:23 +0000 (11:35 +0900)
committerKyuma Ohta <whatisthis.sowhat@gmail.com>
Tue, 2 Aug 2022 02:35:23 +0000 (11:35 +0900)
commitbabac4cf5b2d45d558d52fc009a1140b97dcbb37
tree0b335848149b6919c1788359b2969a9267c19883
parent0d40af4f30c117679b4a76986b874a227290e9c1
[VM][FM7][VRAM] Fix FTBFS with older G++ (i.e. 5.4.x). Older std::valarray doesn't allow operator ">>" "<<", only ">>=" "<<=".
source/src/vm/fm7/vram.cpp