Skip to content
  • David Gobbi's avatar
    Add C++14 header support to wrappers. · ae0a8037
    David Gobbi authored
    This patch adds support for parsing headers that have various features
    that were introduced in the C++14 standard:
    1) binary literals
    2) digit separators in numeric literals
    3) variable templates
    4) "typename" instead of "class" in templated template parameters
    
    It also introduces a proposed C++17 feature:
    5) the u8 prefix for character literals
    ae0a8037