Skip to content

Commit 47a1df0

Browse files
committed
Merge pull request scala#518 from dwijnand/patch-1
Add a mention of macro-compat in changelog211
2 parents 7da8186 + 940c993 commit 47a1df0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

overviews/macros/changelog211.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,5 @@ Quasiquotes is the single most impressive upgrade for reflection and macros in S
181181

182182
def ultimateAnswer: Int = macro impl
183183
}
184+
185+
40) **Use macro-compat**. [Macro-compat](https://github.com/milessabin/macro-compat) is a small library which allows you to compile macros with Scala 2.10.x which are written to the Scala 2.11/2 macro API. It brings to Scala 2.10: type aliases for the blackbox and whitebox Context types, support for macro bundles, forwarders for the 2.11 API and support for using Tree in the macro def type signatures.

0 commit comments

Comments
 (0)