Ignore:
Timestamp:
Sep 15, 2021, 10:38:22 AM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
Children:
0218d51
Parents:
ebb6158
Message:

rqd*fibre now compile with std=c++17

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/Makefile.am

    rebb6158 rfdfb0ba  
    629629
    630630rdq-%-fibre$(EXEEXT): $(srcdir)/readyQ/%.cpp
    631         $(BENCH_V_CXX)$(CXXCOMPILE) $< -o $@ -lfibre $(AM_CFLAGS)
     631        $(BENCH_V_CXX)$(CXXCOMPILE) $< -o $@ -lfibre -std=c++17 $(AM_CFLAGS)
    632632
    633633# ## =========================================================================================================
Note: See TracChangeset for help on using the changeset viewer.