Merge pull request #1950 from benjamincarman/makefix
Updating Sample Makefile to Specify C++11
This commit is contained in:
		@@ -25,7 +25,7 @@ USER_DIR = ../samples
 | 
				
			|||||||
CPPFLAGS += -isystem $(GTEST_DIR)/include
 | 
					CPPFLAGS += -isystem $(GTEST_DIR)/include
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Flags passed to the C++ compiler.
 | 
					# Flags passed to the C++ compiler.
 | 
				
			||||||
CXXFLAGS += -g -Wall -Wextra -pthread
 | 
					CXXFLAGS += -g -Wall -Wextra -pthread -std=c++11
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# All tests produced by this Makefile.  Remember to add new tests you
 | 
					# All tests produced by this Makefile.  Remember to add new tests you
 | 
				
			||||||
# created to the list.
 | 
					# created to the list.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user