Post History
Libraries are removed when "merge variants" is on. For example, this answer written in C (clang) uses a library called BMPL, so its header is C (clang) + BMPL. While there's nothing wrong with usin...
Answer
#1: Initial revision
Libraries are removed when "merge variants" is on. For example, [this answer](https://codegolf.codidact.com/posts/279147?sort=age&page=1#answer-282484) written in `C (clang)` uses a library called `BMPL`, so its header is `C (clang) + BMPL`. While there's nothing wrong with using libraries, this shows up as just `C` instead of `C + BMPL` in the leaderboard. Could that be fixed? ![Leaderboard](https://codegolf.codidact.com/uploads/xNrwhDj77n4ndnX7HSmDTPLs)