Last active
January 29, 2017 14:26
-
-
Save deque-blog/1285f1e76a150476e46cfb77be0460fe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
struct expression | |
: boost::recursive_wrapper<expression_r<expression>> | |
{ | |
using boost::recursive_wrapper<expression_r<expression>>::recursive_wrapper; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment