Просмотр исходного кода

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 лет назад
Родитель
Сommit
41b813b3ff
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      libs/spirit

+ 1 - 1
libs/spirit

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

粤ICP备19079148号