1
0
forked from boostorg/mpl
Alessandro Marzialetti ecb4d2a89f Fixed a bug with the template substitution adding temporary string
placeholders to avoid unexpected substitutions

(e.g.) with i = 110:
line = re.sub(r'20', re.escape(str(i+10)), line.rstrip())
    20 -> 110
line = re.sub(r'11', re.escape(str(i + 1)), line.rstrip())
    110 -> 1010
line = re.sub(r'10(?![0-9])', re.escape(str(i)), line.rstrip())
    1100 -> 10100
2017-07-10 12:45:36 +02:00
2017-07-03 06:53:38 +03:00
2008-10-10 09:21:07 +00:00
2014-08-18 15:07:32 +01:00
2017-07-03 06:53:38 +03:00
2001-09-26 09:23:15 +00:00
2001-09-26 09:57:52 +00:00
2006-11-07 19:11:57 +00:00
Description
Boost.org mpl module
BSL-1.0 6.6 MiB
Languages
C++ 99.2%
Python 0.8%