diff options
author | Jan Huwald <jh@sotun.de> | 2012-05-07 20:01:51 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2012-05-07 20:01:51 (GMT) |
commit | 420d2ef464d4a741028e132e662d5626806a41f5 (patch) | |
tree | 1aca6eb512e4ed0fb5f3c10c528cb998b6ffd695 /toolbin/dbg_untemplate |
Diffstat (limited to 'toolbin/dbg_untemplate')
-rwxr-xr-x | toolbin/dbg_untemplate | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/toolbin/dbg_untemplate b/toolbin/dbg_untemplate new file mode 100755 index 0000000..0421452 --- /dev/null +++ b/toolbin/dbg_untemplate @@ -0,0 +1,7 @@ +#!/bin/sh + +sed 's/, mpl_::na//g +s/, boost::tuples::null_type//g +s/boost::tuples::null_type//g +s/boost::mpl:://g +s/mpl_:://g'
\ No newline at end of file |