Skip to content

Commit

Permalink
fix property enforcement
Browse files Browse the repository at this point in the history
  • Loading branch information
9rnsr committed Dec 21, 2013
1 parent d42aa86 commit 23e1f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/regex.d
Expand Up @@ -5628,7 +5628,7 @@ public:
---
+/

@safe @property bool opCast(T:bool)() const nothrow { return !empty; }
@safe bool opCast(T:bool)() const nothrow { return !empty; }

/++
Lookup named submatch.
Expand Down

0 comments on commit 23e1f91

Please sign in to comment.