| /* | |
| * If we only ever used gcc >= 5, we could use __has_attribute(visibility) | |
| * as a cross-platform way to determine if visibility is supported. However, | |
| * we may still need to support gcc >= 4, as some Ubuntu LTS and Centos versions | |
| * have 4 < gcc < 5. | |
| */ | |