Skip to content

Commit

Permalink
hack up generated files to compile as c++0x (#1)
Browse files Browse the repository at this point in the history
hack up generated files to compile as c++0x

Use a bunch of static_cast<uint8> to get around the c++11-narrowing
errors when building as C++0x.
    
This hack is necessary because the source files and generation code has
not been released.
    
See CLD2Owners#33 on the source file
check-in.
    
See CLD2Owners#47
CLD2Owners#51
CLD2Owners#26 and I'm sure there are
others for the C++0x problem.
  • Loading branch information
jmhodges committed Oct 23, 2016
1 parent b56fa78 commit 295a014
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 57 deletions.

0 comments on commit 295a014

Please sign in to comment.