Fix configure misdetecting C++14 (#6488) (#6515).

This commit is contained in:
Wilson Snyder 2025-09-30 16:57:33 -04:00
parent e21c4fbbb5
commit 8efc9d6219
2 changed files with 1 additions and 3 deletions

View File

@ -79,7 +79,7 @@ Verilator 5.041 devel
* Fix splitting hierarchically referenced variables (#6475). [Ryszard Rozak, Antmicro Ltd.] * Fix splitting hierarchically referenced variables (#6475). [Ryszard Rozak, Antmicro Ltd.]
* Fix Windows compilation of Verilator with spaces in the path (#6477). [Fabian Keßler-Schulz] * Fix Windows compilation of Verilator with spaces in the path (#6477). [Fabian Keßler-Schulz]
* Fix PROTOTYPEMIS error on implicit logic (#6482). [Alex Solomatnikov] * Fix PROTOTYPEMIS error on implicit logic (#6482). [Alex Solomatnikov]
* Fix configure misdetecting C++14 (#6488). [Thomas O'Keeffe] * Fix configure misdetecting C++14 (#6488) (#6515). [Thomas O'Keeffe]
* Fix false BLKSEQ on non-edged sensitivity list (#6492). [Oron Port] * Fix false BLKSEQ on non-edged sensitivity list (#6492). [Oron Port]

View File

@ -596,8 +596,6 @@ AC_DEFUN([_MY_CXX_CHECK_CXX_VER],
# error "Too old" # error "Too old"
#endif #endif
], [[ ], [[
std::thread t([]{});
t.join();
]])], ]])],
[_my_result=yes], [_my_result=yes],
[_my_result=no], [_my_result=no],