jacques-gasselin / usdview-native

Workalike for usdview for those who want to avoid Qt and Python
Other
9 stars 1 forks source link

Symbols starting with underscore are reserved in the global scope #19

Closed meshula closed 6 years ago

meshula commented 6 years ago

https://stackoverflow.com/questions/228783/what-are-the-rules-about-using-an-underscore-in-a-c-identifier

Easy enough to accomodate by adding a namespace to usd.h’s methods.

superfunc commented 6 years ago

Yep, old habits die hard, will fix :)

Instead of wrapping them in a namespace I'll just set a different prefix.