From 31d70f7c67d1ea0b920538d50001b8e26d013d28 Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <boris@codesynthesis.com>
Date: Fri, 24 Feb 2012 10:04:19 +0200
Subject: C++11 support (pass --std ODB compiler option in build makefiles)

---
 hello/makefile | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'hello')

diff --git a/hello/makefile b/hello/makefile
index ad3d84a..02736b1 100644
--- a/hello/makefile
+++ b/hello/makefile
@@ -106,7 +106,12 @@ $(call include,$(bld_root)/meta/vc9proj.make)
 $(call include,$(bld_root)/meta/vc10proj.make)
 $(call include,$(bld_root)/meta/automake.make)
 
+$(call include,$(bld_root)/cxx/standard.make) # cxx_standard
+ifdef cxx_standard
+$(gen): odb_options += --std $(cxx_standard)
 $(call include,$(odb_rules))
+endif
+
 $(call include,$(bld_root)/cxx/cxx-d.make)
 $(call include,$(bld_root)/cxx/cxx-o.make)
 $(call include,$(bld_root)/cxx/o-e.make)
-- 
cgit v1.1