Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Ticket #84 (new defect)

Opened 16 years ago

Problem with bitmanip.d

Reported by: aarti_pl Assigned to:
Priority: major Component: descent.astview
Version: 0.5 Keywords:
Cc:

Description

file bitmanip.d from std2 project is not correctly analyzed.

Probably mixin() assumes that argument can only be string, but in mentioned file there is used template which evaluates to string.

The good news is that all other semantic errors have gone from doost :-)