Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(498)

Unified Diff: mojo/public/tools/bindings/generators/cpp_templates/enum_traits.tmpl

Issue 294833002: Mojo: more idiomatic C++ bindings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/public/tools/bindings/generators/cpp_templates/enum_traits.tmpl
diff --git a/mojo/public/tools/bindings/generators/cpp_templates/enum_traits.tmpl b/mojo/public/tools/bindings/generators/cpp_templates/enum_traits.tmpl
deleted file mode 100644
index 309683932102a413f030d865c422dea1c7a41b8f..0000000000000000000000000000000000000000
--- a/mojo/public/tools/bindings/generators/cpp_templates/enum_traits.tmpl
+++ /dev/null
@@ -1,5 +0,0 @@
-template <> struct TypeTraits<{% for namespace in namespaces_as_array -%}
-{{namespace}}::{% endfor %}{{enum.name}}> {
- static const bool kIsHandle = false;
- static const bool kIsObject = false;
-};

Powered by Google App Engine
This is Rietveld 408576698