Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix MSVC errors in operator>> #88

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Nov 25, 2023

  1. Fix MSVC errors in operator>>

    Using operator>> failed to compile with pcg_engines::cm_setseq_dxsm_128_64
    with following errors (MSVC 2022 (17.7.3) with /std:c++20):
    
      include\pcg_random.hpp(621,13): error C2678: binary '!=': no operator found which takes a left-hand operand of type 'pcg_extras::pcg128_t' (or there is no acceptable conversion)
    
      include\pcg_random.hpp(336,34): error C2678: binary '|': no operator found which takes a left-hand operand of type 'pcg_extras::uint_x4<uint32_t,uint64_t>' (or there is no acceptable conversion)
    bdegreve committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    1e2e858 View commit details
    Browse the repository at this point in the history