[jira] Resolved: (STDCXX-341) [MSVC 7.1] tests/23.vector.modifiers.cpp fails to compile

2007-02-21 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-341. -- Resolution: Fixed Fixed thus: http://svn.apache.org/viewvc?view=revrev=509951 [MSVC 7.1]

JIRA issues: resolve or close or resolve then close ?

2007-02-21 Thread Farid Zaripov
Usually I used 'resolve' action. I thought that 'resolve issue' means 'do something to fix the issue and then close' and 'close issue' means 'do nothing and just close', but today I've looked into JIRA workflow (http://www.atlassian.com/software/jira/docs/v3.7.2/default_workflow.htm l) and

JIRA issues: resolve or close or resolve then close ?

2007-02-21 Thread Farid Zaripov
Usually I used 'resolve' action. I thought that 'resolve issue' means 'do something to fix the issue and then close' and 'close issue' means 'do nothing and just close', but today I've looked into JIRA workflow (http://www.atlassian.com/software/jira/docs/v3.7.2/default_workflow.html

Re: JIRA issues: resolve or close or resolve then close ?

2007-02-21 Thread Martin Sebor
Farid Zaripov wrote: Usually I used 'resolve' action. I thought that 'resolve issue' means 'do something to fix the issue and then close' and 'close issue' means 'do nothing and just close', but today I've looked into JIRA workflow

Re: [PATCH] alg_test.h

2007-02-21 Thread Martin Sebor
Farid Zaripov wrote: Martin Sebor wrote: Attached patch is created using the patch utility (ported from unix), because I can't use TortoiseSVN plugin to make patch between 2 files on my harddisk. Hmm. svn diff doesn't work you on Windows? Have you tried Cygwin? I'm using the TortoiseSVN

Re: [PATCH] Introducing struct ListIds

2007-02-21 Thread Martin Sebor
Farid Zaripov wrote: ChangeLog: * 23.list.h: New file with definitions of helpers used in clause 23.list tests. * 23.containers.cpp: #included 23.list.h; removed definition of the temporary struct ListIds; _rw_list_sigcat filled by code. The patch and new file are attached.