Преглед изворни кода

fixed. "nothing" is defined as:
null_actor const nothing = null_actor();
which doesn't make it an actor, rather an "actor base".

Shouldn't it rather be defined as something like:
actor<null_actor> const nothing = null_actor();

[SVN r51421]

Joel de Guzman пре 17 година
родитељ
комит
41b813b3ff
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      libs/spirit

+ 1 - 1
libs/spirit

@@ -1 +1 @@
-Subproject commit c0b6fdef5f8d8be8da11c23a3473960c2cf78012
+Subproject commit ce293871ba9139e00cb7549a57b51d04eb86b8fd

粤ICP备19079148号