Skip to content
Snippets Groups Projects
Commit 6e9e8c5f authored by Martin Mareš's avatar Martin Mareš
Browse files

Successor: We prefer c++11 over gnu++11

parent 1776c429
Branches
No related tags found
No related merge requests found
test: tree_successor_test
./$<
CXXFLAGS=-std=gnu++11 -O2 -Wall -Wextra -g -Wno-sign-compare
CXXFLAGS=-std=c++11 -O2 -Wall -Wextra -g -Wno-sign-compare
tree_successor_test: tree_successor.h tree_successor_test.cpp test_main.cpp
$(CXX) $(CXXFLAGS) $^ -o $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment