diff options
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 |