On Monday, 7 March 2016 at 21:12:02 UTC, Taylor Hillegeist wrote:
switched from LDC because i couldn't get the section attribute working on 0.14.
LDC 0.14 is ancient at this point.What you are looking for is @ldc.attributes.section("..."), which is available from LDC 0.17.0: https://wiki.dlang.org/LDC-specific_language_changes#.40.28ldc.attributes.section.28.22section_name.22.29.29
— David