Merge branch 'ZackerySpytz-cpp14-binary-integer-literals'

* ZackerySpytz-cpp14-binary-integer-literals:
  Add support for C++14 binary integer literals
This commit is contained in:
William S Fulton 2019-02-11 18:36:47 +00:00
commit be84fc62a9
5 changed files with 68 additions and 0 deletions

View file

@ -0,0 +1,16 @@
from cpp14_binary_integer_literals import *
if cvar.b1 != 1:
raise RuntimeError
if cvar.b2 != 2:
raise RuntimeError
if cvar.b3 != 3:
raise RuntimeError
if cvar.b4 != 4:
raise RuntimeError
if cvar.b5 != 5:
raise RuntimeError