Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: test/compiled/StringMap.cpp

Issue 29613616: Issue 6064 - Put C++ code into a configurable namespace (Closed) Base URL: https://github.com/adblockplus/adblockpluscore.git
Patch Set: rebase Created Feb. 6, 2018, 9:54 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« compiled/base.h ('K') | « test/compiled/String.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/compiled/StringMap.cpp
diff --git a/test/compiled/StringMap.cpp b/test/compiled/StringMap.cpp
index d95a6d074e46794b80bd12ce3f2281f3ae847f7e..ed4093838e7b590cecaa0dc7a32e50a7014d0e1d 100644
--- a/test/compiled/StringMap.cpp
+++ b/test/compiled/StringMap.cpp
@@ -19,6 +19,8 @@
#include "gtest/gtest.h"
#include "compiled/StringMap.h"
+ABP_NS_USING
+
template<template <typename T> class S>
void testStringMap()
{
« compiled/base.h ('K') | « test/compiled/String.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld