mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 17:32:44 +01:00
bddaee751d
These headers do not provide full stl functionality, but a small subset: * thread and this_thread * condition_variable (some timed functions are missing) * mutex, lock_guard and unique_lock
5 lines
90 B
Makefile
5 lines
90 B
Makefile
# This module requires cpp 11
|
|
CXXEXFLAGS += -std=c++11
|
|
|
|
include $(RIOTBASE)/Makefile.base
|